
常见错误解决
MJ_KeepingGo
也许我走得慢,但是我不会停下来。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
code signing is required for product type 'Application' in SDK 'iOS 9.0'错误
在Xcode 7.0过后开发真机测试中往往会出现: code signing is required for product type 'Application' in SDK 'iOS 9.0'错误, 一般的解决方案是: 前提:选择工程 → General → Team填写上自己的App ID,因为Xcode 7.0以上只要有苹果设备,不需要开发者证书也能真机测试 11、 选择工程原创 2015-10-05 17:13:40 · 695 阅读 · 0 评论 -
Xcode 7.0过后,也就是iOS9.0过后适配时出现的问题
最近更新了Xcode7.0(其实在一个月之前我就使用了Xcode7.4Beta版),Xcode在测试时有个常见的bug(或者说是错误)(: 只要是牵扯到网络数据时,数据就出不来,出现以下提示: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure.原创 2015-10-06 14:12:19 · 554 阅读 · 0 评论 -
安装cocoaPods出现错误error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not
错误: [!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --depth=1 xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use `xcode-se原创 2015-10-25 09:45:17 · 1091 阅读 · 0 评论