您的位置:首页 > 移动开发 > IOS开发

IOS 错误个人总结

2016-07-19 09:30 323 查看
1.运行出现 输出objc[1027]: Class _NSZombie_OS_dispatch_group is implemented in both ?? and ??. One of the two

解决方法 NSZombies is turned on. Go to product -> scheme -> edit scheme (CMD+SHIFT+.) and under run -> diagnostics uncheck "Enable
Zombies".





2.HTTPs 请求转化 



1、在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary ;

2、在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: