xamarin / ios-samples

Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k stars 1.92k forks source link

[SoupChef] Fix build with Xcode 12.2 #409

Closed spouliot closed 3 years ago

spouliot commented 3 years ago

Xcode 12.2

lipo cannot create a classic fat archive with arm64 simulator and arm64 device slices - since they are the same architecture.

This requires .xcframework support which is not yet supported by XI and XM.

However we can tweak the build to do:

and that makes lipo happy and we can continue to have this sample under test automation.

Note: the original .a names were incorrect as they did not match the architectures that were present in the files. I changed them to mention the platform.