bulubuloa/Ultimate-Xamarin-Forms-KIT

This library is causing issue while uploading app to AppStore

Opened this issue · 1 comments

I uploaded the iOS app successfully using Xcode.
However, immediately after the successful upload, I got this email from Apple stating this error:

Invalid Swift Support - We have discovered one or more issues with your recent delivery for XXXXX(my app name). To process your delivery, the following issues must be corrected:
Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

And one thing I noticed - a simulator-related folder (SwiftFrameworksSimulator) was found in the application package of IPA and that seems to be causing the issue.

But the strange thing is that when I removed this library from the project, created a build, and was able to upload it to AppStore without any errors.

@bulubuloa I think the native library currently has all architectures (simulator and device):

  • i386
  • armv7
  • x86_64
  • arm64

It will be a problem for users when they are submitting to the AppStore. And I believe Apple will reject the app if it has the simulator slices in there.
Could you please correct it? So that I can upload my build on AppStore.