SDL2 Mixer was built without full bitcode, archiving IOS

I am trying to archive my XCode project to publish to the IOS App Store and I am getting this error:

ld: bitcode bundle could not be generated because ‘/ios_dev/SDL iOS Application/SDL_MIXER/lib/libSDL2_mixer.a(mixer.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
clang: error: linker command failed with exit code 1 (use -v to see invocation)

any help is greatly appreciated :slight_smile:

Fixed this by rebuilding the Library’s with archive instead of just XCode build