We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple sent me an email with the following:
ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
Attach your build.settings
-- Tendrils build.settings settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", }, }, splashScreen = { enable = false }, -- -- Android section -- android = { usesPermissions = { "android.permission.INTERNET", }, }, -- -- iOS section -- iphone = { xcassets = "Images.xcassets", plist = { GADApplicationIdentifier = "[REDACTED]", UILaunchStoryboardName = "LaunchScreen", UIStatusBarHidden = false, MinimumOSVersion = "17.0", NSUserTrackingUsageDescription = "This would allow the app to advertise better.", SKAdNetworkItems = { { SKAdNetworkIdentifier = "cstr6suwn9.skadnetwork", }, }, }, }, -- -- Plugins section -- plugins = { ["plugin.admob"] = { publisherId = "com.coronalabs" }, ["plugin.att"] = { publisherId = 'com.solar2d' }, }, -- -- Project section -- excludeFiles = { -- Exclude unnecessary files for each platform all = { "Icon.png", "Icon-*dpi.png", "Images.xcassets", }, android = { "LaunchScreen.storyboardc", }, }, }
I found some other posts with the same issues from few years back and they are usually due to the plugin. Can someone check? Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Sorry, something went wrong.
No branches or pull requests
Apple sent me an email with the following:
Attach your build.settings
I found some other posts with the same issues from few years back and they are usually due to the plugin. Can someone check? Thanks!
The text was updated successfully, but these errors were encountered: