Hi Zappo,
Where can I find the 2.0.11 version of the software because I'm having the same issue with the 2.0.14b?
If it wasn't such a superior language to Xcode, I wouldn't be sooo eager to get this working..
I'll seriously be at least 20 times faster coding with this than Xcode.
I've downloaded the 2.0.14B from Steam and my IP 5 says my Hello world app failed to install. My IP 4S puts the app on the device but just starts eternally says installing after I tap it to run. I have Xcode apps I've developed that I've put directly on both these phones via my developer provisioning profiles.
I've tried every potential solution I could find on these forums since 2012 since last Wednesday.
I have not yet tried uninstalling and reinstalling it yet but I'm going to try that now.
Jonny Meek, is there any chance you could create a demonstration video of putting a hello world app on a phone?
The code runs locally on the Mac. Here it is in case there's something in the code that may be producing the issue. I've also tried making it just show the FPS previously.
// Project: Verti
// Created: 2015-09-16
// set window properties
SetWindowTitle( "Verti" )
SetWindowSize( 640, 960, 0 )
// set display properties
SetVirtualResolution( 640, 960 )
//SetOrientationAllowed( 1, 1, 1, 1 )
do
Print( "Hello WOrld")
Sync()
loop
Thanks much,
Bill