“unrecognized selector sent to instance” to a static library despite ObjC flag

前端 未结 1 1732
我寻月下人不归
我寻月下人不归 2020-12-30 04:26

I\'m getting a runtime error in my application:

2011-05-17 09:42:31.124 rxsync[67464:207] *** Terminating app due to uncaught exception \'NSInva

相关标签:
1条回答
  • 2020-12-30 04:48

    You additionally need to add -all_load to the Other Linker Flags of the target which is using your static library.

    0 讨论(0)
提交回复
热议问题