Hi,
My app is crashing while it is running on iOS 14 device, no issue for iOS 13 and below. I am using XCode 12.4 and I already did the "clean build folder" step, make sure the storyboard file is in the list of build phases and set the device target to iPhone and iPad
The strange thing is it only happen during the app first time launch.
I am getting below error:-
Thanks.
My app is crashing while it is running on iOS 14 device, no issue for iOS 13 and below. I am using XCode 12.4 and I already did the "clean build folder" step, make sure the storyboard file is in the list of build phases and set the device target to iPhone and iPad
The strange thing is it only happen during the app first time launch.
I am getting below error:-
Can anybody help me on this?Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'There doesn't seem to be a valid compiled storyboard at path '/private/var/containers/Bundle/Application/90C3F600-09FE-4A1B-934D-1B367B0AF61B/roomie.app/Hotel.storyboardc''
Thanks.
That may be affecting the build process of Xcode. Have you visited the site of the library and checked if there are any issues with it?Yes, i do use third party framework.
You should better check if it is causing the issue and report to the author if it really is the cause.