osmosis-labs / test-tube

Test tube for cosmos-sdk chains integration test, written in Rust!
Apache License 2.0
53 stars 31 forks source link

fix: Xcode15 upgrade #41

Closed whalelephant closed 11 months ago

whalelephant commented 12 months ago

With the new update to Xcode 15, the current build causes this error on MacOS

  = note: ld: segment '__DWARF' filesize exceeds vmsize in '/<path>/libosmosistesttube.dylib'
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

Details:

This follows the approach in the walk-around - not sure if we want to keep it the same for other OS.