Closed timspiller closed 5 years ago
Hi @timspiller, reviewing the backtrace, it looks like RubyMotion was having trouble launching the REPL due to some sort of DNS/port error. It doesn't look like this issue is specific to RedPotion, so I'm going to close this issue. If you continue running into this issue, I would recommend joining our Slack workspace (https://motioneers.herokuapp.com) and asking for help and/or reporting the issue here: https://github.com/amirrajan/rubymotion-applied/issues
Thanks Andrew!
On Mon, Feb 4, 2019 at 1:31 PM Andrew Havens notifications@github.com wrote:
Closed #184 https://github.com/infinitered/redpotion/issues/184.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/infinitered/redpotion/issues/184#event-2116496911, or mute the thread https://github.com/notifications/unsubscribe-auth/AsPWrgiOGC5jl4JRbqcAHuESB5xbf2Xaks5vKHyOgaJpZM4af_2K .
Tims-MacBook-Pro-2:~ tspiller$ cd my_new_app Tims-MacBook-Pro-2:my_new_app tspiller$ rake Name: my_new_app Using profile: /Users/tspiller/my_new_app/signing/my_new_app.mobileprovision Using certificate: iPhone Developer: YOURNAME Generating Data Model my_new_app Loading schemas/0001_initial.rb Writing resources/my_new_app.xcdatamodeld/0001 initial.xcdatamodel/contents Build ./build/iPhoneSimulator-12.1-Development Build /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/cdq-1.0.6/lib/../vendor/cdq/ext Build /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/motion-yaml-1.4/lib/YAMLKit WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ProMotion-2.8.2/lib/ProMotion/collection/data/collection_data.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ProMotion-2.8.2/lib/ProMotion/collection/collection.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ProMotion-2.8.2/lib/ProMotion/table/data/table_data.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ProMotion-2.8.2/lib/ProMotion/table/table.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/alert_action.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/red_alert.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/alert_action.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/red_alert.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/alert_action.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/RedAlert-1.5/lib/project/red_alert.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/cdq-1.0.6/lib/../motion/managed_object.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/cdq-1.0.6/lib/../motion/cdq/targeted_query.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ruby_motion_query-1.7.0/lib/../motion/ext.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ruby_motion_query-1.7.0/lib/../motion/ruby_motion_query/grid.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/redpotion-1.7.1/lib/project/pro_motion/data_table.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/redpotion-1.7.1/lib/project/pro_motion/table.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. WARNING! Possible cyclical dependency between /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/redpotion-1.7.1/lib/project/pro_motion/data_table.rb and /Users/tspiller/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/redpotion-1.7.1/lib/project/pro_motion/table.rb's class hierarchy. Consider revision if runtime exceptions occur around undefined symbols. rake aborted! SocketError: getaddrinfo: nodename nor servname provided, or not known /Library/RubyMotion/lib/motion/project/xcode_config.rb:704:in
initialize' /Library/RubyMotion/lib/motion/project/xcode_config.rb:704:in
new' /Library/RubyMotion/lib/motion/project/xcode_config.rb:704:inlocal_repl_port' /Library/RubyMotion/lib/motion/project/builder.rb:232:in
build' /Library/RubyMotion/lib/motion/project/app.rb:78:inbuild' /Users/tspiller/.rubymotion/rubymotion-templates/motion/project/template/ios.rb:70:in
block (2 levels) in <top (required)>' /Users/tspiller/.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) Tims-MacBook-Pro-2:my_new_app tspiller$