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:
I got this issue resolved after a whole day of mental agony.
For WebDriverAgentRunner package, WebDriverAgentRunner --> Build Settings --> Product Bundle Identifier --> Provide a custom bundle identifier name
N.B: Copy the bundle identifier name you just provided.
Move to WebDriverAgentRunner --> Info --> Bundle Identifier --> Provide here the bundle identifier name you just copied
Follow the same step for the APP package you are trying to push.
Clean build folder and start building and APP should get pushed without an issue. Tested on Xcode 11.7