rubymotion Cannot find executable for CFBundle
问题 I just installed RubyMotion on my iMac. I created my first app - Hello This is the code: class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = HelloViewController.alloc.init @window.rootViewController.wantsFullScreenLayout = true @window.makeKeyAndVisible true end end I run $ Rake and the IOS Simulator start up. And I get this error: 2014-04-25 18:58:03.157