You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dicarlomagnus
changed the title
j2objcAssembl, error : createIos_arm64
Could not compile Source project with createIos_arm64
Mar 9, 2017
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.
The text was updated successfully, but these errors were encountered: