I added a second target to my project to be able to use the same Xcode project for multiple apps (flavors of the base app with minor changes). I renamed the target, changed the scheme to match the name, renamed the second info.plist as well. Now when I try to run the second target the app crashes with a SIGABRT on the splash screen. There are no logs whatsoever. An exception breakpoint or Swift error breakpoint doesn't help either. What could be causing this?
EDIT:
I don't know what caused the problem but I deleted the target and scheme. Then I re added everything and followed the same steps. Now it's working.