Closed hungdopamineapp closed 3 months ago
I got the issue when run on ios from xcode
My step when install the lib:
yarn add @emurgo/csl-mobile-bridge
cd ios && npx pod-install
I tried some solution from community but still not work:
source="$(readlink "${source}")"
source="$(readlink -f"${source}")"
Tick on Build Phrases/[CP]Embed Pods Frameworks/For install builds only
Build Phrases
[CP]Embed Pods Frameworks
For install builds only
System: "react-native": "0.71.3", "@emurgo/csl-mobile-bridge": "^5.1.2",
Macos: Ventura - Version 13.3.1 (a) (22E772610a) Xcode: Version 14.3 (14E222b)
Please give me some idea to resolve this problem. Thanks your work a lot!
Hi @hungdopamineapp ! Which rust version do you use ?
I close it, because didn't get response
I got the issue when run on ios from xcode
My step when install the lib:
yarn add @emurgo/csl-mobile-bridge
cd ios && npx pod-install
I tried some solution from community but still not work:
source="$(readlink "${source}")"
->source="$(readlink -f"${source}")"
Tick on
Build Phrases
/[CP]Embed Pods Frameworks
/For install builds only
System: "react-native": "0.71.3", "@emurgo/csl-mobile-bridge": "^5.1.2",
Macos: Ventura - Version 13.3.1 (a) (22E772610a) Xcode: Version 14.3 (14E222b)
Please give me some idea to resolve this problem. Thanks your work a lot!