Hi there, post updating the Xcode my KMP started ...
# multiplatform
s
Hi there, post updating the Xcode my KMP started throwing this error is this something related to compatibility issue between xcode and kotlin?? Can someone help me on this... My project uses
pod
Kotlin version 2.0.0 and xocde version : 16.3 here are the errors
Copy code
/Users/suresh/StudioProjects/kmm-pw-pitara/iosApp/iosApp.xcodeproj:1:1: Unable to open base configuration reference file '/Users/suresh/StudioProjects/kmm-pw-pitara/iosApp/Pods/Target Support Files/Pods-iosApp/Pods-iosApp.debug.xcconfig'.

Unable to read contents of XCFileList '/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks-Debug-output-files.xcfilelist'

Unable to load contents of file list: '/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks-Debug-input-files.xcfilelist'

Unable to load contents of file list: '/Target Support Files/Pods-iosApp/Pods-iosApp-frameworks-Debug-output-files.xcfilelist'

Run script build phase '[CP] Embed Pods Frameworks' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.

Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
k
s
thanks @Konstantin Tskhovrebov This truly saved my day! 🙏💜