File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -259,11 +259,12 @@ PrivateFramework directory not found: /Applications/Xcode.app/Contents/Developer
259
259
```
260
260
261
261
解决办法:
262
- 1 . 在[ 这里] ( https://jbdevs.org/sdks/ ) 下载9.2的SDK。
263
- 2 . 解压后放到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs。
264
- 3 . 你可以把9.2里面的PrivateFrameworks文件夹复制到9.3对应的位置里path/to/iPhoneOS9.3.sdk/System/Library/。
265
- 4 . 或者是修改/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist文件,将` MinimumSDKVersion ` 改为9.2。
266
- 5 . 再次运行` sudo ./iod-setup sdk -sdk iphoneos ` 命令。
262
+
263
+ 1. 在[这里](https://jbdevs.org/sdks/)下载9.2的SDK。
264
+ 2. 解压后放到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs。
265
+ 3. 你可以把9.2里面的PrivateFrameworks文件夹复制到9.3对应的位置里path/to/iPhoneOS9.3.sdk/System/Library/。
266
+ 4. 或者是修改/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist文件,将`MinimumSDKVersion`改为9.2。
267
+ 5. 再次运行`sudo ./iod-setup sdk -sdk iphoneos`命令。
267
268
268
269
![ iOSOpenDev] ( Screenshot/iOSOpenDev.png )
269
270
You can’t perform that action at this time.
0 commit comments