Skip to content

Instantly share code, notes, and snippets.

@matsu911
Created September 13, 2013 23:03
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 matsu911/6557172 to your computer and use it in GitHub Desktop.
Save matsu911/6557172 to your computer and use it in GitHub Desktop.
RM2.8でrake --trace AVFoundationのみapp.frameworksに追加
$ rake --trace
** Invoke default (first_time)
** Invoke simulator (first_time)
** Execute simulator
** Invoke build:simulator (first_time)
** Execute build:simulator
/usr/bin/env VM_KERNEL_PATH="/Library/RubyMotion2.8/data/ios/6.0/iPhoneSimulator/kernel-i386.bc" VM_OPT_LEVEL="0" /usr/bin/arch -arch i386 /Library/RubyMotion2.8/bin/ruby --uses-bs "/Library/RubyMotion2.8/data/ios/6.0/BridgeSupport/RubyMotion.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.1/BridgeSupport/RubyMotion.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/7.0/BridgeSupport/RubyMotion.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.0/BridgeSupport/UIKit.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.1/BridgeSupport/UIKit.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/7.0/BridgeSupport/UIKit.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.0/BridgeSupport/Foundation.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.1/BridgeSupport/Foundation.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/7.0/BridgeSupport/Foundation.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.0/BridgeSupport/CoreGraphics.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.1/BridgeSupport/CoreGraphics.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/7.0/BridgeSupport/CoreGraphics.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.0/BridgeSupport/AVFoundation.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/6.1/BridgeSupport/AVFoundation.bridgesupport" --uses-bs "/Library/RubyMotion2.8/data/ios/7.0/BridgeSupport/AVFoundation.bridgesupport" --emit-llvm "./build/iPhoneSimulator-6.0-Development/objs/Users/matsumurashigeaki/work/rubymotion_compile_test/app/app_delegate.rb.i386.s" MREP_2245EE32A2654D80A13116F4CDE04E0A "/Users/matsumurashigeaki/work/rubymotion_compile_test/app/app_delegate.rb"
2013-09-14 08:00:04.515 ruby[51789:f0f] unrecognized runtime type `{_CMTime=qiIq}' (TypeError)
2013-09-14 08:00:04.520 ruby[51789:f0f] *** Terminating app due to uncaught exception 'TypeError', reason: 'unrecognized runtime type `{_CMTime=qiIq}' (TypeError)
'
*** Call stack at first throw:
(
0 CoreFoundation 0x9836fe8b __raiseError + 219
1 libobjc.A.dylib 0x98cf652e objc_exception_throw + 230
2 ruby 0x0013e6d2 rb_rescue2 + 690
3 ruby 0x0013e787 rb_vm_raise + 167
4 ruby 0x0002bd41 rb_exc_raise + 17
5 ruby 0x00028452 rb_raise + 146
6 ruby 0x00101cbf _ZN13RoxorCompiler12convert_typeEPKc + 917
7 ruby 0x0010dfbd _ZN13RoxorCompiler12compile_stubEPKcbib + 1895
8 ruby 0x0015d1ca _ZN16RoxorAOTCompiler20compile_static_stubsEv + 1578
9 ruby 0x00162bb0 _ZN16RoxorAOTCompiler23compile_static_bs_filesEv + 160
10 ruby 0x00111cae _ZN16RoxorAOTCompiler21compile_init_functionERSt6vectorIPN4llvm8FunctionESaIS3_EE + 6868
11 ruby 0x00143761 rb_vm_aot_compile + 465
12 ruby 0x00091de0 ruby_process_options + 416
13 ruby 0x000e36a6 main + 134
14 ruby 0x00001e35 start + 53
)
rake aborted!
Command failed with status (): [/usr/bin/env VM_KERNEL_PATH="/Library/Ruby...]
/Users/matsumurashigeaki/.rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.0/lib/rake/file_utils.rb:55:in `block in create_shell_runner'
/Users/matsumurashigeaki/.rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'
/Users/matsumurashigeaki/.rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'
/Users/matsumurashigeaki/.rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'
/Library/RubyMotion2.8/lib/motion/project/builder.rb:125:in `block (2 levels) in build'
/Library/RubyMotion2.8/lib/motion/project/builder.rb:111:in `each'
/Library/RubyMotion2.8/lib/motion/project/builder.rb:111:in `block in build'
/Library/RubyMotion2.8/lib/motion/project/builder.rb:483:in `call'
/Library/RubyMotion2.8/lib/motion/project/builder.rb:483:in `block (2 levels) in initialize'
Tasks: TOP => build:simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment