简体   繁体   中英

Initial storyboard view controller not loading swift 3

My application was loads fine and once i have added share extension to app, its not loading initial view controller, Just showing blank screen? Any solutions?

Do we need to use same bundle id for both app and app extension? I beleive, same app group is fine?

Please confirm

Thanks!

If you are using the appDelegate to instantiate the initial ViewController

  1. Locate your Info.plist file. right click > Open as > Source code

  2. Inside your Info.plist file remove :

<key>UIMainStoryboardFile</key> <string>Main</string>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM