Hi Brent - I’m experiencing the same problem. ‘build.settings’ below.
settings = { orientation = { default = "portrait", content = "portrait", supported = { "portrait" } }, splashScreen = { enable = false }, iphone = { plist = { UILaunchStoryboardName = "LaunchScreen", CFBundleIconFiles = { "Icon-40.png", "Icon-58.png", "Icon-76.png", "Icon-80.png", "Icon-87.png", "Icon-120.png", "Icon-152.png", "Icon-167.png", "Icon-180.png", }, UIPrerenderedIcon = true, UIStatusBarHidden = true, UIBackgroundModes = {'remote-notification'}, CFBundleDisplayName = "F u Z", CFBundleName = "F u Z", UIApplicationExitsOnSuspend = false, NSCameraUsageDescription = "This app would like to access the camera.", NSPhotoLibraryUsageDescription = "This app would like to access the photo library." }, skipPNGCrush = true, }, plugins = { ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs" }, }, }