Open janwiebe-jump opened 2 years ago
Same problem, any workaround?
I guess the first step is to wait for Google to release Firebase 10.1.0
https://github.com/firebase/firebase-ios-sdk/milestone/107?closed=1. Here you have a mention about bitcode removal
I also struggled for a week and solved it a few days ago, but now the only way is to downgrade. VS 2022 17.3.5 Xcode 13.3
I'm currently testing it on Testflight and I'm about to review it.
Temporary workaround is to rebuild the nuget packages according to readme (I bumped the version in components.cake and bumped net6 -> net7 but it might not apply to your needs), added them to local nuget and used the higher version number, now it works with Xcode 14 and passed TestFlight checks
I have tried above code lines but show the following error
The command "/Users/apple/Downloads/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/apple/.nuget/packages/harfbuzzsharp.nativeassets.ios/2.8.2.3/runtimes/ios/native/libHarfBuzzSharp.framework/libHarfBuzzSharp -r -o /Users/apple/.nuget/packages/harfbuzzsharp.nativeassets.ios/2.8.2.3/runtimes/ios/native/libHarfBuzzSharp.framework/libHarfBuzzSharp" exited with code 127. (MSB3073)
Please provide me a appropriate solution
@janwiebe-jump Have you found any solution to this issue? I am also facing same with .net maui 7.0 . @MWierzchowiecki @janwiebe-jump @shun9292 @tom-b-iodigital
@vplife1 what version of google apis are you using, also make sure you have bitcode disabled on build
@MWierzchowiecki I am using Visual Studio 22 to develop a .net Maui v(0.7) app. There is no setting to disable the bit-code do you have any idea what I need to do for this?
@vplife1 have you found the way to disable bitcode mentioned by @MWierzchowiecki ?
I created a new .NET MAUI app, and added the Xamarin.Firebase.iOS.Crashlytics 8.10.0.1 It looks like the bitcode isn't stripped from the included frameworks.
When building the app, and trying to submit it to the Apple App Store, I got the following error e-mail:
I have tried to build with several options to strip the bitcode, however they don't work. Like:
and
Both don't seem to work.