By not excluding the arm64 architecture in the iphonesimulator sdk, we avoid having to use Rosetta when launching iOS simulators in Macs with Apple silicon.
This change significantly enhances the performance of the simulator. We've tested the Growthbook sdk with these changes in the podspec file, and it runs smoothly in a MacBook Pro with a M2 Pro chip.
By not excluding the arm64 architecture in the iphonesimulator sdk, we avoid having to use Rosetta when launching iOS simulators in Macs with Apple silicon.
This change significantly enhances the performance of the simulator. We've tested the Growthbook sdk with these changes in the podspec file, and it runs smoothly in a MacBook Pro with a M2 Pro chip.
Fixes https://github.com/growthbook/growthbook-swift/issues/43