helium / wallet-app

Apache License 2.0
59 stars 36 forks source link

Fix ios bitrise build #722

Closed tyler-whitman closed 5 months ago

tyler-whitman commented 5 months ago

There were two issues breaking bitrise iOS builds:

  1. Maplibre has an issue with xcode 15 which I added a script to fix https://github.com/CocoaPods/CocoaPods/issues/12022
  2. Node was running out of memory on the mac machine. Added the --max_old_space_size=8192 option