Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Unable to generate AriesAgent.framework #3597

Open
alberto-instnt opened this issue Jun 7, 2023 · 1 comment
Open

Unable to generate AriesAgent.framework #3597

alberto-instnt opened this issue Jun 7, 2023 · 1 comment

Comments

@alberto-instnt
Copy link

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

@nuttaponr
Copy link

try to change makefile

IOS_OUTPUT_FILE_NAME = AriesAgent.framework 

to

IOS_OUTPUT_FILE_NAME = AriesAgent.xcframework

it's work for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants