小问题解决之如何修改xcode中ios SDK版本

下载一个需要的ios版本, 
放在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs


然后修改/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
下的info.plist

可能有权限问题。
可以用PlistBuddy 进行修改
sudo /usr/libexec/PlistBuddy -c "Set :MinimumSDKVersion 9.3" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Info.plist 

你可能感兴趣的:(第一份工作中遗留的总结)