
IOS错误日志
请给我一杯阳光
做一个积极上进的程序员。微信:cm923369580,有关技术方面的问题可以加我微信咨询。
展开
-
Your build settings specify a provisioning profile with the UUID, no provisioning profile was
在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直提示指定UUID的provisioning profile找不到,感觉很奇怪。明明自己的provisioning prof转载 2015-07-08 16:15:46 · 536 阅读 · 0 评论 -
The executable was signed with invalid entitlements
The executable was signed with invalid entitlements 这个错误有可能是因为 Bundle Identifier 错误这里的XXX一定要跟你的证书上保持一致!(如果你是在真机上调试的话!)转载 2015-07-08 16:28:24 · 1513 阅读 · 0 评论 -
只会左键断点?是时候试试这样那样断点了
文本是投稿文章,作者:空之境界(博客)编码不能没调试,调试不能没断点(Break Point)。XCode的断点功能也是越来越强大。基本断点如下图,这种是最常用的断点,也是最容易设置。左键点击一下就可以设置。 编辑断点断点是可以编辑的。断点有下面几个属性可以设置:ConditionIgnoreActionOpt转载 2015-08-08 16:15:34 · 438 阅读 · 0 评论 -
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info
The INFOPLIST_FILE build setting specifies the name of the Info.plist associated with your target. When building a target, Xcode reads this build setting and copies the referencedInfo.plist into you原创 2015-09-01 14:32:39 · 1248 阅读 · 0 评论 -
Xcode 真机调试中"There was an internal API error"错误解决方法
应该是product name名字是中文才出现的问题(算是xcode的bug么?),解决办法:把product name中的名字改成英文(app的名字如果是中文的,可是在plist中的Bundle display name设置中文,这并不会影响原创 2015-10-19 21:28:11 · 546 阅读 · 0 评论 -
AFNetwork 2.0在请求时报错code=-1016 和 3840
在进行网络请求时出现-1016 是因为只支持text/json,application/json,text/javascript你可以添加text/html 一劳永逸的方法是 在AFURLResponseSerialization.h里面搜索self.acceptableContentTypes然后 在里面 添加@"text/ht原创 2015-09-21 11:05:31 · 561 阅读 · 0 评论 -
去掉xcode编译warning:ld: warning: directory not found for option '-L/User.....
选择工程, 编译的 (targets)选择 Build Settings 菜单查找 Library Search Paths 和 Framework Search Paths, 删掉编译报warning的路径即OK原创 2015-10-26 14:35:33 · 429 阅读 · 0 评论