There doesn't seem to be a valid compiled storyboard at path iOS 14

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:-

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''

Can anybody help me on this?
Thanks.
Answered by OOPer in 666186022

Yes, i do use third party framework.

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?
You should better check if it is causing the issue and report to the author if it really is the cause.
Are you using some third party framework? Or do you get the error even for a brand-new project created with Xcode 12.4?
Yes, i do use third party framework. No, i didnt get the error with new project. The strange thing about the error is it only happen during the app first time launch.
Accepted Answer

Yes, i do use third party framework.

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?
You should better check if it is causing the issue and report to the author if it really is the cause.
Accepted Answer
Fixed by removing the Permission popup window
There doesn't seem to be a valid compiled storyboard at path iOS 14
 
 
Q