Enric
08/16/2023, 8:26 AMcompose-multiplatfor-ios-android
template on Android Stufio?
https://github.com/JetBrains/compose-multiplatform-ios-android-template/#readme
I am running on an M1 and got all the required software installed.
Thanks in advance!
🙌Alejandro Rios
08/16/2023, 1:16 PMAlejandro Rios
08/16/2023, 1:17 PMEnric
08/17/2023, 4:49 AMkdoctor
, and it complains about CocoaPods is not compatible with system ruby installation on Apple M1 computers.
.
I then tried the link to reinstall Cocoapods, but when restarting the terminal I see the same message if running kdoctor
However, if I run: export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:$PATH
I then only see the following message:`CocoaPods requires your terminal to be using UTF-8 encoding.`
(see second image attached)
Then even though adding the suggested exports to the ~/.zprofile
(see third image) I keep seeing the same error/issues
(second image) if I re-run kdoctor
And when trying to build gradle, I keep seeing the original error (last image).
I guess that the issue is with the cocoapods
installation? 🤔Wout Werkman
08/17/2023, 9:41 AM