Github user Lazza commented on the issue:

    https://github.com/apache/cordova-plugin-splashscreen/pull/135
  
    Actually, the code of this plugin need not be changed. However, the 
`cordova-ios` template needs a fix. I am using `[email protected]` and I've 
added this to my `hooks/after_prepare/` directory:
    
    ```
    NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
    sed -i '' 's_secondItem="xb3-aO-Qok" 
secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
"$NAME"
    ```
    
    Basically, there is a wrong constraint in `CDVLaunchScreen.storyboard`. If 
this is fixed, nothing else needs to be changed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to