electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

Detect cocoapods issue

Open darwineee opened this issue 1 year ago • 2 comments

Hi everyone, I have an issue with "ern create-miniapp". image I found the checking code in the source code: Platform.isCocoaPodsInstalled() always fails. But I create a test script and run the same code (isCocoaPodsInstalled()) in the nodejs then it's ok. Please help!

darwineee avatar Aug 10 '23 15:08 darwineee

Hi @darwineee - What method did you use to install CocoaPods? (e.g. via gem or brew/...)? When you type which pod, what is the output?

friederbluemle avatar Aug 10 '23 17:08 friederbluemle

I used brew first but then I tried it both. The result of "which pod" is: $HOME/.rbenv/shims/pod (/Users/tungnguyen/.rbenv/shims/pod)

darwineee avatar Aug 11 '23 03:08 darwineee