Unable to build since Xcode update

Hello! 

We’re are currently struggling with some error messages that enables a build in Xcode. Before the latest update, the app was building despite minor bugs. As Xcode started crashing, we updated it, and it has been unable to build since. The error messages that we get are “Undefined symbol: swiftFORCELOAD$swiftUniformTypeIdentifiers” and “Undefined symbol: swiftFORCELOAD$swiftCoreMIDI”.

It was working before the info.plist modification.



Steps to reproduce:

1:Add an extra necessary key to Info.plist

After adding it, the building process stopped to work and Xcode started to crash randomly

2: we updated xcode

After it, we have the following errors when we build:

“Undefined symbol: swiftFORCELOAD$swiftUniformTypeIdentifiers” and “Undefined symbol: swiftFORCELOAD$swiftCoreMIDI”.

Does anybody know how to solve this issue?
Have you checked you have no space or special character in Bundle's name ?

https://stackoverflow.com/questions/56855766/xcode-build-fails-due-to-undefined-symbol-swift-force-load-swiftuikit

Could you show the complete error log ?
Our bundle identifier is com.ekonome.app.

Here are some attachments:



Unable to build since Xcode update
 
 
Q