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
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: