摘要:I have no clue what this meant, so I googled the problem. I only ended up with some search results such as these:Email with Apple employees discussing...
阅读全文
摘要:最近项目组在做一些第三方功能的集成,不止一次的遇到第三方库冲突的问题,报错如下:duplicate symbol _OBJC_METACLASS_$_JKSerializer in: /Users/tony/Desktop/XXXProject/Lib/libMiPushSDK.a(JSONK...
阅读全文
摘要:CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), //center NULL, // observer onNotifyCall...
阅读全文
摘要:NSLock *theLock; [theLock lock]; int fd, error; struct sockaddr_in addr; if((fd = socket(AF_INET,SOCK_STREAM,0))<0) { cout<<"Err...
阅读全文