Closed BitByAVampire closed 5 months ago
Hi! Unfortunately, no. To my knowledge, this is a limitation of how SKIE uses the Swift compiler. Apple deprecated/stopped supporting bitcode embedding a while ago, so I doubt its support will improve in the future - if anything it will get worse.
Currently when we build the xcframework with skie plugin we get this error
e: java.lang.IllegalStateException: Bitcode embedding is not supported by SKIE. To disable bitcode embedding you likely need to remove
embedBitcode(BitcodeEmbeddingMode.BITCODE)from the Gradle build script.
Is it possible to have SKIE support bitcode embedding? We would like to have bitcode embedding so that we can use a security tool to apply protections to the built framework.