ios
youngchenglie
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ld: library not found for -lPods
出现 `ld: library not found for -lPods` 类似的错误, 设置 `Project` -> `Pods` 下所有第三方库的 `Build Active Architecture Only` 为 `NO`转载 2016-07-12 09:46:20 · 496 阅读 · 0 评论 -
NSScanner: nil string argument错误定位
报错: NSScanner: nil string argument libc++abi.dylib: terminate_handler unexpectedly threw an exception 尝试以下方式定位错误 @try { //报错代码 } @catch (NSException *exception) { NSLog(@"%@",原创 2016-07-13 15:02:09 · 608 阅读 · 0 评论
分享