iOS: app doesn't pass the upload for the architecture

63 views Asked by At

When I upload my app I have this error

enter image description here

I set the project and target in this way and the archive has success!

enter image description hereenter image description here

Now you can tell me that I have to add in "valid architectures" the "arm64" I did it! But my app have some errors during the debug and archive because inside my project there is another workspace called "MapView" that manage maps of OpenStreetMaps. This workspace settings are:

enter image description here

Everything I change I have error during debug and archive... my project work well only with the configuration in the pictures, but when I upload ipa in the stor I have the ERROR ITMS for missing 64-bit.

I don't know what can I do!!!

1

There are 1 answers

0
Rajesh Maurya On

Make sure your project architecture and library or framework project architecture would be 64-bit supported. Please check out below answer

iOS app submission : missing 64-bit support