hi,
build settings:
settings =
{
orientation =
{
default = "portrait",
supported = { "portrait", "portraitUpsideDown" }
},
iphone =
{
xcassets = "Images.xcassets",
plist =
{
UIBackgroundModes = {"remote-notification"},
UILaunchStoryboardName = "LaunchScreen",
NSAppTransportSecurity =
{
NSAllowsArbitraryLoads = true,
},
CFBundleLocalizations = {
"pl",
"en"
},
CFBundleDisplayName = "app",
CFBundleName = "app",
NSCameraUsageDescription = "Aby wysyłać zdjęcia potrzeby jest dostęp do aparatu.",
NSPhotoLibraryUsageDescription = "Aby wysyłać zrobione zdjęcia potrzeby jest dostęp do zdjęć.",
},
},
plugins = {
["plugin.utf8"] = {publisherId = "com.coronalabs"},
["plugin.openudid"] = { publisherId = "com.coronalabs" },
["plugin.OneSignal"] = {publisherId = "com.onesignal"},
["plugin.notifications.v2"] = { publisherId = "com.coronalabs" },
["plugin.bt"] = { publisherId="tech.scotth", marketplaceId = "my id" }
},
android =
{
usesPermissions =
{
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.CALL_PHONE",
},
minSdkVersion = "16",
},
splashScreen =
{
enable = false,
image = "splash_logo.jpg"
}
}
without this plugin all works fine. Strange thing is that it worked once, and when I tried to build after some time, it gave me this error.