Page 2 of 2

Re: There is already a iOS SpiderBasic App?

Posted: Tue Jan 29, 2019 2:54 pm
by Niffo
Yes, seems not to work anymore with XCode 10 : viewtopic.php?f=11&t=1591
In the meantime, you can try to pack your app directly with Cordova, it's not very difficult : https://cordova.apache.org/

Re: There is already a iOS SpiderBasic App?

Posted: Tue Jan 29, 2019 9:19 pm
by plouf
Dirk Geppert wrote:What's the current status here?

For Android you can successfully create apps :) - but only with activated debugger. (Is there any way to close the debug window? :? )

For iOS you still need a computer with MacOS or can I do that under Windows? :roll:

Ciao Dirk
not necessary to have debugger on, you have to sign your app, then debugeer is not necessary

->viewtopic.php?f=13&t=1385

Re: There is already a iOS SpiderBasic App?

Posted: Tue Feb 19, 2019 1:09 pm
by ❤x1
Niffo wrote:In the meantime, you can try to pack your app directly with Cordova, it's not very difficult : https://cordova.apache.org/
Do you mind writing a simple tutorial? Or at least, pointing me in the general direction to generate the cordova compatible html/js from a sb code?

Re: There is already a iOS SpiderBasic App?

Posted: Wed Feb 20, 2019 5:49 pm
by Niffo
This is a good start : https://cordova.apache.org/docs/en/late ... index.html
Then you "only" have to put your SpiderBasic App in the "www" directory ;-)

Re: There is already a iOS SpiderBasic App?

Posted: Thu Feb 21, 2019 12:40 am
by ❤x1
Oh? There is no difference between a Web app and a Cordova app generated by SpiderBasic? That explains so many problems I've got!
Thanks, I'll try :D