Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Verify that frameworks does not contains bitcode. #246

Open
SotoiGhost opened this issue Nov 1, 2022 · 4 comments
Open

Verify that frameworks does not contains bitcode. #246

SotoiGhost opened this issue Nov 1, 2022 · 4 comments

Comments

@SotoiGhost
Copy link
Contributor

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

@actus-reus
Copy link

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.

@alexshikov
Copy link

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?

@actus-reus
Copy link

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

@johnclarete
Copy link

For anyone else, we have used the workaround specified in dotnet/maui#10989 (comment).
This seems to be working for us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants