Search code examples
swiftxcodearchivebetaxcode11

Xcode 11 Beta 4 Archive swift errors


With the latest Xcode 11 I am getting tons of Swift errors when archiving. Building in debug works fine, the issue is only while archiving.

Example error --> Undefined symbol: method descriptor for Swift.<...>


Solution

  • The official workaround is to add a custom build setting with the name LD_VERIFY_BITCODE, and set it to NO.

    Just remember to remove when issue is resolved!

    enter image description here