Nicolas Verinaud
06/07/2024, 8:34 AMerror: 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 :
/[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.Nicolas Verinaud
06/07/2024, 8:50 AMNicolas Verinaud
06/07/2024, 9:27 AMNicolas Verinaud
06/07/2024, 11:17 AMPablichjenkov
06/07/2024, 1:17 PM