79785276

Date: 2025-10-08 09:29:05
Score: 0.5
Natty:
Report link

Answered in detail in the Rust repo.

I need to provide the WATCHOS_DEPLOYMENT_TARGET=9 environment variable when running cargo swift package. It fixes the warnings in the Xcode.

Full command that solves the problem:

WATCHOS_DEPLOYMENT_TARGET=9 cargo run --manifest-path ../../cargo-swift/Cargo.toml swift package -p watchos -n WalletKitV3 -r

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Seto