GLTFUtility icon indicating copy to clipboard operation
GLTFUtility copied to clipboard

Not able generate Archive after updating GLTFUtility into project

Open shyam-barange opened this issue 3 years ago • 4 comments

Getting following error : bitcode bundle could not be generated because ‘…/com.siccity.gltfutility/Plugins/draco/Plugin/iOS/libdracodec_unity.a(draco_unity_plugin.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64

shyam-barange avatar Dec 16 '21 15:12 shyam-barange

Possibly a recent commit caused it. Try reverting and figure out which commit it was

Siccity avatar Dec 16 '21 16:12 Siccity

I had the same error when trying to build archive for ios build.

The ios draco libraries were added on nov 15th, so I had to revert to commit #23b2d40d706b522acee1fe888fd1004e0205310c to succeed the archive generation.

Drab1g avatar Dec 21 '21 08:12 Drab1g

Any news when/if this is going to be fixed in a release?

SimonVirgo avatar May 03 '23 13:05 SimonVirgo

A possible temporary solution is to set the Enable Bitcode setting in the Build Settings of the project to No.

scree-build-settings

toboko avatar Jul 14 '23 09:07 toboko