1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
533 stars 132 forks source link

Gzip.framework/Gzip was built without full bitcode. #33

Closed applefanbois closed 5 years ago

applefanbois commented 6 years ago

I am trying to generate the archive of my app for the iOS store. I get this error <<< ld: bitcode bundle could not be generated because 'myApp/Frameworks/Gzip.framework/Gzip' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file 'myApp/Frameworks/Gzip.framework/Gzip' for architecture arm64 >>>

I don't understand because I activated the <<<Project settings/Build Options/ Enable Bitcode Yes >>> inside the Gzip project before building it and copying the .framework into my application project.

I am using Xcode 9.4.1

applefanbois commented 6 years ago

This guy saved my life (this solved my problem)

https://medium.com/@heitorburger/static-libraries-frameworks-and-bitcode-6d8f784478a9