ARC App Crashes when accessing @property form ARC static lib

谁都会走 提交于 2019-12-03 07:24:02

The app's Base SDK was set to iOS 6 and iOS Deployment Target was set to iOS 5.0 however for the static library both the Base SDK & iOS Deployment Target were set to iOS 6.

Making sure the Base SDK & iOS Deployment Target matched in the app and library solved this problem.

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