XCode 7: Launch screens may not set custom classnames

后端 未结 4 2106
终归单人心
终归单人心 2020-12-30 19:25

I created a simple application using Xcode 7 Beta 2. The application simply contains class MyAppDelegate, MyViewController, MyMain.storyBoard

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 20:04

    I recently created an app using the Xcode 8 beta but couldn't submit it to the app store using the beta software. I had the same error message: "Launch screens may not set custom classnames" and several other.

    My solution: Go to the File Inspector of the Main Storyboard and deselect the Use as Launch Screen option. Simple, right? Hopefully this works for you too.

    Here's an image of what to look for

提交回复
热议问题