growthbook / growthbook-swift

GrowthBook iOS (Swift) SDK
MIT License
13 stars 19 forks source link

Update podspec to support arm64 in iOS simulators #48

Closed danigutierrezayuso closed 8 months ago

danigutierrezayuso commented 9 months ago

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

danigutierrezayuso commented 8 months ago

This was already fixed in version 1.0.47