最近做iOS开发,老是遇到这种问题,正好我有两个版本的Xcode,换了另一个,就正常了,所以也一直没解决. 今天又遇到这个问题,就查了一下资料,找到了解决办法,在次记录一下方便查找,就是在Xcode中把项目clean一下,就正常了. 目录在Xcode的product------>clean.…
本文转载自  IOS开发xcode报错之has been modified since the precompiled header was built 其实我是升级xcode到4.6.3的时候遇到的一个也是has been modified since the precompiled header was built的问题,看一下 是clean一下就好了 今天做百度地图的时候第一次发现下面错误: 问题:Apple LLVM compiler 3.0 error file "BMKPointAn…
转载的文章  很实用 IOS开发xcode报错之has been modified since the precompiled header was built 今天做百度地图的时候第一次发现下面错误: 问题:Apple LLVM compiler 3.0 error file "BMKPointAnnotation.h" has been modified since the precompiled header was built (原因:预编译头的时候文件被修改): 解决方法:1…
在协同开发的时候,刚刚从svn下载到本地的代码,出现“fatal error: file 'XX-Prefix.pch' has been modified since the precompiled header was built”的问题,这个其实不是什么问题,解决方案如下: 1.找到  XX-Prefix.pch 文件  注释掉下面的代码: #ifdef __OBJC__ #import <UIKit/UIKit.h> #import <CoreData/CoreData.h>…
今天编译遇到个问题:如下 fatal error: file '/Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h' has been modified since the pr…
一.报错与警报 1.错误代码:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s) build 这个target的时候命令行报错.可以在 build setting 中,搜索bitcode,并吧 enable bitcode 设置为 NO. 2.ld:framework not found IOKit 终端输入以下2行内容: cd/Applicati…
真机运行没问题,打包报错: clang: error: linker command failed with exit code 1 (use -v to see invocation) 原因:在Xcode 7中,我们新建一个iOS程序时,bitcode选项默认是设置为YES的.我们可以在”Build Settings”->”Enable Bitcode”选项中看到这个设置.不过,我们现在需要考虑的是三个平台:iOS,Mac OS,watchOS.对于iOS,bitcode是可选的:对于watc…
1.xcode7报错:does not contain bitcode 解决方法:Build Settings 搜索 bitcode  将Enable Bitcode更改为NO即可 2.Code Sign error: No code signing identites found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “E6F3H8ENQM” were …
删除/Users/username/Library/Developer/Xcode/DerivedData/ModuleCache 下的所有文件…
http://blog.sina.com.cn/s/blog_6f8ed1b90101ake6.html 解决方法 1)http://stackoverflow.com/questions/14793329/fixing-file-project-pch-has-been-modified-since-the-precompiled-header-was-bui Option+Command+Shift+K (不同于Product->Clean) 我试过Product->Clean,还是有er…
javascript的倒计时功能中newData().getTime()在iOS下会报错问题解决 在做移动端时间转化为时间戳时,遇到了一个问题,安卓手机上访问时,能拿到时间戳,从而正确转换时间,而在iOS上缺不能正常显示,显示的时间为:NaN-NaN1-NaN  Invalid Date new Date('2016-07-18 14:58:32').getTime();      //在ios上死活拿不到时间戳显示NaN 在网上找问题出现原因,看到以下内容: 在IOS5以上版本(不包含IOS5…
今天使用xcode编译工程发现一个问题,这里记录一下防止忘记 xcode报错: Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 解决方案: 主工程的taget中BuildPhase中第二条中重新添加对应的文件即可…
昨天把键盘拿起来拍一下清清灰,然后就发现Xcode报错了,Xcode报错Expected selector for Objective-C and Expected method body,也不知道什么原因,可能是按到什么键了.在网上搜索了一下报错,说是把这个文件删除了重新把代码写一遍.但发现还是报错. 有一篇文章提到,说报错在一个文件,而出错在另一个文件,于是找了一下打开的另一个类文件,仔细看了一下,确实是多了个  +  号在文件最开始的地方,删了就解决了.…
报错一: 在iOS7的真机运行时,弹出错误:App installation failed. There was an internal API error. 如图 解决办法: 在Xcode -> Target -> Build Setting 下的Packaging部分,将Product Name 改为英文名.重新运行project,即可正常运行. 报错二:真机运行时,弹出报错信息:Could not find Developer Disk Image 原因:手机的版本高于Xcode中SDK…
如下图,在发布应用时,因为codesign问题卡住了.尝试修改Target中的code sign setting,没有效果. 接着,在Developer Center删除所有证书,甚至包括Apps ID,重新生成,还是不行. 期间还出现了一些乱七八糟的问题,什么iPhone Developer证书重复啦,密钥对不匹配啦,等等. 一气之下,将“钥匙串访问”中创建的密钥都给删除掉,如图: 进入“钥匙串访问”-“证书助理”-“从证书颁发机构请求证书”,将生成的证书,上传到Developer Cente…
1, arc机制中调用非arc文件. Xcode——>Project->Build Phases,将需要非arc文件更改为:"-fno-objc-arc"   ,该参数可以启用手工管理引用计数的模式. http://www.cocoachina.com/bbs/read.php?tid=153926 二,限制只能竖屏展示 修改info.plist ,找到"Supported interface orientations" 设置item项为Portrait…
ERROR ITMS-: "Unsupported Architectures. The executable for yht.temp_caseinsensitive_rename.app/Frameworks/VideoCore.framework contains unsupported architectures '[x86_64, i386]'." ERROR ITMS-: "Invalid Segment Alignment. The app binary at…
问题一: linker command failed with exit code 1 (use -vto see invocation) 原因:导入了.m的头文件,导致同时有两个一样的.m文件在编译 问题二: Xcode真机测试报错:Could not launch... 解决方案一:1.删除/Users/(用户名)/Library/Developer/Xcode/DerivedData/(对应APP程序)文件夹 2.拔掉手机,删除对应的APP程序,完全退出Xcode工具 3.重新连接手机进行…
问题: Xcode项目发送网络请求时,报错:“App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file”. 原因: 新特性要求App内访问网络请求,要采用 HTTPS 协议. 解决方法: 在Info.plist中,添加Di…
1,Xcode8  duplicate symbols 在Build Setting里面 NO Common Blocks 设置为NO,就解决问题了. 2,昨晚升级iOS9.2之后.今天一来真机调试就报错: Could not find Developer Disk Image 解决方法: 下载   DeveloperDiskImage_ios9.2   镜像 解压后将其放到下面目录下就可以了:/Applications/Xcode7.0.app/Contents/Developer/Platf…
报错截图: 出现的问题: 运行项目页面图片不显示. 解决方法: 1>[COMMAND+shift+G],前往文件夹,输入:  ~/Library/Developer/Xcode/DerivedData,删除该文件夹下面的所有文件; 2>退出Xcode,重新进入运行项目即可.…
使用hadoop+myeclipse开发项目是测试运行报错: log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.ht…
使用 vue tools 开发工具,不显示调试面板中的组件,点击控制台报错: Cannot read property 'VUE_DEVTOOLS_UID' of undefined 在 main.js中加入如下代码即可: Vue.config.devtools = true; 贴个征婚启事啊啊啊啊啊啊啊~~~ 受朋友之托. 女,程序员,22岁,未婚,身高167cm,体重48KG,山东青岛. 目前在阿里巴巴工作,负责支付宝相关业务,工号  17814127 支付宝搜索工号可见照片. 漂亮大方,爱…
1.CUICatalog: Invalid asset name supplied: 原因是: 使用的方法[UIImage imageNamed:@""]; @""中没有填写了空的信息.所以提示Invalid asset name supplied: Invalid:无效的 asset: 资产,有用的东西. supplied: 提供的. 意思是:提供了一个无效的名称. 但是填写任意的字符串,即使不是正确的图片名称,也不会报错. 解决办法: 查找所有的( UIImag…
报错如下:Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first. 网上一搜大把类似的帖子 解决办法:在工程的info.plist文件里面添加两项属…
今天犯了个很弱的错误,就是当定义个一个@property时,编译器直接报错:Unexpected '@' in program 原因是把定义的属性写在.m文件中了,改到.h文件中就好了... 以后大家要是遇到这个报错,看是不是和我犯了一样的错误…
系统环境 win7+IE11 报错描述: Exception in window.onload: Error: An error has ocurredJSPlugin.3005 Stack Trace: Error: An error has ocurredJSPlugin.3005 at getString (res://C:/Program Files/Internet Explorer/F12Resources.dll/23/pluginhost/plugin.f12.js:5021:2…
前言:在引入<objc/runtime.h> 与 <objc/message.h> 后,调用objc_msgSend(),会报如下错误: 报错原因: 从Xcode6之后,苹果不推荐我们使用runtime,所以就取消了参数提示功能. 修改方法:按照如上图的方式操作,搜索msg,并把YES改成NO即可. 操作完成后再敲原来的函数就有参数提示功能了.…
前期开发过程中 [Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined". 解决: Add v-if 做判断 Uncaught TypeError: Cannot set property 'innerHTML' of undefined  所有报这些关于dom操作的api错误 多半都是v-if(ng-if). dom display none ; 没事 可以改之前show 先显示下…
Cocos2d-x加载图片资源出现libpng error: CgBI: unhandled critical chunk Xcode7.3 设置Remove Text Metadata From PNG Files = NO.就可以正常显示了 …