【发布时间】:2017-01-07 13:00:59
【问题描述】:
这里提到的方法我试过了,
How to point Xcode to an old SDK so it can be used as a "Base SDK"?
我下载了 Xcode 6.4 并找到了 8.4 SDK for iphone 模拟器。
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
ln -s /Applications/Xcode6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk/
然后我在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Info.plist这里修改了MinimumSDKVersion
现在我重新启动 Xcode,iPhone 模拟器的 SDK 不存在。
如果我点击others 并添加iphonesos8.4,它会显示iphoneos8.4 (sdk not found
有什么想法吗?
【问题讨论】:
标签: ios objective-c iphone xcode