Complete Noob -- Issue with Getting Mobile Test

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
fredotechGA2742
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 24
Joined: Mon Jan 16, 2012 10:39 am
Contact:

Complete Noob -- Issue with Getting Mobile Test

Post by fredotechGA2742 » Sat Apr 27, 2013 2:48 pm

OK I have installed LiveCode 6.0 Community Edition. I have installed the following Xcode 4.4.1, 4.5.2, 4.6.2 and the Mobile Support SDK Is green saying that is has SDK 5.1,6.0,6.1 & Simulators 5.0,5.1,6.1 and the button is green. but when I try to test in the mobile simulator the button is still grayed out. I have gone into each Xcode version and installed the components from the preference > Download section. What am I missing?

fredotechGA2742
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 24
Joined: Mon Jan 16, 2012 10:39 am
Contact:

Re: Complete Noob -- Issue with Getting Mobile Test

Post by fredotechGA2742 » Sat Apr 27, 2013 2:56 pm

Also tried it in Livecode 5.5.4 version. does the same thing.

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Complete Noob -- Issue with Getting Mobile Test

Post by sturgis » Sat Apr 27, 2013 5:12 pm

Theres a couple things. First, in your stack you need to set the standalone settings to build for IOS.

(with the stack open, file, standalone settings, will be prompted to save, then turn on IOS. All other platforms will be turned off)

Once that is done, and stack is saved, look under the development menu and choose the simulator you wish to target. Once that is done, the test button should become available.

fredotechGA2742
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 24
Joined: Mon Jan 16, 2012 10:39 am
Contact:

Re: Complete Noob -- Issue with Getting Mobile Test

Post by fredotechGA2742 » Sat Apr 27, 2013 7:45 pm

sturgis wrote:Theres a couple things. First, in your stack you need to set the standalone settings to build for IOS.

(with the stack open, file, standalone settings, will be prompted to save, then turn on IOS. All other platforms will be turned off)

Once that is done, and stack is saved, look under the development menu and choose the simulator you wish to target. Once that is done, the test button should become available.
Thank you!!! that was what I was missing (Development menu and choose the simulator you wish to target). Now going to work to get the android SDK running.

Post Reply