rubymotion Cannot find executable for CFBundle -
On my iMac I just installed RubyMotion
I made 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 $ racks to run and Ios simulator start /Applications/Xcode.app/Contents/Developer; CFBundle 0x8d8a130 & lt could not be executable
2014-04-25 18: 58 :: 03.157 Hello [70B 10488] and I get this error /Platforms/iPhoneSimulator.platform /Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (Not loaded) I took it from another question:
temporary solution: IOS simulator & gt; Reset content and settings ... and run again.
text "itemprop =" text ">
This is a relatively harmless (mine I believe that there is a bug in the iOS 7 SDK.
I found the same issue and found a solution to find your post while fine I have to see but I was still getting the message I was able to finish the message on my machine I had to do here;
stop all execution on simulator. Shift-command Using -h Go to the simulator's home screen, delete the app from the simulator device by clicking one of my programs until it appears, then click X to delete. Clean the project in it and make it run.
Note, I was doing phase 4 & 5 but it was not working until it was so far As is Crazy), it clears my message.
Hope it works for you!
- Dave
Perhaps deleting an app, resetting, and resuming the iOS simulator will work.
Comments
Post a Comment