04 2015 档案

Apple LLVM 6.0 Warning: profile data may be out of date
摘要: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... 阅读全文

posted @ 2015-04-29 09:48 XCoderLiu 阅读(306) 评论(0) 推荐(0)

iOS 第三方库冲突的处理
摘要:最近项目组在做一些第三方功能的集成,不止一次的遇到第三方库冲突的问题,报错如下:duplicate symbol _OBJC_METACLASS_$_JKSerializer in: /Users/tony/Desktop/XXXProject/Lib/libMiPushSDK.a(JSONK... 阅读全文

posted @ 2015-04-27 17:28 XCoderLiu 阅读(540) 评论(0) 推荐(0)

iOS 检测网络切换
摘要:CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), //center NULL, // observer onNotifyCall... 阅读全文

posted @ 2015-04-27 10:38 XCoderLiu 阅读(854) 评论(0) 推荐(0)

iOS 设置connect超时
摘要:NSLock *theLock; [theLock lock]; int fd, error; struct sockaddr_in addr; if((fd = socket(AF_INET,SOCK_STREAM,0))<0) { cout<<"Err... 阅读全文

posted @ 2015-04-06 15:45 XCoderLiu 阅读(934) 评论(0) 推荐(0)

导航