microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.02k stars 361 forks source link

[Bug] Cannot release app containing Microcharts on app store iOS #268

Closed VinceBro closed 3 years ago

VinceBro commented 3 years ago

Describe the bug We built an app using this library, we released it for android on play store and everything went fine. When we tried to release it for iOS on AppStore we kept getting this error from apple : ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. :

email siwft support

We managed to fix this error by removing the library and uploading it to the appstore after one week of frustration. What may be the solution if we were to keep this library? This is the difference between before(right) and after(left) we removed the library :

problem microcharts

We tried using ipa-packager and Xamarin.Swift to fix this issue, but we didnt succeed.

eman1986 commented 3 years ago

It's odd you're getting that issue from apple. I use this app on a live app as does others and this is the first I've heard of this issue.

What version do you have installed?

VinceBro commented 3 years ago

v0.9.5.9

VinceBro commented 3 years ago

Bug was because only the package Microcharts.Forms was installed in the solution, it was fixed by installing Microcharts and Microcharts.Forms no Frameworks folder was found in the compiled output of the app and TestFlight accepted our app on the app store.