It appears the forum has had a reboot. I hope someone will see this. I have a problem building the popular Stripe cocoapod for processing payments. Building it results in the following:
Build ./Pods.xcodeproj [Stripe - Release]
Create ./Target Support Files/Stripe/ResourceBundle-Stripe-Info.plist
/Library/RubyMotion/lib/motion/project/vendor/xcpretty_printer.rb:112:in format_path': undefined method
start_with?’ for #Array:0x007ffe0588f5f8 (NoMethodError)
from /Library/RubyMotion/lib/motion/project/vendor/xcpretty_printer.rb:107:in print_copy_strings_file' from /Library/RubyMotion/lib/motion/project/vendor/xcpretty_printer.rb:47:in
pretty_format’
from /Library/RubyMotion/vendor/XCPretty/lib/xcpretty/printer.rb:52:in pretty_print' from /Library/RubyMotion/vendor/XCPretty/bin/xcpretty:63:in
block in '
from /Library/RubyMotion/vendor/XCPretty/bin/xcpretty:62:in each_line' from /Library/RubyMotion/vendor/XCPretty/bin/xcpretty:62:in
each_line’
from /Library/RubyMotion/vendor/XCPretty/bin/xcpretty:62:in `'
ERROR!
I put in a quick patch:
return path.join("\n") if path.kind_of?(Array)
and it fixed the problem, but I wanted to report this.