You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile wallet from branch arrr-mac gives following errors for TinyQRScanner dependency under Pods:
'AVCaptureSession' is only available in Mac Catalyst 14.0 or newer
To resolve it, change the "macOS" version from 10..5.1 to 11.0.
After that when building the project, it gives errors about libzcashlc.a as follows:
ld: in /Users/satinder/repo/meshbits/pirate-chain-ios-wallet/wallet/Pods/ZcashLightClientKit/lib/libzcashlc.a(zcashlc-c99a8b34047907fb.zcashlc.cgphjfl4-cgu.10.rcgu.o), building for Mac Catalyst, but linking in object file built for , for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)