ld: library not found for -lgcc_s.10.5 Xcode

守給你的承諾、 提交于 2019-12-23 20:49:27

问题


ld: library not found for -lgcc_s.10.5
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

Can anyone help me to solve this error?


回答1:


When I have an ANE build in iPhone-ARM mode, and linking it with iPhoneSimulator-SDK, which needs an ANE build in iPhone-x86 mode, the same error occurs.

Hope this can help you.



来源:https://stackoverflow.com/questions/8664891/ld-library-not-found-for-lgcc-s-10-5-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!