Unity 接入 ios 平台

接到公司的新任务,Unity3d游戏接入ios 平台。

遇到的问题的解决:

1> Xcode cannot run using the selected device:可以在XCODE下设置,也可以在UNITY生成之前就设置player setrings —>Other Settings —>SDK Version,选为simulatorSDK就可以了。

2>

ld: Unable to insert branch island. No insertion point available. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation):在unity里设置stripping level 为 strip Assemblies

问题讨论:http://forum.unity3d.com/threads/mach-o-linker-error-cant-wrap-my-head-around.158335/

3>http://docs.unity3d.com/Manual/TroubleShootingIPhone.html

原文地址:https://www.cnblogs.com/1000pen/p/4488579.html