How to open a Xcode 11 Beta 4 project in Xcode 10?
You are probably getting a ton of Swift errors. The release notes for beta 4 acknowledge this is an issue.
The official workaround is to a custom build setting with the name LD_VERIFY_BITCODE, and set it to NO.
Just remember to remove when issue is resolved!