iOS의 다음 파일이 sdk 초기화의 첫 번째 줄에서 오류가 발생했습니다. SDK 버전 : 1.4.9iOS 게임의 다음 파일이 첫 줄에 충돌했습니다. NSNull 길이
코드 :
[Nextpeer initializeWithProductKey:@"HERE USED GAME KEY FROM NEXTPEER"
andSettings:settings
andDelegates:[NPDelegatesContainer containerWithNextpeerDelegate:self]];
충돌 로그 :
[NSNull length]: unrecognized selector sent to instance 0x3760678
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull length]: unrecognized selector sent to instance 0x3760678'
*** First throw call stack:
(0x362f012 0x28cce7e 0x36ba4bd 0x361ebbc 0x361e94e 0x23bdefc 0x23bde42 0x23be195 0x126708 0x126368 0x28e06b0 0x16a602 0x28e06b0 0x17b203 0x28e06b0 0x230c765 0x35b2f3f 0x35b296f 0x35d5734 0x35d4f44 0x35d4e1b 0x30a67e3 0x30a6668 0x1810ffc 0x17ad6 0x2fe5)
libc++abi.dylib: terminate called throwing an exception
가 어떻게이 문제를 해결할 수 있습니까? 추가 할 수없는 프레임 워크가 있습니까?
모든 따라 설정입니다 그들의 지시에 따라 Nextpeer의 지원을 요청해야합니다. – LearnCocos2D