I'm trying to get my app into xcode so I can test it on my ipad. It works fine in the simulator when I launch from livecode, but when I launch it from xcode, all I see when it loads up is a blank screen.
I saved the app as a standalone application, then dragged it into my groups and files section of the xcode app. Then when I launch the xcode app on the sim, I just get a blank screen. How do I connect xcode with my livecode app?
Blank Screen in Xcode Simulator
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Blank Screen in Xcode Simulator
In the latest Xcode, open the organizer from Window menu.
With your device connected, drag the iOs standalone to the organizer window to install.
That should do it.
With your device connected, drag the iOs standalone to the organizer window to install.
That should do it.
-
- Posts: 95
- Joined: Wed Mar 30, 2011 10:15 am
Re: Blank Screen in Xcode Simulator
OK. It's working now. Thanks.