注册

[[EaseMob sharedInstance] registerSDKWithAppKey:apply 报错

 EMError *error = [[EaseMob sharedInstance] registerSDKWithAppKey:appkey

                                       apnsCertName:apnsCertName

                                        otherConfig:otherConfig];   调用这个方法 , 包错误如下:
 
 
2015-12-03 14:17:30.323 EyeshieldAssistant[1081:246316] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSBundle initWithURL:]: nil URL argument'

*** First throw call stack:

(0x1846082d8 0x1962d40e4 0x184608218 0x185498b18 0x185498a94 0x1005be0c4 0x1005be1e8 0x1005bdee8 0x1005be010 0x1017b8f94 0x1017b9ea0 0x1005bdfdc 0x1005b3900 0x1005b3b5c 0x1017b8f94 0x1017b9ea0 0x1005b3b28 0x1004fd810 0x100440844 0x1000ac8c4 0x1000e567c 0x1000c2c00 0x1890f3124 0x18930a7e8 0x18930d19c 0x18930b70c 0x18ce3d3c8 0x1845c027c 0x1845bf384 0x1845bd9a8 0x1844e92d4 0x1890ec3d0 0x1890e6f40 0x1000c381c 0x19697ea08)

libc++abi.dylib: terminating with uncaught exception of type NSException   
 
这其中的3个参数都是有值的, 但是为什么报错, 是忘记导入什么包了? 
已邀请:
EaseMob.bundle是不是没导进去

要回复问题请先登录注册