-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cocoa Pods + Xcode Continuous Integration #1492
Comments
@andrewtheis I've been working on this since the first download of Server and Xcode 5. Currently, there's no good way to do it due to some compiler issues with Xcode. Here's some resources and info: CocoaPods & Pre-Actions: https://gist.github.com/mtitolo/f5283c54e300d88d9418 I'm also emailing with a few devs who have it setup and kind of working-ish, expect a blog post & documentation once we get things figured out 😄 |
Any updates on how you got on, @mtitolo? |
@iandundas you can follow CocoaPods/guides.cocoapods.org#7 and CocoaPods/blog.cocoapods.org#21 for updates. |
thanks :) |
Currently, cocoa pods does not play well with Xcode's Continuous Integration feature. Simply adding "pod install" build script phase does not work, probably due to the permissions setup by Xcode's CI server on the code it checks out.
I was able to workaround this by doing some stuff to allow it to be run as sudo, but when it gets to the copy Pods resources phase it fails due to permissions again (probably because "pod install" is now being run as sudo).
Any fix for this? Or workaround?
The text was updated successfully, but these errors were encountered: