I am trying to build simple project cloned from github (cocosmotion), and I am continuosly getting the exactly same error - "ERROR! Building vendor project 'vendor\cocos2d-iphone' failed to create at least one '.a' library." I think that is not much of a problem if there is a way to get some details, logs or something similar information, which can help to solve this kind of problem. But all my tries and searches in google are not helpful at the moment.
So my question is - How can I get more detailed information about what is failing to build in that vendor project? Are there a way to turn on more verbose output?
source :rubygemsgem 'motion-cocoapods'
$:.unshift("/Library/RubyMotion/lib")require 'motion/project'require 'bundler'Bundler.requirerequire 'motion-cocoapods'Motion::Project::App.setup do |app|app.name = 'cocosmotion'app.pods dopod 'cocos2d'endend
--
--
Terminal hangs up like it is waiting for me to do something
Terminal hangs up like it is waiting for me to do somethingIt took a few minutes for the cocos2d to pull down and compile before I saw anything on the console. I couldn't tell you how long...had it on a different terminal tab. It's my first time using cocoapods too.It is a good sign, I think.
--