This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Description
What I'm trying to do
I'm trying to generate the AriesAgent.framework
Ive cloned the aries-framework-go repo and cd into /cmd/aries-agent-mobile/
I try then to run make bindings-ios
Expected result
generate the AriesAgent.framework under /cmd/build/ios
Actual result
output:
gomobile: Creating iOS bindings
gomobile: static framework name "/Users/albertoleon/Documents/go/aries-framework-go/cmd/aries-agent-mobile/build/ios/AriesAgent.framework" missing .xcframework suffix
make: *** [bindings-ios] Error 1
What am I doing wrong?
Thank you