nuttaponr
Results
2
comments of
nuttaponr
try to change makefile ``` IOS_OUTPUT_FILE_NAME = AriesAgent.framework ``` to ``` IOS_OUTPUT_FILE_NAME = AriesAgent.xcframework ``` it's work for me
> But when I changed the line 32 in script generate-openapi-demo-specs.sh: from: ```docker run --rm -e GOPATH=$HOME/go:/go -v HOME:(pwd) IMAGE:{IMAGE_VERSION} $command``` to: ```docker run --rm -e GOPATH=$HOME/go:/go -v $(pwd):$(pwd) -w...