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
The xcframework only support watchOS simulator, not real devices.
You can find out what devices/simulators the xcframework support by looking into target/libwordpressFFI.xcframework/Info.plist after running make xcframework.
It appears xcodebuild -create-xcframework doesn't support arm64_32 library.
$ make xcframework
...
$ xcodebuild -create-xcframework -library target/arm64_32-apple-watchos/release/libwordpress.a -headers target/swift-bindings/headers -output test.xcframework
error: unable to determine the platform for the given binary '.../target/arm64_32-apple-watchos/release/libwordpress.a'; check your deployment version settings
The xcframework only support watchOS simulator, not real devices.
You can find out what devices/simulators the xcframework support by looking into
target/libwordpressFFI.xcframework/Info.plist
after runningmake xcframework
.It appears
xcodebuild -create-xcframework
doesn't supportarm64_32
library.Maybe real watchOS device was left out because the above issue? /cc @jkmassel
The text was updated successfully, but these errors were encountered: