开发IOS整合微信API的时候,在运行程序的过程当中可能会在注册你的APPID的时候抛出此异常而致使程序崩溃。html
[7661:2826851] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM enqueue:]: unrecognized selector sent to instance 0x17005c9b0'微信
IOS:10app
Xcode:8ui
Target->Buid Settings->Linking 下 Other Linker Flags 项添加-all_loadspa
有关Other Linker Flags请参考:http://www.cnblogs.com/robinkey/archive/2013/05/27/3101095.htmlcode