I'm not an WatchOS developer, but I'm trying to include WatchOS support in an XCFramework I'm trying to play around with. When building the XCFramework, xcodebuil reports:
"Both watchos-arm64_32 and watchos-armv7k represent two equivalent library definitions."
It's my understanding that watchos-arm64_32 and watchos-armv7k are for different series of Watch, as I'm building the separate frameworks with the appropriate, different SDK's.
Should I be choosing only one of these when building an XCFramework? I wouldn't be leaving anyone out?
Thanks.