Page 1 of 1

Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Wed May 04, 2011 2:10 pm
by patrickn
I am totally new to this coding stuff. following the demo and can't seem to simulate the Stock Manager demo in the iPad simulator. The test icon is grayed out. I am using the free trial and want to see this before I buy, or at least understand if I am doing some thing wrong.

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Wed May 04, 2011 2:47 pm
by bn
Hi Patrick,

you would have to have Xcode on your computer. The version from the app store should be enough for the simulator, though not to test it on an actual device (you need provisioning profiles for that and you get them only if you are a registered developer with apple = $99)

If you already have Xcode you have to set in the Standalone Application Settings... -> iOS -> the checkboxes. Then close that and save your stack. The test icon should now be active.

Kind regards

Bernd

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Thu May 05, 2011 12:32 am
by patrickn
Thanks and i do have xcode installed though I have not spent the $99 for apple.

When I do what you suggest, I get the following error - "There was an error while saving the standalone application could not find specified provisioning profile"

Thanks in advance

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Thu May 05, 2011 12:57 am
by bn
Hi Patrick,

in my experience you only get that error if you want to run the compiled app on the device (save as standalone) if you want to run the stack in the simulator (test) you don't have to specify a provisioning profile. But then I do have the $99 version of Xcode installed and maybe it is doing something I am not aware of with respect to provisioning profiles.

Someone without a developer license for Xcode would have to chime in whether you can use the iOS simulator without the developer license in Xcode.

Or you may want to write to support and ask them.

Kind regards

Bernd

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Mon May 16, 2011 9:09 pm
by ddaddy
Hi Patrick, did you get this working?
I've also got the trial version running but can't get the iPhone simulator working. The 'test' button is always greyed out.
I have XCode installed.

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Tue May 17, 2011 12:23 am
by Mark
ddaddy,

You need to set up the mobile preferences correctly in the preferences window. Basically this means you need to point LC to /Developer. This should be sufficient to do some testing in the simulator. Unfortunately, standalones run only 1 minute in the simulator, which is barely enough to start the app.

Best,

Mark

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Tue May 17, 2011 7:29 am
by ddaddy
Mark wrote:Unfortunately, standalones run only 1 minute in the simulator, which is barely enough to start the app.

Best,

Mark
Thanks Mark. Is this just a restriction of the free trial?

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Tue May 17, 2011 9:10 am
by Mark
Yes.

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Tue May 17, 2011 10:43 am
by ddaddy
I've set the preferences in LC. The location for iOS 3.2 and above is set to /Developer but it wont set the 3.1.3 as I assume it needs an older XCode.

Anyway, the Test button still isn't available. I'm trying to get the Bulls-i application to run.
I've set the Standalone Application Settings to just iOS.

Any more ideas?

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Posted: Thu May 19, 2011 3:48 pm
by ddaddy
I got this working :-)
You have to select a simulator version from Development --> Test Target

Doh.