We should consider not using PCH for OSX builds, or using some alternative. When linking to this build using PCH on macos and trying to compile with multiple archs(x86,arm) for OSX, this apparently cannot be done. See CI run:
https://github.com/GeniusVentures/GeniusWallet/actions/runs/21655030996/job/62429052013
We can stop this from happening using -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON when compiling a project that links to SuperGenius, but it would be better if such requirements did not exist for anyone trying to include SDK in their project.
We should consider not using PCH for OSX builds, or using some alternative. When linking to this build using PCH on macos and trying to compile with multiple archs(x86,arm) for OSX, this apparently cannot be done. See CI run:
https://github.com/GeniusVentures/GeniusWallet/actions/runs/21655030996/job/62429052013
We can stop this from happening using -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON when compiling a project that links to SuperGenius, but it would be better if such requirements did not exist for anyone trying to include SDK in their project.