Apple Mach-O Linker Errors (20) - Undefined symbols for architecture armv7

后端 未结 6 1669
野的像风
野的像风 2020-12-24 07:58

I received these errors after I added \" -all_load \" in the \"Other Linker Flags\" build setting once I added \"libPusher-combined.a\" and its header files. I followed the

6条回答
  •  滥情空心
    2020-12-24 08:47

    I copied the complete SocketRocket folder into my application for using web sockets in my application and linked libicucore.dylib, CFNetwork.framework, Security.framework, Foundation.framework binaries with my project. This removed all my errors and warnings.

提交回复
热议问题