Verify that frameworks does not contains bitcode.
We need to make sure that bitcode is disabled when building frameworks as it seems Apple does not longer accepts bitcode since Xcode 14.
Hello there,
Any news on this?
My net-ios upload to App Store Connect just got rejected:
TMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBAEMKit.framework/FBAEMKit' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBSDKGamingServicesKit.framework/FBSDKGamingServicesKit' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxxs.NetiOS.app/Frameworks/FBSDKShareKit.framework/FBSDKShareKit' contains bitcode.
ITMS-90482: Invalid Executable - The executable 'xxxxxxxxxx.NetiOS.app/Frameworks/FacebookGamingServices.framework/FacebookGamingServices' contains bitcode.
After update from Xamarin to MAUI .net8 we have the same issue as reported by @actus-reus during TestFlight upload.
@actus-reus have you been able to find a solution?
@alexshikov We are now using the nuget package Digifais.Xamarin.Facebook.iOS which does not contain bitcode.
For anyone else, we have used the workaround specified in https://github.com/dotnet/maui/issues/10989#issuecomment-1304317816. This seems to be working for us.