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)
The text was updated successfully, but these errors were encountered:
target std host notes
aarch64-apple-ios-macabi ? Apple Catalyst on ARM64
? indicates the standard library support is unknown or a work-in-progress.
I'll see if I can try some hacky way in the meantime, but we have at least tracked the accurate issue and it's expected solution direct from the language
as soon as it is even available in beta, I'll try that then
right now focusing on other important tasks
Trying to compile wallet from branch
arrr-mac
gives following errors forTinyQRScanner
dependency under Pods:To resolve it, change the "macOS" version from
10..5.1
to11.0
.After that when building the project, it gives errors about
libzcashlc.a
as follows:The text was updated successfully, but these errors were encountered: