Adding a new target in xcode 4.2
Asked Answered
A

4

2

I am just trying to add a new target to my project in xcode 4.2. After selecting Add target option, i have n't see any External build system option in ios section.Please help me to solve this.

Thanks in Advance

Analog answered 27/2, 2012 at 11:13 Comment(0)
F
7

I've had success by creating an OS X external build system, then changing the SDKROOT under Build Settings to "iphoneos". It causes many other build settings to change magically to reasonable values for iOS. I've used this technique with success in the past with Xcode 4.0.2, and I'm using it right now with Xcode 4.3.2 to build executables for iPhone.

Flanders answered 15/4, 2012 at 1:38 Comment(0)
W
0

External build system projects and targets are not currently available for iOS.

Writein answered 27/2, 2012 at 18:37 Comment(0)
B
0

Select the project file.. then, File->New->New Target in xcode 4.2. Thanks

Bibeau answered 2/5, 2012 at 3:51 Comment(0)
P
0

Just go to project settings and select your newly created target. Then you'll be able to see your new settings there. Plus, you can checkout this tutorial-blog about creating a new target in an existing app, it'll give you all the hints and you'll see best practices there

Panne answered 17/9, 2013 at 13:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.