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

publish ios error: The SwiftSupport folder is missing #1265

Open
Serge-SDL opened this issue Apr 3, 2020 · 10 comments
Open

publish ios error: The SwiftSupport folder is missing #1265

Serge-SDL opened this issue Apr 3, 2020 · 10 comments

Comments

@Serge-SDL
Copy link

Hi!
I try to pusblish my app on AppStore and everything works well: build cmd and publish cmd but then I received an email from App store connect:

ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

I saw some answers like this: https://stackoverflow.com/questions/38981628/invalid-swift-support-the-swiftsupport-folder-is-missing-with-xcode-7-3-1 but I don't know how to apply this on nativescript.

can anyone help on this ?
thanks!

@mbektchiev
Copy link
Contributor

Are you using Xcode 11.4 to build your app?

@Serge-SDL
Copy link
Author

yes, I use the last version.
I managed to comple my app since but without using cli...

@mbektchiev
Copy link
Contributor

Can you try cleaning your platforms/ios folder and performing a publish build once more? After that please check whether the .ipa package contains a folder named SwiftSupport (You can change its extension to .zip and extract it). Also, you can search for files named libswiftFoundation.dylib and report if and where they are found in the platforms/ios directory and in the extracted .ipa.

@StefanNedelchev
Copy link

I also have the same issue and I use distribution provisioning profile. I also tried doing this with Always Embed Swift Standard Libraries option enabled from the xcode project.

@dyrkow
Copy link

dyrkow commented Dec 16, 2020

@mbektchiev i have same issue. Yes, i have some swift library in my app file
image

@mbektchiev
Copy link
Contributor

Rebuild your app using the current public (GM) version of Xcode and resubmit it.

Maybe you need to upgrade Xcode to the latest (12.3) version...

@dyrkow
Copy link

dyrkow commented Dec 27, 2020

@mbektchiev Prodict ~> Archive works for me. I'm used just build.

image

@fpaaske
Copy link

fpaaske commented Jan 19, 2024

I get the same issue when using NativeScript to build the release, but opening Xcode and archive from there works like a charm. It quite annoying because it prevents us from automating the build completely:

ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

I'm using the latest Xcode at the moment; 15.2.

@shirakaba
Copy link

Heya @fpaaske we’re no longer (actively) maintaining JSC so I’m curious why you went with that over our stable V8 runtime?

@fpaaske
Copy link

fpaaske commented Jan 20, 2024

Sorry, I'm not using this jsc version. I just found the same issue here and commented.

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

6 participants