Skip to content

Instantly share code, notes, and snippets.

@jwinter
Created November 18, 2015 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwinter/e902f3686c335b0e794b to your computer and use it in GitHub Desktop.
Save jwinter/e902f3686c335b0e794b to your computer and use it in GitHub Desktop.
-------- natal launch fails like so ----------
➜ jaydub natal launch
Compiling ClojureScript
Compiling Xcode project
Command failed: xcodebuild -workspace native/ios/jaydub.xcworkspace -scheme jaydub -destination platform='iOS Simulator',OS=latest,id='6327705F-491A-4F12-A1F8-8525C16B9387' test
-------- running that command ends with a iPhone Simulator timeout ----------
➜ jaydub xcodebuild -workspace native/ios/jaydub.xcworkspace -scheme jaydub -destination platform='iOS Simulator',OS=latest,id='6327705F-491A-4F12-A1F8-8525C16B9387' test
2015-11-18 09:53:32.739 xcodebuild[26881:405228] [MT] IDETestOperationsObserverDebug: (3B66138F-B31D-485A-9F41-567C6D4B1D12) Beginning test session 3B66138F-B31D-485A-9F41-567C6D4B1D12 with Xcode 7B1005 on target <DVTiPhoneSimulator: 0x7f7f9c161d90> {
SimDevice: SimDevice : iPhone 6s (6327705F-491A-4F12-A1F8-8525C16B9387) : state={ Shutdown } deviceType={ SimDeviceType : com.apple.CoreSimulator.SimDeviceType.iPhone-6s } runtime={ SimRuntime : 9.1 (13B137) - com.apple.CoreSimulator.SimRuntime.iOS-9-1 }
} (9.1 (13B137))
=== BUILD TARGET RCTSettings OF PROJECT RCTSettings WITH CONFIGURATION Debug ===
Check dependencies
Libtool /Users/Joseph.Winter/Library/Developer/Xcode/DerivedData/jaydub-gombjsfnplwsaygfywqlhfvdngeb/Build/Products/Debug-iphonesimulator/libRCTSettings.a normal x86_64
cd /Users/Joseph.Winter/src/jaydub/native/node_modules/react-native/Libraries/Settings
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Develo
--------------------------------------------------
SNIP
--------------------------------------------------
Touch /Users/Joseph.Winter/Library/Developer/Xcode/DerivedData/jaydub-gombjsfnplwsaygfywqlhfvdngeb/Build/Products/Debug-iphonesimulator/jaydubTests.xctest
cd /Users/Joseph.Winter/src/jaydub/native/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/Joseph.Winter/.rvm/gems/ruby-2.2.2/bin:/Users/Joseph.Winter/.rvm/gems/ruby-2.2.2@global/bin:/Users/Joseph.Winter/.rvm/rubies/ruby-2.2.2/bin:/Users/Joseph.Winter/.rvm/bin:/usr/local/heroku/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/heroku/bin:/Users/Joseph.Winter/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/Joseph.Winter/bin:"
/usr/bin/touch -c /Users/Joseph.Winter/Library/Developer/Xcode/DerivedData/jaydub-gombjsfnplwsaygfywqlhfvdngeb/Build/Products/Debug-iphonesimulator/jaydubTests.xctest
2015-11-18 09:55:32.739 xcodebuild[26881:405249] iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.
** TEST FAILED **
➜ jaydub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment