Hello everyone, I'm currently migrating my Kotlin ...
# multiplatform
v
Hello everyone, I'm currently migrating my Kotlin Multiplatform project from Direct Integration to CocoaPods integration in my iOS template. I've installed everything correctly and opened
iosApp.xcworkspace
, but when I try to run the app, I get the following error:
Copy code
Multiple commands produce '/Users/vivekmodi/Library/Developer/Xcode/DerivedData/iosApp-gpbhgfubzsouradmgpsamfuixlzk/Build/Products/Debug-iphonesimulator/.app'
Has anyone encountered this before? Is there something I need to remove or configure differently to resolve this conflict? My project demo link. Thanks in advance for any help!
xCode BuildPhase image
y
Hey I don't know if you were able to solve this issue but this reply solved my same problem https://kotlinlang.slack.com/archives/C3PQML5NU/p1752843046356339?thread_ts=1752041431.607159&cid=C3PQML5NU
v
thanks yusuf it works