TigerCoding
TigerCoding

Reputation: 8720

iOS Deployment Target Missing

I'm updating an older iPhone application, and the usual 'Base SDK Missing' pops up. When I open the project settings and try to set the 'iOS Deployment Target,' it's not in the list. This is the first time I've encountered this.

I'm able to set the Base SDK to 'Latest SDK' but many of the options are missing from the settings.

What should I do to update this project so it has all the settings?

Upvotes: 7

Views: 18451

Answers (4)

Maria Camila
Maria Camila

Reputation: 151

I had the same problem. but solved it this way:

Select your project in the left hand side, then select the target, and then in SUMMARY, select the deployment target.

My problem was that I had not seen this summary page, and it was so simple!

Upvotes: 2

Casebash
Casebash

Reputation: 118742

To fix this error, I had to also change: Build -> Edit Active Target -> Build -> Architecture -> Base SDK

Upvotes: 3

ingh.am
ingh.am

Reputation: 26742

Change to the latest deployment target in the project settings and then reload the project. Failing that restart Xcode but this is not necessary.

Upvotes: 3

Aditya
Aditya

Reputation: 4396

Did you select "Base SDK for all configurations" in the General tab of the Project Settings to your Latest SDK as if you dont set the base SDK there then by default it will show as " < Multiple Values > ".

Cheers

Upvotes: 7

Related Questions