react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

Cannot distribute iOS app, "ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty."

Open LPitonakova opened this issue 5 years ago • 4 comments
trafficstars

Because this uses Swift alongside ReactNative Objective-C project, Applle comes back with error "ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty." when you try to distribute your app.

Did anybody manage to solve this issue?

I am building both the project and the share extension with target iOS 13 and am using XCode 12.0.1

LPitonakova avatar Oct 01 '20 19:10 LPitonakova

Update: This is what worked for me, although I am not sure if the app will pass Apple's review process yet:

  1. in the Xcode -> Organizer window, after you create an archive, right-click on your new archive
  2. press "Show in Finder"
  3. right click on the archive in Finder
  4. press "Show Package Contents"
  5. delete the 'SwiftSupport' folder
  6. Submit for distribution using the Organizer window

Reference: https://stackoverflow.com/questions/59728413/invalid-swift-support-the-swiftsupport-folder-is-empty

LPitonakova avatar Oct 01 '20 19:10 LPitonakova

Thanks for sharing what worked for you @LPitonakova - it just helped me 👍

rdewolff avatar Jul 22 '21 08:07 rdewolff

glad I could help @rdewolff !

LPitonakova avatar Jul 22 '21 15:07 LPitonakova

Thanks @LPitonakova . Your steps work for me

YauhenBichel avatar Aug 03 '22 09:08 YauhenBichel