Ok, so i played around some and updated to latest Corona SDK, and now there is a new build error:
A device build error occurred on the server. BuildID: 56ef3898cb649 Error: Template not found. Build Number: 2016.2830 Platform: iphone Platform Version: unknown Template Type: basic
This is also output in the console:
mars 21 12:59:18.922 CreateParamsArray: item.value unexpectedly NULL for item.key 'customBuildId'
These are the build.settings
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight", } }, iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend --[[-- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXXXXXXX", -- example scheme for facebook "coronasdkapp", -- example second scheme } } } --]] } }, --[[-- Android permissions androidPermissions = { "android.permission.INTERNET", },]]-- }