xcode 12 error when building for simulator

When I try to launch a simulator of the app I'm testing on Xcode 12, it always get the following error message:

error: accessing build database "/Users/MyUser/Library/Developer/Xcode/DerivedData/Project-<abunchofrandomletters>/Build/Intermediates.noindex/XCBuildData/build.db": no more rows available"

I've looked around to search, however, I've not not found anything related to this exact same error message, so can you help me figure out what it is and how to fix it?

Answered by NDeveloper in 690831022

I managed to find the solution, I just needed to delete one of the emulators listed on Xcode (like, for example, the iPhone 8 Plus), then tried again, and it works now.

Accepted Answer

I managed to find the solution, I just needed to delete one of the emulators listed on Xcode (like, for example, the iPhone 8 Plus), then tried again, and it works now.

xcode 12 error when building for simulator
 
 
Q