I seemed to keep running into the following error ...
# multiplatform
j
I seemed to keep running into the following error when attempting to build and run my KMM app in Xcode 15 Beta 2. The app builds and launches the simulator fine from Android Studio. I've tried deleting the
DerivedData
directory but the issue remains. Has anyone come across this before?
Copy code
Execution failed for task ':shared:embedAndSignAppleFrameworkForXcode'.
> Failed to create directory '/Users/jerrell/Library/Developer/Xcode/DerivedData/Pxls-aabyltrcxhijpmdqranwigviuaiz/Build/Products/Debug-iphoneos/Pxls.app/Frameworks'
s
Well, from my experience i believe there is some issues in gradle (mostly with shared or with the settings gradle)
j
Hmm…this error occurred while I was updating swift files and running the app in xcode. I didn’t modify any gradle files.
s
whats's your kotlin version in this project
j
@SanjayKarki 1.8.22
s
@Jerrell Mardis use these