Xcode 8:使用 iOS 9 Base SDK 构建应用程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39621843/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 8 : Build app with iOS 9 Base SDK
提问by Madhan Mani
I have Xcode 8 latest (NOT BETA) , in order to compile my app with iOS 9 SDK . I copied the 9.3 SDK to /Applications/Xcode 8.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ SDKs and modified Info.plist with MinimumSDKVersion to 9.0
我有最新的 Xcode 8(非测试版),以便使用 iOS 9 SDK 编译我的应用程序。我将 9.3 SDK 复制到 /Applications/Xcode 8.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/ SDKs 并使用 MinimumSDKVersion 将 Info.plist 修改为 9.0
Still i couldn't find the iOS 9 SDK in Base SDK selection. Could someone help on this....
我仍然无法在 Base SDK 选择中找到 iOS 9 SDK。有人可以帮忙吗....