I have built the application using the Mapbox framework. The app run on device and pass the App submission validation process.
However, when I try to submit the App on App Store, I a getting error as
ERROR ITMS-90087: "Unsupported Architectures. The executable for AppName.app/Frameworks/Mapbox.framework contains unsupported architectures '[x86_64, i386]'."
I had tried different solutions but no luck yet.
e.g. http://ikennd.ac/blog/2015/02/stripping-unwanted-architectures-from-dynamic-libraries-in-xcode/
However on Mapbox cocoapods and some other frameworks, they mention that
The last step, courtesy of Realm, is required for working around an iOS App Store bug when archiving universal binaries
Can anyone please let me know how to solve this error or how to use courtesy of Realm to solve this issue?