XCode no valid compiled storyboard at path

后端 未结 9 2255
迷失自我
迷失自我 2020-12-07 01:29

I\'ve got a universal XCode Project (ObjC) for iPad and iPhone with a subproject that contains a storyboard. The subproject is a static library that has been added to the ma

9条回答
  •  执笔经年
    2020-12-07 02:03

    I was trying to fix this problem for 2 days with no hope till i found that it also did not open the sqlite DB file also and after that everything is corrupted after this DB failure. that was my case. And all of that was a memory issue even if ARC set arrays or dictionaries after finishing to nil;

提交回复
热议问题