Xcode default scheme and architecture setting mismatch (iPhone development)

500 Views Asked by At

I am developing iPhone application and choosing to build iPhone project. However, I don't know which setting or which part I edited in info.plist. Now the default scheme and architecture is set to be Mac application development.

Can anyone tell me how to edit the .plist file or make any setting to make the project build in iPhone/iPad stimulator nor Mac, when I choose to build an iPhone/iPad project. (I had edited the plist file using terminal, so I not sure which part I did wrong and cause this problem).

Because now every iPhone application project cannot be built, even for the new iOS application project (due to the setting will auto set to Mac nor iPhone).

1

There are 1 best solutions below

7
Mike K On BEST ANSWER

in the build settings for your project (and you may have to do this for each target) change BaseSDK to Latest iOS.

i have no idea why changing the info.plist in one project would affect any new projects you create, tho.