Project no longer builds after XCode update
Hey all,
Yesterday I updated XCode to 5.1 and my project in AppCode stopped building. It still builds in XCode though. The issue seems to be coming from my pods where they can't find UIKit or CoreFoundation. Any thoughts on what may have caused this?
Thanks!
Please sign in to leave a comment.
Could you try to update CocoaPods (Preferences | CocoaPods | Update CocoaPods) and then run pod update on the pod file in your project?
How is it going with your project? Was the problem solved?
Hello,
Sorry, for the delayed reply. I missing the email that I had a reply.
I was able to get it working. I deleted the whole repo and checked it out again and it worked. Not sure what was actual the problem was but I haven't had any issues since.
Thanks
That's good news! Thanks for the update.