HipByte / RubyMotionSamples

A collection of RubyMotion applications for code samples.
http://www.rubymotion.com
1.21k stars 341 forks source link

Can't run 'beer' example #45

Closed alexbilbie closed 10 years ago

alexbilbie commented 10 years ago

This is my rake trace:

rake --trace
** Invoke default (first_time)
** Invoke simulator (first_time)
** Execute simulator
** Invoke build:simulator (first_time)
** Execute build:simulator
rm -f ./build/iPhoneSimulator-7.1-Development/Beers.app/Info.plist
/usr/bin/env VM_PLATFORM="iPhoneSimulator" VM_KERNEL_PATH="/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/kernel-i386.bc" VM_OPT_LEVEL="0" /usr/bin/arch -arch i386 /Library/RubyMotion/bin/ruby --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/RubyMotion.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/UIKit.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/Foundation.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreGraphics.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreLocation.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/MapKit.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/AddressBook.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreVideo.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/OpenGLES.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreImage.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/Security.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreFoundation.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/ImageIO.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/QuartzCore.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreText.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/MobileCoreServices.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CFNetwork.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/Accelerate.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/SystemConfiguration.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/Accounts.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreMedia.bridgesupport"  --uses-bs "/Library/RubyMotion/data/ios/7.1/BridgeSupport/CoreAudio.bridgesupport"  --emit-llvm "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.i386.s" MREP_AE4FAD1CF7734E1B802206E7776A197C "/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -fexceptions -c -arch i386 "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.i386.s" -o "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.i386.o"
/usr/bin/lipo -create "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.i386.o" -output "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ "./build/iPhoneSimulator-7.1-Development/objs/init.mm" -arch i386 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk" -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/Frameworks -mios-simulator-version-min=7.1 -O0 -fexceptions -fblocks -fmodules -g -fobjc-legacy-dispatch -fobjc-abi-version=2 -c -o "./build/iPhoneSimulator-7.1-Development/objs/init.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o "./build/iPhoneSimulator-7.1-Development/Beers.app/Beers" "./build/iPhoneSimulator-7.1-Development/objs/init.o" "./build/iPhoneSimulator-7.1-Development/objs/main.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/UIKit_stubs.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/Foundation_stubs.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/CoreGraphics_stubs.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/MapKit_stubs.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/CoreFoundation_stubs.o" "/Library/RubyMotion/data/ios/7.1/iPhoneSimulator/CFNetwork_stubs.o" "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_details_controller.rb.o" "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer.rb.o" "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_list_controller.rb.o" "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/beer_map_controller.rb.o" "./build/iPhoneSimulator-7.1-Development/objs/Users/alexbilbie/iOS/RubyMotionSamples/ios/Beers/app/app_delegate.rb.o" -arch i386 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk" -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/Frameworks -mios-simulator-version-min=7.1 -L/Library/RubyMotion/data/ios/7.1/iPhoneSimulator -lrubymotion-static -lobjc -licucore   -framework UIKit -framework Foundation -framework CoreGraphics -framework CoreLocation -framework MapKit -framework AddressBook -framework CoreVideo -framework OpenGLES -framework CoreImage -framework Security -framework CoreFoundation -framework ImageIO -framework QuartzCore -framework CoreText -framework MobileCoreServices -framework CFNetwork -framework Accelerate -framework SystemConfiguration -framework Accounts -framework CoreMedia -framework CoreAudio
Undefined symbols for architecture i386:
  "_rb_objc_autorelease", referenced from:
      _vm_ivar_set in beer_details_controller.rb.o
      _vm_ivar_set in beer.rb.o
      _vm_ivar_set in beer_list_controller.rb.o
      _vm_ivar_set in app_delegate.rb.o
  "_rb_objc_type", referenced from:
      _vm_rval_to_char in beer_details_controller.rb.o
      _vm_rval_to_uchar in beer_details_controller.rb.o
      _vm_rhash_store in beer_details_controller.rb.o
      _vm_rval_to_char in beer.rb.o
      _vm_rval_to_uchar in beer.rb.o
      _vm_rhash_store in beer.rb.o
      _vm_rval_to_char in beer_list_controller.rb.o
      ...
     (maybe you meant: _rb_objc_type_size)
  "_selAREF", referenced from:
      _vm_fast_aref in beer_details_controller.rb.o
      _vm_fast_aref in beer.rb.o
      _vm_fast_aref in beer_list_controller.rb.o
      _vm_fast_aref in app_delegate.rb.o
      _vm_fast_aref in beer_details_controller.rb.o
      _vm_fast_aref in beer.rb.o
      _vm_fast_aref in beer_list_controller.rb.o
      _vm_fast_aref in app_delegate.rb.o
      _vm_fast_aref in beer_details_controller.rb.o
      _vm_fast_aref in beer.rb.o
      _vm_fast_aref in beer_list_controller.rb.o
      _vm_fast_aref in app_delegate.rb.o
      _vm_fast_aref in beer_details_controller.rb.o
      _vm_fast_aref in beer.rb.o
      _vm_fast_aref in beer_list_controller.rb.o
      _vm_fast_aref in app_delegate.rb.o
     (maybe you meant: _ruby_selAREF)
  "_selASET", referenced from:
      _vm_fast_aset in beer_details_controller.rb.o
      _vm_fast_aset in beer.rb.o
      _vm_fast_aset in beer_list_controller.rb.o
      _vm_fast_aset in app_delegate.rb.o
      _vm_fast_aset in beer_details_controller.rb.o
      _vm_fast_aset in beer.rb.o
      _vm_fast_aset in beer_list_controller.rb.o
      _vm_fast_aset in app_delegate.rb.o
      _vm_fast_aset in beer_details_controller.rb.o
      _vm_fast_aset in beer.rb.o
      _vm_fast_aset in beer_list_controller.rb.o
      _vm_fast_aset in app_delegate.rb.o
      _vm_fast_aset in beer_details_controller.rb.o
      _vm_fast_aset in beer.rb.o
      _vm_fast_aset in beer_list_controller.rb.o
      _vm_fast_aset in app_delegate.rb.o
     (maybe you meant: _ruby_selASET)
  "_selDIV", referenced from:
      _vm_fast_div in beer_details_controller.rb.o
      _vm_fast_div in beer.rb.o
      _vm_fast_div in beer_list_controller.rb.o
      _vm_fast_div in app_delegate.rb.o
      _vm_fast_div in beer_details_controller.rb.o
      _vm_fast_div in beer.rb.o
      _vm_fast_div in beer_list_controller.rb.o
      _vm_fast_div in app_delegate.rb.o
      _vm_fast_div in beer_details_controller.rb.o
      _vm_fast_div in beer.rb.o
      _vm_fast_div in beer_list_controller.rb.o
      _vm_fast_div in app_delegate.rb.o
      _vm_fast_div in beer_details_controller.rb.o
      _vm_fast_div in beer.rb.o
      _vm_fast_div in beer_list_controller.rb.o
      _vm_fast_div in app_delegate.rb.o
     (maybe you meant: _ruby_selDIV)
  "_selEq", referenced from:
      _vm_fast_eq in beer_details_controller.rb.o
      _vm_fast_eq in beer.rb.o
      _vm_fast_eq in beer_list_controller.rb.o
      _vm_fast_eq in app_delegate.rb.o
      _vm_fast_eq in beer_details_controller.rb.o
      _vm_fast_eq in beer.rb.o
      _vm_fast_eq in beer_list_controller.rb.o
      _vm_fast_eq in app_delegate.rb.o
      _vm_fast_eq in beer_details_controller.rb.o
      _vm_fast_eq in beer.rb.o
      _vm_fast_eq in beer_list_controller.rb.o
      _vm_fast_eq in app_delegate.rb.o
      _vm_fast_eq in beer_details_controller.rb.o
      _vm_fast_eq in beer.rb.o
      _vm_fast_eq in beer_list_controller.rb.o
      _vm_fast_eq in app_delegate.rb.o
     (maybe you meant: _ruby_selEqq, _ruby_selEqTilde , _ruby_selEq )
  "_selEqq", referenced from:
      _vm_fast_eqq in beer_details_controller.rb.o
      _vm_fast_eqq in beer.rb.o
      _vm_fast_eqq in beer_list_controller.rb.o
      _vm_fast_eqq in app_delegate.rb.o
      _vm_fast_eqq in beer_details_controller.rb.o
      _vm_fast_eqq in beer.rb.o
      _vm_fast_eqq in beer_list_controller.rb.o
      _vm_fast_eqq in app_delegate.rb.o
      _vm_fast_eqq in beer_details_controller.rb.o
      _vm_fast_eqq in beer.rb.o
      _vm_fast_eqq in beer_list_controller.rb.o
      _vm_fast_eqq in app_delegate.rb.o
      _vm_fast_eqq in beer_details_controller.rb.o
      _vm_fast_eqq in beer.rb.o
      _vm_fast_eqq in beer_list_controller.rb.o
      _vm_fast_eqq in app_delegate.rb.o
     (maybe you meant: _ruby_selEqq)
  "_selGE", referenced from:
      _vm_fast_ge in beer_details_controller.rb.o
      _vm_fast_ge in beer.rb.o
      _vm_fast_ge in beer_list_controller.rb.o
      _vm_fast_ge in app_delegate.rb.o
      _vm_fast_ge in beer_details_controller.rb.o
      _vm_fast_ge in beer.rb.o
      _vm_fast_ge in beer_list_controller.rb.o
      _vm_fast_ge in app_delegate.rb.o
      _vm_fast_ge in beer_details_controller.rb.o
      _vm_fast_ge in beer.rb.o
      _vm_fast_ge in beer_list_controller.rb.o
      _vm_fast_ge in app_delegate.rb.o
      _vm_fast_ge in beer_details_controller.rb.o
      _vm_fast_ge in beer.rb.o
      _vm_fast_ge in beer_list_controller.rb.o
      _vm_fast_ge in app_delegate.rb.o
     (maybe you meant: _ruby_selGE)
  "_selGT", referenced from:
      _vm_fast_gt in beer_details_controller.rb.o
      _vm_fast_gt in beer.rb.o
      _vm_fast_gt in beer_list_controller.rb.o
      _vm_fast_gt in app_delegate.rb.o
      _vm_fast_gt in beer_details_controller.rb.o
      _vm_fast_gt in beer.rb.o
      _vm_fast_gt in beer_list_controller.rb.o
      _vm_fast_gt in app_delegate.rb.o
      _vm_fast_gt in beer_details_controller.rb.o
      _vm_fast_gt in beer.rb.o
      _vm_fast_gt in beer_list_controller.rb.o
      _vm_fast_gt in app_delegate.rb.o
      _vm_fast_gt in beer_details_controller.rb.o
      _vm_fast_gt in beer.rb.o
      _vm_fast_gt in beer_list_controller.rb.o
      _vm_fast_gt in app_delegate.rb.o
     (maybe you meant: _ruby_selGT)
  "_selLE", referenced from:
      _vm_fast_le in beer_details_controller.rb.o
      _vm_fast_le in beer.rb.o
      _vm_fast_le in beer_list_controller.rb.o
      _vm_fast_le in app_delegate.rb.o
      _vm_fast_le in beer_details_controller.rb.o
      _vm_fast_le in beer.rb.o
      _vm_fast_le in beer_list_controller.rb.o
      _vm_fast_le in app_delegate.rb.o
      _vm_fast_le in beer_details_controller.rb.o
      _vm_fast_le in beer.rb.o
      _vm_fast_le in beer_list_controller.rb.o
      _vm_fast_le in app_delegate.rb.o
      _vm_fast_le in beer_details_controller.rb.o
      _vm_fast_le in beer.rb.o
      _vm_fast_le in beer_list_controller.rb.o
      _vm_fast_le in app_delegate.rb.o
     (maybe you meant: _ruby_selLE)
  "_selLT", referenced from:
      _vm_fast_lt in beer_details_controller.rb.o
      _vm_fast_lt in beer.rb.o
      _vm_fast_lt in beer_list_controller.rb.o
      _vm_fast_lt in app_delegate.rb.o
      _vm_fast_lt in beer_details_controller.rb.o
      _vm_fast_lt in beer.rb.o
      _vm_fast_lt in beer_list_controller.rb.o
      _vm_fast_lt in app_delegate.rb.o
      _vm_fast_lt in beer_details_controller.rb.o
      _vm_fast_lt in beer.rb.o
      _vm_fast_lt in beer_list_controller.rb.o
      _vm_fast_lt in app_delegate.rb.o
      _vm_fast_lt in beer_details_controller.rb.o
      _vm_fast_lt in beer.rb.o
      _vm_fast_lt in beer_list_controller.rb.o
      _vm_fast_lt in app_delegate.rb.o
     (maybe you meant: _ruby_selLTLT, _ruby_selLT )
  "_selLTLT", referenced from:
      _vm_fast_shift in beer_details_controller.rb.o
      _vm_fast_shift in beer.rb.o
      _vm_fast_shift in beer_list_controller.rb.o
      _vm_fast_shift in app_delegate.rb.o
      _vm_fast_shift in beer_details_controller.rb.o
      _vm_fast_shift in beer.rb.o
      _vm_fast_shift in beer_list_controller.rb.o
      _vm_fast_shift in app_delegate.rb.o
      _vm_fast_shift in beer_details_controller.rb.o
      _vm_fast_shift in beer.rb.o
      _vm_fast_shift in beer_list_controller.rb.o
      _vm_fast_shift in app_delegate.rb.o
      _vm_fast_shift in beer_details_controller.rb.o
      _vm_fast_shift in beer.rb.o
      _vm_fast_shift in beer_list_controller.rb.o
      _vm_fast_shift in app_delegate.rb.o
     (maybe you meant: _ruby_selLTLT)
  "_selMINUS", referenced from:
      _vm_fast_minus in beer_details_controller.rb.o
      _vm_fast_minus in beer.rb.o
      _vm_fast_minus in beer_list_controller.rb.o
      _vm_fast_minus in app_delegate.rb.o
      _vm_fast_minus in beer_details_controller.rb.o
      _vm_fast_minus in beer.rb.o
      _vm_fast_minus in beer_list_controller.rb.o
      _vm_fast_minus in app_delegate.rb.o
      _vm_fast_minus in beer_details_controller.rb.o
      _vm_fast_minus in beer.rb.o
      _vm_fast_minus in beer_list_controller.rb.o
      _vm_fast_minus in app_delegate.rb.o
      _vm_fast_minus in beer_details_controller.rb.o
      _vm_fast_minus in beer.rb.o
      _vm_fast_minus in beer_list_controller.rb.o
      _vm_fast_minus in app_delegate.rb.o
     (maybe you meant: _ruby_selMINUS)
  "_selMOD", referenced from:
      _vm_fast_mod in beer_details_controller.rb.o
      _vm_fast_mod in beer.rb.o
      _vm_fast_mod in beer_list_controller.rb.o
      _vm_fast_mod in app_delegate.rb.o
      _vm_fast_mod in beer_details_controller.rb.o
      _vm_fast_mod in beer.rb.o
      _vm_fast_mod in beer_list_controller.rb.o
      _vm_fast_mod in app_delegate.rb.o
      _vm_fast_mod in beer_details_controller.rb.o
      _vm_fast_mod in beer.rb.o
      _vm_fast_mod in beer_list_controller.rb.o
      _vm_fast_mod in app_delegate.rb.o
      _vm_fast_mod in beer_details_controller.rb.o
      _vm_fast_mod in beer.rb.o
      _vm_fast_mod in beer_list_controller.rb.o
      _vm_fast_mod in app_delegate.rb.o
     (maybe you meant: _ruby_selMOD)
  "_selMULT", referenced from:
      _vm_fast_mult in beer_details_controller.rb.o
      _vm_fast_mult in beer.rb.o
      _vm_fast_mult in beer_list_controller.rb.o
      _vm_fast_mult in app_delegate.rb.o
      _vm_fast_mult in beer_details_controller.rb.o
      _vm_fast_mult in beer.rb.o
      _vm_fast_mult in beer_list_controller.rb.o
      _vm_fast_mult in app_delegate.rb.o
      _vm_fast_mult in beer_details_controller.rb.o
      _vm_fast_mult in beer.rb.o
      _vm_fast_mult in beer_list_controller.rb.o
      _vm_fast_mult in app_delegate.rb.o
      _vm_fast_mult in beer_details_controller.rb.o
      _vm_fast_mult in beer.rb.o
      _vm_fast_mult in beer_list_controller.rb.o
      _vm_fast_mult in app_delegate.rb.o
     (maybe you meant: _ruby_selMULT)
  "_selNeq", referenced from:
      _vm_fast_neq in beer_details_controller.rb.o
      _vm_fast_neq in beer.rb.o
      _vm_fast_neq in beer_list_controller.rb.o
      _vm_fast_neq in app_delegate.rb.o
      _vm_fast_neq in beer_details_controller.rb.o
      _vm_fast_neq in beer.rb.o
      _vm_fast_neq in beer_list_controller.rb.o
      _vm_fast_neq in app_delegate.rb.o
      _vm_fast_neq in beer_details_controller.rb.o
      _vm_fast_neq in beer.rb.o
      _vm_fast_neq in beer_list_controller.rb.o
      _vm_fast_neq in app_delegate.rb.o
      _vm_fast_neq in beer_details_controller.rb.o
      _vm_fast_neq in beer.rb.o
      _vm_fast_neq in beer_list_controller.rb.o
      _vm_fast_neq in app_delegate.rb.o
     (maybe you meant: _ruby_selNeq)
  "_selPLUS", referenced from:
      _vm_fast_plus in beer_details_controller.rb.o
      _vm_fast_plus in beer.rb.o
      _vm_fast_plus in beer_list_controller.rb.o
      _vm_fast_plus in app_delegate.rb.o
      _vm_fast_plus in beer_details_controller.rb.o
      _vm_fast_plus in beer.rb.o
      _vm_fast_plus in beer_list_controller.rb.o
      _vm_fast_plus in app_delegate.rb.o
      _vm_fast_plus in beer_details_controller.rb.o
      _vm_fast_plus in beer.rb.o
      _vm_fast_plus in beer_list_controller.rb.o
      _vm_fast_plus in app_delegate.rb.o
      _vm_fast_plus in beer_details_controller.rb.o
      _vm_fast_plus in beer.rb.o
      _vm_fast_plus in beer_list_controller.rb.o
      _vm_fast_plus in app_delegate.rb.o
     (maybe you meant: _ruby_selPLUS)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
