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

后端 未结 6 1660
野的像风
野的像风 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条回答
  •  -上瘾入骨i
    2020-12-24 08:53

    Can you check out in your target->Build Phase. whether these files exist there or not ? and if you are running for simulator then first you need to make a build for simulator of that library whatever i guess you are using SRWebSocket library. Just open that project and just make a build for simulator and copy the files from build folder and then add to your project and do the same for the device if you are running your app on device.

提交回复
热议问题