Skip to content

Instantly share code, notes, and snippets.

@travisvalentine
Created May 10, 2013 03:01
Show Gist options
  • Save travisvalentine/5552147 to your computer and use it in GitHub Desktop.
Save travisvalentine/5552147 to your computer and use it in GitHub Desktop.
Error after running rake clean and NSZombieEnabled=YES rake
1.9.3 Test [master] $ NSZombieEnabled=YES rake
Build ./build/iPhoneSimulator-6.1-Development
Build vendor/CrittercismSDK
Build vendor/Pods
Build settings from command line:
ARCHS = i386
CONFIGURATION_BUILD_DIR = .build
IPHONEOS_DEPLOYMENT_TARGET = 6.1
SDKROOT = iphonesimulator6.1
=== BUILD NATIVE TARGET Pods OF PROJECT Pods WITH CONFIGURATION Release ===
Check dependencies
Libtool .build/libPods.a normal i386
cd /Users/travisvalentine/personal/Test/vendor/Pods
setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/bin:/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327@global/bin:/Users/travisvalentine/.rvm/rubies/ruby-1.9.3-p327/bin:/Users/travisvalentine/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only i386 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk -L/Users/travisvalentine/personal/Test/vendor/Pods/.build -filelist /Users/travisvalentine/personal/Test/vendor/Pods/build/Pods.build/Release-iphonesimulator/Pods.build/Objects-normal/i386/Pods.LinkFileList -framework Foundation -o /Users/travisvalentine/personal/Test/vendor/Pods/.build/libPods.a
** BUILD SUCCEEDED **
Build vendor/TestFlight
Compile ./app/controllers/request_invite_controller.rb
Compile ./app/controllers/join_controller.rb
Compile ./app/views/refresh_table_header_view.rb
Compile ./app/config.rb
Compile ./app/models/_model.rb
Compile ./app/models/user.rb
Compile ./app/controllers/login_controller.rb
Compile ./app/controllers/group_index_controller.rb
Compile ./app/controllers/about_partial_controller.rb
Compile ./app/controllers/hustle_partial_controller.rb
Compile ./app/controllers/question_view_controller.rb
Compile ./app/views/empty_cell_view.rb
Compile ./app/controllers/question_partial_controller.rb
Compile ./app/controllers/cred_partial_controller.rb
Compile ./app/controllers/profile_controller.rb
Compile ./app/controllers/question_index_controller.rb
Compile ./app/controllers/group_users_partial_controller.rb
Compile ./app/controllers/goals_controller.rb
Compile ./app/controllers/group_questions_partial_controller.rb
Compile ./app/controllers/user_index_controller.rb
Compile ./app/controllers/employer_controller.rb
Compile ./app/controllers/high_school_view_controller.rb
Compile ./app/controllers/navigation_ui_tab_controller.rb
Compile ./app/app_delegate.rb
Compile ./app/controllers/new_question_controller.rb
Compile ./app/controllers/major_controller.rb
Compile ./app/controllers/filters_controller.rb
Compile ./app/controllers/new_skill_controller.rb
Compile ./app/controllers/response_controller.rb
Compile ./app/controllers/new_group_controller.rb
Compile ./app/controllers/new_award_controller.rb
Compile ./app/controllers/job_title_controller.rb
Compile ./app/controllers/reply_controller.rb
Compile ./app/controllers/new_question_view_controller.rb
Compile ./app/views/ask_question_view.rb
Compile ./app/controllers/user_view_controller.rb
Compile ./app/controllers/higher_ed_controller.rb
Compile ./app/testflight_launcher.rb
Compile ./app/controllers/settings_controller.rb
Compile ./app/controllers/organization_controller.rb
Compile ./app/controllers/new_superlative_controller.rb
Create ./build/iPhoneSimulator-6.1-Development/Test.app
Link ./build/iPhoneSimulator-6.1-Development/Test.app/Test
Create ./build/iPhoneSimulator-6.1-Development/Test.app/Info.plist
Create ./build/iPhoneSimulator-6.1-Development/Test.app/PkgInfo
Copy ./resources/choose_profile_action.png
Copy ./resources/choose_profile_action@2x.png
Copy ./resources/close_12x12.png
Copy ./resources/close_12x12@2x.png
Copy ./resources/Default-568h@2x~iphone.png
Copy ./resources/error_28x28.png
Copy ./resources/error_28x28@2x.png
Copy ./resources/filter_20x20.png
Copy ./resources/filter_20x20@2x.png
Copy ./resources/flag_14x20.png
Copy ./resources/flag_14x20@2x.png
Copy ./resources/frame_small.png
Copy ./resources/frame_small@2x.png
Copy ./resources/location_20x20.png
Copy ./resources/location_20x20@2x.png
Copy ./resources/logoiphone.png
Copy ./resources/profile_icon_30x30.png
Copy ./resources/profile_icon_30x30@2x.png
Copy ./resources/questions_icon_30x27.png
Copy ./resources/questions_icon_30x27@2x.png
Copy ./resources/refresh_25.png
Copy ./resources/refresh_25@2x.png
Copy ./resources/settings_icon_20x20.png
Copy ./resources/settings_icon_20x20@2x.png
Copy ./resources/success_28x28.png
Copy ./resources/success_28x28@2x.png
Copy ./resources/unread.png
Copy ./resources/users_icon_30x30.png
Copy ./resources/users_icon_30x30@2x.png
Copy vendor/Pods/Resources/SVProgressHUD.bundle
Create ./build/iPhoneSimulator-6.1-Development/Test.dSYM
Simulate ./build/iPhoneSimulator-6.1-Development/Test.app
(main)> *** simulator session ended with error: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "The simulated application quit." UserInfo=0x102017490 {NSLocalizedDescription=The simulated application quit., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1}
rake aborted!
Command failed with status (1): [DYLD_FRAMEWORK_PATH="/Applications/Xcode.a...]
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/file_utils.rb:53:in `block in create_shell_runner'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `call'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `sh'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/file_utils_ext.rb:37:in `sh'
/Library/RubyMotion/lib/motion/project/template/ios.rb:93:in `block in <top (required)>'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:205:in `block in invoke_prerequisites'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:203:in `each'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:203:in `invoke_prerequisites'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:183:in `block in invoke_with_call_chain'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:101:in `each'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in `eval'
/Users/travisvalentine/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => default => simulator
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment