bcolflesh opened a new issue #250: (iOS) Cordova CLI Splashscreen Build Error URL: https://github.com/apache/cordova-plugin-splashscreen/issues/250 # Bug Report ## Problem ### What is expected to happen? Splash screen built during cordova build process. ### What does actually happen? Objects-normal/arm64/CDVSplashScreen.o /Users/PCN/Documents/Cordova/ios_gettysburg/platforms/ios/Gettysburg Collection/Plugins/cordova-plugin-splashscreen/CDVSplashScreen.m:491:22: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self] if (!_destroyed) { ^ self-> /Users/PCN/Documents/Cordova/ios_gettysburg/platforms/ios/Gettysburg Collection/Plugins/cordova-plugin-splashscreen/CDVSplashScreen.m:502:46: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self] if (!_destroyed) { ^ self-> 2 warnings generated. -- Cordova doesn't use supplied splash image and reverts to default Cordova image. ## Information Requirements check results for ios: Apple macOS: installed darwin Xcode: installed 11.3.1 ios-deploy: installed 1.10.0 CocoaPods: installed 1.9.0 ### Command or Code cordova build ios --device --release ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
