Issues with daily build 1151 on OSX.
- gameNetwork.google plugin issue:
I can generate Android version of the app, and it installs and operates as expected on Android device. However, when generating an iOS version, I get the following error and the build process fails:
A device build error occurred on the server.
BuildID: 51cb6e71bc2e5
Publisher: com.coronalabs
Plugin: CoronaProvider.gameNetwork.google
The same is true with daily build 1144.
- iAds plugin issue (module ‘CoronaProvider.ads.iads’ not found):
Since Google Play Game Services related API in my code will not be executed when I build for iOS, I thought commenting out the gameNetwork.google requirement from build.settings would simply enable me to build iOS version. And yes, it does generate iOS build without an error…
However, when I install and launch the app on my iOS device, it throws out the error (see below) that kills the app.
At this point, unless I remove (or comment out) both iAds related code and gameNetwork.google requirement, I am unable to generate iOS build that would actually launch & operate properly…
Naomi
Jun 26 15:59:50 Naomis-iPod-touch xxxxxx[551] <Warning>: Runtime error
ERROR: Could not load provider (iads) due to the following reason: module ‘CoronaProvider.ads.iads’ not found:resource (CoronaProvider.ads.iads.lu) does not exist in archive
no field package.preload[‘CoronaProvider.ads.iads’]
no file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/SpellGems.app/CoronaProvider.ads.iads.lua’
no file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/SpellGems.app/CoronaProvider.ads.iads.lua’
no file ‘./CoronaProvider.ads.iads.so’
no file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/SpellGems.app/CoronaProvider.ads.iads.so’
no file ‘./CoronaProvider.so’
no file '/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/xxxxxx.app/CoronaProvider.so’CoronaProvider.ads.iads.
stack traceback:
[C]: ?
[C]: in function ‘error’
?: in function ‘gotoScene’
?: in main chunk
Jun 26 15:59:50 Naomis-iPod-touch xxxxxx[551] <Warning>: errorMessage = “ERROR: Could not load provider (iads) due to the following reason: module ‘CoronaProvider.ads.iads’ not found:resource (CoronaProvider.ads.iads.lu) does not exist in archive\n\tno field package.preload[‘CoronaProvider.ads.iads’]\n\tno file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/xxxxxx.app/CoronaProvider.ads.iads.lua’\n\tno file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/xxxxxx.app/CoronaProvider.ads.iads.lua’\n\tno file ‘./CoronaProvider.ads.iads.so’\n\tno file ‘/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/xxxxxx.app/CoronaProvider.ads.iads.so’\n\tno file ‘./CoronaProvider.so’\n\tno file '/var/mobile/Applications/B1BE9CF8-5F3A-400C-BFD3-AF39809B849B/xxxxxx.app/CoronaProvider.so’CoronaProvider.ads.iads.”
Jun 26 15:59:50 Naomis-iPod-touch xxxxxx[551] <Warning>: Runtime error
stack traceback:
[C]: ?
[C]: in function ‘error’
?: in function ‘gotoScene’
?: in main chunk
Jun 26 15:59:50 Naomis-iPod-touch xxxxxx[551] <Warning>: errorMessage = “\nstack traceback:\n\t[C]: ?\n\t[C]: in function ‘error’\n\t?: in function ‘gotoScene’\n\t?: in main chunk”