Xcode编译错误纪录
1.错误1
1.this application's application-identifier entitlement does not match that of th installed application these values must match for an upgrade to be allowed
//解决方法:
1. Open Xcode - > Window -> Devices
2. Click on your device and remove the app you are trying to install from theinstalled apps list.
3. Try running now.
2. 错误2
点击链接
"${SRCROOT}/Pods/Target Support Files/Pods-HKVideo/Pods-HKVideo-frameworks.sh"
/Xcode/DerivedData/HKVideo-eijxioaprbpmnjfcdiinuxoyxlka/Build/Intermediates/HKVideo.build/Debug-iphonesimulator/HKVideo.build/Script-EE263C6DE25A308BC83A5AEC.sh:
line 2: /HKVideo2/Pods/Target Support Files/Pods-HKVideo/Pods-HKVideo-frameworks.sh: No such file or directory
//解决方法:
1.Target-->Build Phases --> Embed Pods Frameworks
2.选中 Run script only when instilling(此步骤只能编译时,使用,当Archive时还是会报错)
//补充
3.取消第二步勾选,将Shell下的路径修改为:
"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh"/**
//网友回答:
Question:'My problem is that " blablabla Pods-XXXX-frameworks.sh: No such file or directory" 'Answer:
Firstly, I fix it by using command line "pod install"
, it has nothing affection.The finally solution :
Touch "Build Phases" -> "Embed Pods Frameworks" ;
you can see the path :XXXXX.sh" ;
Be sure that the XXX.sh is the same as your project's.
if not, change the path.
Then clean and build. It's done.
*/
【Xcode编译错误纪录】问题前
文章图片
有问题截图.png 问题后
文章图片
解决问题截图.png
推荐阅读
- Java入门基础|Java入门基础第4天《Java编程规范及编译源代码常见错误的解决方法》
- IPO|招股书懂王:看过千种错误,仍过不好自己的一生
- SQL错误(.Net|SQL错误:.Net SqlClient Data Provider)
- 微信支付错误两个问题的解决(curl出错,错误码:60)
- 从编译的角度来学作用域!
- Go十大常见错误第3篇(Go指针的性能问题和内存逃逸)
- 浅谈在线编辑器中增量编译技术的应用
- vue-cli解决IE浏览器sockjs-client错误
- 刷机技术贴|安卓机型app的编译与反编译 apk文件的简单说明与解析
- Xcode8.3.2中使用插件