-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
Are you using Xcode 11.4 to build your app? |
yes, I use the last version. |
Can you try cleaning your |
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. |
@mbektchiev i have same issue. Yes, i have some swift library in my app file |
Maybe you need to upgrade Xcode to the latest (12.3) version... |
@mbektchiev |
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:
I'm using the latest Xcode at the moment; 15.2. |
Heya @fpaaske we’re no longer (actively) maintaining JSC so I’m curious why you went with that over our stable V8 runtime? |
Sorry, I'm not using this jsc version. I just found the same issue here and commented. |
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!
The text was updated successfully, but these errors were encountered: