https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
s

stoyicker

10/13/2023, 12:55 PM
I am getting an error in my build phase script that runs the embedAndSignAppleFrameworkForXcode task on a multiplatform project.. script:
*cd* "$SRCROOT"
*cd* "$(git rev-parse --show-toplevel)"
./gradlew --stacktrace :shared:embedAndSignAppleFrameworkForXcode
(runs with /bin/sh). The stacktrace points to
Caused by: org.gradle.api.UncheckedIOException: Failed to create directory '/Users/jantonio/Library/Developer/Xcode/DerivedData/ios-ghjmglyyxizlwdhfcnpmtislfcrz/Build/Products/Debug-iphonesimulator/ios.app/compose-resources'
from
org.gradle.util.internal.GFileUtils.mkdirs(GFileUtils.java:322)
. Has anybody seen this before?
c

cb

10/17/2023, 10:03 AM
Yeah also seeing this. Seems to be something with Xcode 15.
3 Views