cordova-resource-generators icon indicating copy to clipboard operation
cordova-resource-generators copied to clipboard

Error: unable to open image

Open mulhoon opened this issue 8 years ago • 0 comments

Using Cordova 6.0.0

To fix the issue I had to change line 21 from

splashPath : 'platforms/ios/' + projectName + '/Resources/splash/',

to

splashPath : 'platforms/ios/' + projectName + '/Images.xcassets/LaunchImage.launchimage/',

Thanks!

mulhoon avatar Feb 10 '16 15:02 mulhoon