Hi all,
Is there anyone who uses storyboard for their iOS app’s launch screen? Every time when I save my project in the Projucer, it messes up the storyboard’s fileRef number in /project.pbxproj so the launch screen cannot be shown. Then I have to manually change those fileRef numbers in /project.pbxproj to make the launch screen work.
In the exporter configuration page of Projucer, I have included the storyboard in “Custom Xcode Resource folders”, and added it in the “Custom Plist” as
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
Have anyone ever worked it out? Thanks.