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?
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?