FacebookComponents icon indicating copy to clipboard operation
FacebookComponents copied to clipboard

Verify that frameworks does not contains bitcode.

Open SotoiGhost opened this issue 3 years ago • 4 comments

We need to make sure that bitcode is disabled when building frameworks as it seems Apple does not longer accepts bitcode since Xcode 14.

SotoiGhost avatar Nov 01 '22 19:11 SotoiGhost

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.

actus-reus avatar Aug 22 '23 12:08 actus-reus

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 avatar Jan 25 '24 12:01 alexshikov

@alexshikov We are now using the nuget package Digifais.Xamarin.Facebook.iOS which does not contain bitcode.

actus-reus avatar Jan 25 '24 13:01 actus-reus

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.

johnclarete avatar Apr 21 '24 22:04 johnclarete