ld: warning: too many personality routines for compact unwind to encode

ぐ巨炮叔叔 提交于 2019-12-12 04:54:51

问题


I just changed the folder structure of the IOS project in Xcode 6.3 and the warning on the image appeared.Solutions already on the internet are appropriate.I have copied the code in one folder and pasted it in another one.Is it some kin


回答1:


Similar question here : ld warning: too many personality routines for compact unwind to encode

Also you can silent this warning by adding -Wl,-no_compact_unwind in build settings flags.



来源:https://stackoverflow.com/questions/29648843/ld-warning-too-many-personality-routines-for-compact-unwind-to-encode

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