You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/12 19:27:02 UTC

[GitHub] [cordova-plugin-splashscreen] bcolflesh opened a new issue #250: (iOS) Cordova CLI Splashscreen Build Error

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] bcolflesh closed issue #250: (iOS) Cordova CLI Splashscreen Build Error

Posted by GitBox <gi...@apache.org>.
bcolflesh closed issue #250: (iOS) Cordova CLI Splashscreen Build Error
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/250
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] bcolflesh commented on issue #250: (iOS) Cordova CLI Splashscreen Build Error

Posted by GitBox <gi...@apache.org>.
bcolflesh commented on issue #250: (iOS) Cordova CLI Splashscreen Build Error
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/250#issuecomment-601475703
 
 
   I switched over to the "Multi-image launch screen" recommendations in the docs and now it's working.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org