打包ios遇到的坑

IOS版本各种坑,自己记录一下,

打包版本:
unity:5.3.4
IOS System version : 10.11.6 (15G31)
xcode Version 8.2.1 (8C1002)
1、Could not locate device support files.
1、This iPhone 6 is running iOS 10.3.3 (14G60), which may not be supported by this version of Xcode.

https://www.jianshu.com/p/71faf914616c

1、Xcode 婚配包的配置路径:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
2、iOS_真机调试Xcode出现“*** is busy: Processing symbol files”

http://blog.csdn.net/iOS_MingXing/article/details/53783994

3、iOS开发An unknown error occurred.真机调试

http://blog.csdn.net/ws1352864983/article/details/51893035

4、定期清理xCode缓存DerivedData目录

https://www.jianshu.com/p/506288f990e3

坑:

https://www.jianshu.com/p/fd52e2cf2f42

你可能感兴趣的:(iOS)