Since some days ago I have been in troubles figuring out how could i resolve this error:
`* What went wrong:
Execution failed for task ':sharedTranslate:createIos_arm64DebugSharedTranslate-j2objcStaticLibrary'.
A build operation failed.
Static library archiver failed while archiving libsharedTranslate-j2objc.a.
This error comes out when i try to merge two branches, both working and compiling correctly, but when i finalize to merge them after execute the following terminal instructions at the root level of the project:
gradle clean
cd shared/
gradle build
cd ../sharedTranslate
gradle j2objcAssemble
Could somebody help me with this issue, please.
Since some days ago I have been in troubles figuring out how could i resolve this error:
`* What went wrong:
Execution failed for task ':sharedTranslate:createIos_arm64DebugSharedTranslate-j2objcStaticLibrary'.
This error comes out when i try to merge two branches, both working and compiling correctly, but when i finalize to merge them after execute the following terminal instructions at the root level of the project:
gradle clean
cd shared/
gradle build
cd ../sharedTranslate
gradle j2objcAssemble
Could somebody help me with this issue, please.