Hello ! I encounter an error when trying to build ...
# multiplatform
n
Hello ! I encounter an error when trying to build for an iOS device :
error: Process 'command 'codesign'' finished with non-zero exit value 1
. I am using kotlin 1.9.24 and gradle 8.1.4. macOS Sonoma 14.5, Xcode 15.4.0. More detailed error :
Copy code
/[redacted]/MyApp.app/Frameworks/shared.framework/shared: resource fork, Finder information, or similar detritus not allowed
error: Process 'command 'codesign'' finished with non-zero exit value 1

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared:embedAndSignAppleFrameworkForXcode'.
> Process 'command 'codesign'' finished with non-zero exit value 1
It seems related to this issue (Technical Q&A QA1940 from apple developer). The kmm plugin seems to add extended attribute which are not supported.
not kotlin but kotlin colored 1
I’ll try a build on our CI.
CI is doing just fine. It’s an iCloud Drive problem. 🙄
p
#ios #compose-ios you can forward there too