Error while publishing Xamarin.iOS IPA in Application Loader

132 Views Asked by At

When I am trying to deliver my app through Application Loader I get multiple errors saying: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file myapp.app/SwiftFrameworkSimulator/libsswiftCoreLocation.dylib" is not permitted.

I see these files are packaged into my app, how do I stop them from getting packaged into my .ipa? What are these files, and how to solve this issue?

1

There are 1 best solutions below

0
Chris Fodor On

I fixed the issue by manually deleting the SwiftFrameworkSimulator folder and it´s content from the archive, but I don´t know why such thing would be added in the first place.