Thursday, February 2, 2017

iPad Multitasking support requires launch story board file 'LaunchScreen.storyboard' in bundle 'com.3MBSolutions.Tip'


Solution:
Add the following key to info.plist and the problem will be solved
 <key>UIRequiresFullScreen</key>
 <string>YES</string>

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...