Skip to content

Instantly share code, notes, and snippets.

@iwazer
Created September 24, 2013 06:35
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 iwazer/6681071 to your computer and use it in GitHub Desktop.
Save iwazer/6681071 to your computer and use it in GitHub Desktop.
$ rake preload=true
/Users/e-iwazawa/Develop/github/motioncv-test/vendor/opencv/motioncv.gemspec:2: warning: already initialized constant VERSION
Create ./app/_preload_.rb
+ /Library/RubyMotion/data/ios/7.0/BridgeSupport/AVFoundation.bridgesupport
+ /Library/RubyMotion/data/ios/7.0/BridgeSupport/AssetsLibrary.bridgesupport
+ /Library/RubyMotion/data/ios/7.0/BridgeSupport/CoreGraphics.bridgesupport
+ /Library/RubyMotion/data/ios/7.0/BridgeSupport/Foundation.bridgesupport
+ /Library/RubyMotion/data/ios/7.0/BridgeSupport/UIKit.bridgesupport
+ ./vendor/opencv/framework/opencv2.framework/opencv2.framework.bridgesupport
Build ./build/iPhoneSimulator-7.0-Development
Build /Users/e-iwazawa/Develop/github/motioncv-test/vendor/opencv/lib/../framework/opencv2.framework
Compile ./app/_preload_.rb
Link ./build/iPhoneSimulator-7.0-Development/opencv-test.app/opencv-test
Undefined symbols for architecture i386:
"_NSMetadataQueryUpdateAddedItemsKey", referenced from:
_MREP_7E72D070567F41158FA59F2B44ABE95E in _preload_.rb.o
"_NSMetadataQueryUpdateChangedItemsKey", referenced from:
_MREP_7E72D070567F41158FA59F2B44ABE95E in _preload_.rb.o
"_NSMetadataQueryUpdateRemovedItemsKey", referenced from:
_MREP_7E72D070567F41158FA59F2B44ABE95E in _preload_.rb.o
"_NSURLErrorBackgroundTaskCancelledReasonKey", referenced from:
_MREP_7E72D070567F41158FA59F2B44ABE95E in _preload_.rb.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
rake aborted!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment