Skip to content
New issue

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

Invalid Swift Support with Solar2D 2024.3702 #674

Open
nhan-hv opened this issue Jan 7, 2024 · 1 comment
Open

Invalid Swift Support with Solar2D 2024.3702 #674

nhan-hv opened this issue Jan 7, 2024 · 1 comment

Comments

@nhan-hv
Copy link

nhan-hv commented Jan 7, 2024

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!

@Shchvova
Copy link
Contributor

Shchvova commented Jan 7, 2024

Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants