Issue:
When building the project in Xcode, I encounter an error that looks like this:
Asset validation failed
Invalid Executable.
The executable 'myapp.app/Frameworks/DocumentReaderCore.framework/DocumentReaderCore' contains bitcode.
Solution:
This issue is related to changes made by Apple in Xcode. Currently, bitcode is not supported in this environment, and its or its dependencies' presence in the project leads to validation errors.
-
Xcode 14: Apple announced the end of bitcode support, advising developers to disable it in their projects. Bitcode has become optional, and it was suggested to completely phase it out.
Versions of Regula SDK lower than 7.1 contain bitcode that is incompatible with Xcode 15 and earlier versions. To ensure compatibility of your project, you need to update Regula SDK to version 7.1 or higher.
Comments
Please sign in to leave a comment.