Created
October 1, 2018 05:56
-
-
Save Atastor/1d2c902a964f580c0db5c166978eb8c5 to your computer and use it in GitHub Desktop.
Historic version of BridgeSupport installed, RM project still fails building
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kaladin:UCTInterimTime michaelp$ rbenv version | |
2.3.7 (set by /Users/michaelp/RubySpielwiese/UCTInterimTime/.ruby-version) | |
Kaladin:UCTInterimTime michaelp$ rake | |
Info Using certificate 'iPhone Developer: Michael Portz (UP9JP692KM)'. | |
Info Using provisioning profile '(MotionProvisioning) com.wamms.uct.interimtime ios development'. | |
Name: UCT:InterimTime | |
Using profile: /Users/michaelp/RubySpielwiese/UCTInterimTime/provisioning/com.wamms.uct.interimtime_ios_development_provisioning_profile.mobileprovision | |
Using certificate: iPhone Developer: Michael Portz (UP9JP692KM) | |
Generating Data Model UCTInterimTime | |
Loading schemas/0001_initial.rb | |
Loading schemas/0004.rb | |
Loading schemas/0003.rb | |
Loading schemas/0002.rb | |
Writing resources/UCTInterimTime.xcdatamodeld/0001 initial.xcdatamodel/contents | |
Writing resources/UCTInterimTime.xcdatamodeld/0004.xcdatamodel/contents | |
Writing resources/UCTInterimTime.xcdatamodeld/0003.xcdatamodel/contents | |
Writing resources/UCTInterimTime.xcdatamodeld/0002.xcdatamodel/contents | |
Build ./build/iPhoneSimulator-12.0-Development | |
Build /Users/michaelp/.rbenv/versions/2.3.7/lib/ruby/gems/2.3.0/gems/motion-yaml-1.6/lib/YAMLKit | |
/Library/Ruby/Site/2.3.0/rubygems/core_ext/kernel_require.rb:59:in `require': dlopen(/System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle, 0x0009): dependent dylib '@rpath/libclang.dylib' not found for '/System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle' - /System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.bundle (LoadError) | |
from /Library/Ruby/Site/2.3.0/rubygems/core_ext/kernel_require.rb:59:in `require' | |
from /System/Library/BridgeSupport/ruby-2.3/bridgesupportparser.rb:6:in `<top (required)>' | |
from /Library/Ruby/Site/2.3.0/rubygems/core_ext/kernel_require.rb:59:in `require' | |
from /Library/Ruby/Site/2.3.0/rubygems/core_ext/kernel_require.rb:59:in `require' | |
from /Library/RubyMotion/lib/BridgeSupport2/usr/bin/gen_bridge_metadata:65:in `<top (required)>' | |
from /Library/RubyMotion/bin/gen_bridge_metadata:36:in `load' | |
from /Library/RubyMotion/bin/gen_bridge_metadata:36:in `<main>' | |
rake aborted! | |
Command failed with status (1): [RUBYOPT='' '/Library/RubyMotion/bin/gen_br...] | |
/Library/RubyMotion/lib/motion/project/xcode_config.rb:505:in `gen_bridge_metadata' | |
/Library/RubyMotion/lib/motion/project/vendor.rb:243:in `generate_bridgesupport' | |
/Library/RubyMotion/lib/motion/project/vendor.rb:176:in `build_static' | |
/Library/RubyMotion/lib/motion/project/vendor.rb:49:in `block in build' | |
/Library/RubyMotion/lib/motion/project/vendor.rb:48:in `chdir' | |
/Library/RubyMotion/lib/motion/project/vendor.rb:48:in `build' | |
/Library/RubyMotion/lib/motion/project/builder.rb:69:in `block in build' | |
/Library/RubyMotion/lib/motion/project/builder.rb:68:in `each' | |
/Library/RubyMotion/lib/motion/project/builder.rb:68:in `build' | |
/Library/RubyMotion/lib/motion/project/app.rb:78:in `build' | |
/Users/michaelp/.rubymotion/rubymotion-templates/motion/project/template/ios.rb:70:in `block (2 levels) in <top (required)>' | |
/Users/michaelp/.rubymotion/rubymotion-templates/motion/project/template/ios.rb:183:in `block in <top (required)>' | |
Tasks: TOP => build:simulator | |
(See full trace by running task with --trace) | |
Kaladin:UCTInterimTime michaelp$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment