xcode4.6 - How did my Xcode project get changed from iOS project to an OSX project? -
i've been doing ios development , never made osx app. in ios project i'm working on see xcode thinks it's osx project. framework files shown in red (missing), , lots of options in project panel show choices appropriate osx such "deployment target", offers 10.4, 10.5, 10.6 etc. , in build settings valid architecture shows i386 x86_64 no drop-down options.
what happened? how can change ios project?
could 2 late answer question, however, answer might in future, above answer wasn't helpful me, here have done.
1- on left top corner of xcode click on scheme.
2- click edit scheme

3- in new window change "executable" non name of project scheme "target"

4- on top says "my mac 64-bit" if didn't changed automatically iphone/ipad change manually.
5- if there wasn't option, in bottom of window click "manage schemes" , make sure check box next project scheme checked.
hope , save time.
Comments
Post a Comment