Hello, I’m having an error right at application launch since I upgraded from build 2511 to 2596. I then upgraded to build 2600 and the problem persists.
The same error appears when I open some of the sample apps, like:
-networking - AsyncHTTP
-networking - Facebook
-networking - Scrumptious
In the mac simulator, however, my app opens fine.
Windows simulator build date: Mar 28 2015 @ 02:21:23
Copyright © 2009-2015 C o r o n a L a b s I n c .
Version: 3.0.0
Build: 2015.2600
Platform: iPad / x64 / 6.1 / Intel® Graphics Media Accelerator HD / 2.1.0 - Bu
ild 8.15.10.2008 / 2015.2600
Runtime error
?:0: attempt to index global ‘network’ (a nil value)
stack traceback:
?: in function ‘downloadManifest’
?: in function ‘downloadQueuedManifests’
?: in function ‘?’
?: in function <?:717>
(tail call): ?
?: in function <?:498>
?: in function <?:221>
Edit:
I’ve done some debugging
The reason it crashes on the start is because of these plugins:
“plugin.google.play.services” and “CoronaProvider.native.popup.social”
Also when I try to call an API like “network.request()” it crashes
regards,