xcode - iOS project has changed to OS X project -


the house of cards xcode has changed project ios os x.

it doesn't appear have schema because i've deleted that. in build settings, architecture settings drawing "os x default".

how change back?

i fixed 1 of projects restarting machine. 1 still incorrectly configured though.

many answers elsewhere suggest overriding settings inherited "os x default", can see in following screen shot. ideally base settings should "ios default".

enter image description here

check , set base sdk ios. go project (in upper left) -> project (project name in submenu) -> build settings. in architectures menu select base sdk 1 of ios sdk.

also, said deleted xcode schemes. may cause this. try this:

  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".

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -