Después de la actualización reciente del nuevo iOS 12, mi aplicación dejó de funcionar en iPads. Cuando lo abres, solo muestra el ícono de carga en el centro de la pantalla, y todo el contenido de la aplicación en la pantalla no responde.
Aunque funciona en todas las versiones de iOS 11.x. Aquí están los registros para iOS 12:
2018-09-29 22:43:36.816908+0530 My App[1911:39574] Resetting plugins due to page load.
2018-09-29 22:43:53.461799+0530 My App[1911:39772] NSURLConnection finished with error - code -1100
2018-09-29 22:43:53.713132+0530 My App[1911:40044] NSURLConnection finished with error - code -1100
2018-09-29 22:43:55.364657+0530 My App[1911:39772] NSURLConnection finished with error - code -1100
2018-09-29 22:43:56.115395+0530 My App[1911:40055] NSURLConnection finished with error - code -1100
2018-09-29 22:43:56.892514+0530 My App[1911:40081] NSURLConnection finished with error - code -1100
Y a continuación se muestran los registros mientras se ejecuta en iOS 11:
2018-09-29 22:59:50.222450+0530 My App[2273:47172] Resetting plugins due to page load.
2018-09-29 23:00:01.758556+0530 My App[2273:47279] NSURLConnection finished with error - code -1100
2018-09-29 23:00:01.882718+0530 My App[2273:47172] Finished load of: file:///Users/yourusername/Library/Developer/CoreSimulator/Devices/7BF915E7-7126-4C3E-B5F3-422FBDABEB6C/data/Containers/Bundle/Application/659B159B-FF74-4056-8FEE-8CC485E11BF4/My%20App.app/www/index.html
2018-09-29 23:00:01.896490+0530 My App[2273:47172] Resetting plugins due to page load.
2018-09-29 23:00:02.144990+0530 My App[2273:47251] NSURLConnection finished with error - code -1100
2018-09-29 23:00:02.613917+0530 My App[2273:47172] Finished load of: file:///Users/yourusername/Library/Developer/CoreSimulator/Devices/7BF915E7-7126-4C3E-B5F3-422FBDABEB6C/data/Containers/Bundle/Application/659B159B-FF74-4056-8FEE-8CC485E11BF4/My%20App.app/www/auth.html
2018-09-29 23:00:03.226517+0530 My App[2273:47267] NSURLConnection finished with error - code -1100
2018-09-29 23:00:03.715866+0530 My App[2273:47252] NSURLConnection finished with error - code -1100
2018-09-29 23:00:04.330531+0530 My App[2273:47267] NSURLConnection finished with error - code -1100