dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
570 stars 457 forks source link

I can't Build my app in Xcode on Apple Silicon #870

Open adirgan opened 2 months ago

adirgan commented 2 months ago

I have the following problem, I have already tried everything, regarding pod to update the repositories, and purge the entire cache.

But since I switched to Apple Silicon it has become impossible for me to do the Build in Xcode, when I compile with arm64 I always get the same error in these Firebase libraries:

Screenshot 2024-02-22 at 6 32 25 AM

I have the following problem, I have already tried everything, regarding pod to update the repositories, and purge the entire cache.

But since I switched to Apple Silicon it has become impossible for me to do the Build in Xcode, when I compile with arm64 I always get the same error in these Firebase libraries:

And the only way to compile is by changing to Destination Rosetta, but I don't think I have to do that, also when I click Archive to send to the AppStore, if it compiles in arm64, it does it without problems, it's only when I need to compile in arm64 for the emulator

I hope you have some information on how to solve it.

Thanks