Last active
July 13, 2021 02:34
-
-
Save macfanr/a479c107ab78a2338bfe96875afabbeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 拷贝OldSDK到Xcode装SDK的目录下 | |
2. 修改plist文件 | |
sudo /usr/libexec/PlistBuddy -c "Set :MinimumSDKVersion 10.7" | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | |
3. 重启XCode | |
Xcode build svn: /Library/Developer/CommandLineTools/usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment