阎阎

2017年10月13日

cocoapod终端配置

摘要: 阅读全文

posted @ 2017-10-13 10:54 闹阿闹 阅读(176) 评论(0) 推荐(0) 编辑

2017年10月11日

coreData的ManagedObject后,报错

摘要: 设置:Data Model inspector -> Codegen -> Manual/None (如下图右侧)↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 阅读全文

posted @ 2017-10-11 10:30 闹阿闹 阅读(144) 评论(0) 推荐(0) 编辑

2017年9月20日

xcode: 解决 __nw_connection_get_connected_socket_block_invoke 1 Connection has no connected handler

摘要: Run -> Arguments -> Environment Variables -> Add -> Name: "OS_ACTIVITY_MODE", Value:"disable" 阅读全文

posted @ 2017-09-20 16:21 闹阿闹 阅读(1817) 评论(0) 推荐(0) 编辑

2017年8月28日

__nw_connection_get_connected_socket_block_invoke Connection has no connected handle 解决办法

摘要: 1. Xcode menu -> Product -> Edit Scheme... 2. Environment Variables -> Add -> Name: "OS_ACTIVITY_MODE", Value:"disable" 3. Run your app again, done! 1 阅读全文

posted @ 2017-08-28 17:14 闹阿闹 阅读(922) 评论(0) 推荐(0) 编辑

2017年8月15日

error: 'retain' is unavailable: not available in automatic reference counting. 解决办法

摘要: 报错原因是 项目使用的是ARC,但是有非ARC代码。 项目中要混合使用ARC和非ARC。 解决: 如果使用的非 ARC ,则为 ARC 的代码加入 -fobjc-arc 如果使用的是 ARC ,则为非 ARC 代码加入 -fno-objc-arc 判断项目是否用的ARC: 如果使用的非 ARC ,则 阅读全文

posted @ 2017-08-15 11:33 闹阿闹 阅读(1589) 评论(0) 推荐(0) 编辑

2017年8月11日

ProtocolBuffer for Objective-C Mac运行环境配置

摘要: ProtocolBuffer for Objective-C Mac运行环境配置 阅读全文

posted @ 2017-08-11 15:19 闹阿闹 阅读(336) 评论(1) 推荐(0) 编辑

导航