electrode-native
electrode-native copied to clipboard
Detect cocoapods issue
Hi everyone,
I have an issue with "ern create-miniapp".
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!
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?
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)