Hi i added some cocoapods dependencies to my ios p...
# ios
t
Hi i added some cocoapods dependencies to my ios project in KMP (pod init then pod install) and now i can only run on ios by opening xcworkspace in xcode i cannot run with Intellij anymore is there a way to fix this?
y
t
unfortunatley it didn't i still can't run the project from intellij even after adding the plugin and all the configurations
Update: finally fixed this by manually editing the xcode.xml file in .idea folder
🙌 1
f
try spmforkmp if you want to more from cocoapods 🙂
👀 1
t
Thanks i will try, i took a look at it wheni was trying to find a way to add dependencies but setup seemed overwhelming at first because im new to native ios