I recently updated my OS to Catalina, and updated Xcode to 11.2. Since doing so, when I try to run a release version of my app on my device, I\'m simply given the error:
In my case the problem was occurred by empty framework references in pbxproj. After removing them the problem was fixed.