简体   繁体   中英

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?

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

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

要修复此错误,我还必须更改:构建 - >编辑活动目标 - >构建 - >架构 - >基础SDK

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM