iOS Application crashes when trying to register the device to IBM Mobile First Push service on Bluemix

雨燕双飞 提交于 2019-12-02 12:23:50

Make sure that your client application is being compiled with the -ObjC flag.

This setting can added under your target's Build Settings>Linking>Other Linker Flags section.

Double-click the existing settings and click the + sign. Then add "-ObjC" in the text field. This can be accomplished for both Debug and Release settings.

Further information can be found regarding this setting from Apple's Q&A session covering Building Objective-C static libraries with categories

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