rake aborted!
Command failed with status (1): [/Applications/Xcode.app/Contents/Developer...]
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/file_utils.rb:55:in `block in create_shell_runner'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'
/Library/RubyMotion/lib/motion/project/builder.rb:306:in `build'
/Library/RubyMotion/lib/motion/project/app.rb:78:in `build'
/Library/RubyMotion/lib/motion/project/template/ios.rb:68:in `block (2 levels) in <top (required)>'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:236:in `call'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:236:in `block in execute'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/Users/alexbilbie/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/Library/RubyMotion/lib/motion/project/template/ios.rb:122:in `block in <top (required)>'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:236:in `call'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:236:in `block in execute'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:175:in `block in invoke_with_call_chain'
/Users/alexbilbie/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:197:in `block in invoke_prerequisites'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:174:in `block in invoke_with_call_chain'
/Users/alexbilbie/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:106:in `block (2 levels) in top_level'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:106:in `block in top_level'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:78:in `block in run'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:165:in `standard_exception_handling'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/lib/rake/application.rb:75:in `run'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/gems/rake-10.1.0/bin/rake:33:in `<top (required)>'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/bin/rake:19:in `load'
/Users/alexbilbie/.rvm/gems/ruby-1.9.3-p362/bin/rake:19:in `<main>'
Tasks: TOP => build:simulator
alexbilbie commented 10 years ago

A rake clean fixed this