After updating Xcode to v11.2, the Xcode console is reporting this error when running my Cordova/Ionic app from Xcode. While there is no noticeable issue while using the app, the error throws incessantly, even up to 20 times per second. I am using about 30 different native plugins. The error:
2019-11-23 11:29:02.971454+0200 AppName[446:21528] [Process] kill() returned unexpected error 1
I imagine this error has always been there but only now is being reported by Xcode. I would like to understand:
- What has changed in Xcode such that this error is being reported, and
- How to debug the error.
Update This appears to be an iOS bug, see relevant Github issue and SO question (thanks, @mikey).