xcode iOS has disappeared! Only Mac project templates available now -
my xcode base sdk has disappeared , can't back. new project offers me mac templates, not ios templates.
trying fix it, uninstalled , installed 4.2. looked fine (i.e. both ios , mac templates available) opened project have been working on , whap! no base sdk avaiable , many files showed in navigator missing, including foundation , core.
two questions: happened , how recover. don't want recreate project if can avoid that.
i uninstalled , installed 4.2
but current version of xcode 4.6.2.
the underlying problem here 1 of these:
you need downgrade project's deployment target match of version of xcode. example, xcode 4.2, you'd need set ios 5.
you need create new scheme. scheme gets corrupted or confused. i've seen this, example, when renaming project.
oh, 1 more thing: sure rid of derived data, in case there's been indexing problem. https://stackoverflow.com/a/6247073/341994
Comments
Post a Comment