
Xcode
黑暗中哭泣的小丑
No Error
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Xcode 7 联网问题 The resource could not be loaded because the App Transport Security
Xcode 升级到 Xcode7 之后 The resource could not be loaded because the App Transport Security 苹果更改的联网协议 https 提高了网络安全性 所以程序猿们就要跟着苹果的步伐改进 添加网络连接传输安全协议 解决方法是: 在 配置plist文件中添加代码: App Transport原创 2015-11-08 09:46:51 · 974 阅读 · 0 评论 -
解决 证书报 UUID 不匹配问题 Your build settings specify a provisioning profile with the UUID
解决 真机测试 证书报 UUID 不匹配问题 Your build settings specify a provisioning profile with the UUID “0000009-79e3-4fff-96a8-0dcbff17d2b4”, however, no such provisioning profile was found. Xcode can attempt to fix this issue.原创 2015-11-07 13:29:22 · 1549 阅读 · 0 评论 -
include of non-modular header inside framework module
Error : include of non-modular header inside framework module 当制作自己的pod时,我的代码依赖MBProgressHUD 第三方库, pod spec lint 验证过程中一直有这个错误 查了一段时间 1. buldsetting 中设置 Allow Non-modular原创 2016-10-08 10:56:26 · 20074 阅读 · 2 评论