You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'
/Users/jenkins/.rvm/gems/ruby-2.2.1@omnibus/bin/ruby_executable_hooks:15:in eval' /Users/jenkins/.rvm/gems/ruby-2.2.1@omnibus/bin/ruby_executable_hooks:15:in'
) during validation.
The command is failing in fourflusher, but if you run DEVELOPER_DIR=/Applications/Xcode6.4.app xcrun simctl list devices you will get a list of devices back.
If I change it to DEVELOPER_DIR=/Applications/Xcode6.4.app/Contents/Developer we no longer get this failure, however the other format is valid and should be respected
The text was updated successfully, but these errors were encountered:
I am doing the following in our CI build
DEVELOPER_DIR=/Applications/Xcode6.4.app build_script.sh
The script runs a
pod repo push --allow-warnings --use-libraries --verbose
In CocoaPods 0.37.1 we never had issues.
We are now getting an error
The command is failing in fourflusher, but if you run
DEVELOPER_DIR=/Applications/Xcode6.4.app xcrun simctl list devices
you will get a list of devices back.If I change it to
DEVELOPER_DIR=/Applications/Xcode6.4.app/Contents/Developer
we no longer get this failure, however the other format is valid and should be respectedThe text was updated successfully, but these errors were encountered: