简体   繁体   中英

Apple LLVM 6.0 error - After pulling a project changes from bitbucket

I was just trying to run an app i'm working on with someone else and we worked on it on his computer and everything was fine, he committed the project with bitbucket, I pulled it, and when I opened it I saw this error:

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

在此处输入图片说明

The file ASIAuthenticationDialogue.m is not found, that's what the error message in the screenshot says. This file is part of the library ASIHTTPRequest .

Looks like your friend used the library but didn't push it to bitbucket. I would recommend you two using Cocoapods for dependency management in your project. It'll help prevent those issues in the future.

Update: This is the link to the Podspec of the library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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