美文网首页
Could not resolve external type

Could not resolve external type

作者: 7分醉 | 来源:发表于2016-05-11 21:23 被阅读16次

Solution 1
Under the Project Target > Build Settings, change the “Debug Information Format
” from “DWARF with dSYM File
” to “DWARF
”.
Solution 2
Deployment Postprocessing = Yes (DEPLOYMENT_POSTPROCESSING=YES
)
Generate Debug Symbols = No (GCC_GENERATE_DEBUGGING_SYMBOLS=NO
)
Symbols Hidden by Default = Yes (GCC_SYMBOLS_PRIVATE_EXTERN=YES
)

相关文章

网友评论

      本文标题:Could not resolve external type

      本文链接:https://www.haomeiwen.com/subject/vemurttx.html