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:
Vivek Modi
07/13/2025, 6:14 PM
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!