报错:Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lex failed with exit code 1

这里有两种情况:

第一种是某xxx.m文件不存在或路径不对,而且里面有5.1什么的

解决方法如下:

在Build Phases-->Complie Sources中找到有两个xxx.m文件,一个正常,一个标红了xxx.m,只要把标红的丢失文件删除掉就行了。

第二种是,里面有4.1什么的

解决方法如下:

在Build Settings 中,
将Apple LLVM compiler 4.1 - Language 中的
c++Standard Library 修改为 
libstdc++(GNU C++ standard library)

时间: 2024-10-07 10:27:16

报错:Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lex failed with exit code 1的相关文章

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clan

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 解决方法: 将Apple LLVM compiler 4.1 - Language ->c++ Standard Library 修改为 libstdc++ (GNU C++ standard library)

执行config文件时,config.log中报错xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change

执行 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 即可解决.

Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibr

网上找了一大堆,没有解决的办法 ,主要是iOS10的适配问题,info.plist里没有加对. 访问相册,我只加了 <!-- 相册 --> <key>NSPhotoLibraryUsageDescription</key> <string>App需要您的同意,才能访问相册</string> 然后运行程序就报错了 Class PLBuildVersion is implemented in both /Applications/Xcode.app/

IOS随笔-- Command /usr/bin/codesign failed with exit code 1

我今天遇见一个蛋疼的问题,因为本机上装有两个xcode ,分别是xcode5.1.1和xcode6.1,xcode5版本真机测试没一点问题?但是xcode6真机测试的时候问题来了编译不通过,Command /usr/bin/codesign failed with exit code 1 的错误. 于是开始了艰辛的查询工作,再查了多个资料后最终没有解决掉问题,心灰意冷啊! 出去抽了一支烟,整理下思路,回来把证书以及描述文件全部删掉 然后重新创建证书以及描述文件,重新配置,clean一下,运行..

XCode 6 出现 no identity found: Command /usr/bin/codesign failed with exit code 1 解决方法汇总

1, 解决办法,进入开发者账号重建一个 Provisioning Profiles 文件,把证书添加正确就可以了 (应该是最有效的) 2, 将p12文件重新安装下 3, 在 iPhone配置实用工具 中使用 Delete 键 删除过期及invalid 的profiles 4, 登录Member Center 删除所有 invalid 的 profiles 5,  Just created a new project, copied all classes and resources and th

xcode6 真机运行报错 Command /usr/bin/codesign failed with exit code 1

解决方法: 百度下载‘iphone配置实用工具’, 打开此软件之后,选择预配置描述文件, 选中iphone过期和重复的描述文件,按delete键删除.然后重启xcode即可

no identity found Command /usr/bin/codesign failed with exit code 1 报错解决方法

stackoverflow 的解决方法是 xcode->preference->account->view detail -> refresh the provisioning profile 但是我这边最后一步是 没有刷新按钮 是一个 download all 的按钮 想到provisioning profile 和证书都是别人导给我的 所以没有采用这种方法 直接  进入 ~/Library/MobileDevice/Provisioning Profiles 文件夹 删除出问题

Command /usr/bin/codesign failed with exit code 1

刚刚碰到相同的问题,自己解决了,很简单,profile冲突,(自己遇到的现象是之前的profile关联的certificate过期,然后重新生成 了certificate和更新了profile.但是是同一个profile,导致设置的时候还是识别的之前的profile,和新的 certificate不匹配导致的)查看Xcode下当前用的profile名字,如图 去到目录 Users ? username ? Library? MobileDevice ? Provisioning Profiles

【iOS】no identity found Command /usr/bin/codesign failed with exit code 1

今天遇到了这个问题,详情如下图: 后来发现是自己脑子短路了……只添加了 Provisioning Profiles, 而忘记添加 Certificates, 就是下面的两个: