简体   繁体   English

如何解决Apple LLVM编译器4.1错误?

[英]How to solve Apple LLVM compiler 4.1 error?

I am a beginner in iPhone developing. 我是iPhone开发的初学者。 I want to integrate Instagram in my app and for that purpose I downloaded the api of Instagram from Github but it gives the error of Apple LLVM compiler 4.1 error Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 我想将Instagram集成到我的应用程序中,因此我从Github下载了Instagram的api,但是它给出了Apple LLVM编译器4.1错误的错误命令/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr / bin / clang失败,退出代码为1

Please give any suggestion which how to solve this error. 请提出任何解决此错误的建议。

I found this is the simplest and step by step tutorial for integrate instagram in my iOS app 我发现这是将instagram集成到我的iOS应用程序中的最简单的分步教程

How To Create an App Like Instagram With a Web Service Backend – Part 1/2 如何使用Web服务后端创建类似Instagram的应用程序-第1/2部分

I had the same ARC problem but if you will follow this you will its so easy and helpful 我也遇到了同样的ARC问题,但是如果您遵循此方法,那么它会非常简单且有用

btw for the error you having just look below word , in that page and see you need to made some changes in Xcode for Libs, and you will get it working. 顺便说一句,您只是在该页面的word下查看错误 ,看到您需要在Xcode for Libs中进行一些更改,然后您才能使它工作。

-fno-objc-arc -fno-objc-arc

Thanks to raywenderlich :) 感谢raywenderlich :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM