-
Notifications
You must be signed in to change notification settings - Fork 72
Verify that frameworks does not contains bitcode. #246
Comments
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 dotnet/maui#10989 (comment). |
We need to make sure that bitcode is disabled when building frameworks as it seems Apple does not longer accepts bitcode since Xcode 14.
The text was updated successfully, but these errors were encountered: