Ionic 3 build ios: успешно построен, но застрял на другом экране-заставке - PullRequest
0 голосов
/ 04 апреля 2019

В настоящее время я использую версию XCode 10.0 (10A255) для приложения Ionic3, которое будет встроено в iOS. Тем не менее, после того, как я это запустил, это шоу другой заставки

stuck on different splash screen

Предположительно, он должен показывать этот экран-заставку с загрузкой в ​​нем:

expected splash screen

Вот мои плагины Cordova, установленные в моем приложении Ionic3:

card.io.cordova.mobilesdk 2.1.0 "CardIO"
cc.fovea.cordova.purchase 7.4.3 "Purchase"
com.lampa.startapp 6.1.6 "startApp"
com.paypal.cordova.mobilesdk 3.5.0 "PayPalMobile"
com.telerik.plugins.nativepagetransitions 0.6.5 "Native Page Transitions"
cordova-admob-sdk 0.22.0 "AdMob SDK"
cordova-clipboard 1.2.1 "Clipboard"
cordova-plugin-admob-free 0.25.0 "Cordova AdMob Plugin"
cordova-plugin-advanced-http 2.0.6 "Advanced HTTP plugin"
cordova-plugin-badge 0.8.8 "Badge"
cordova-plugin-camera 4.0.3 "Camera"
cordova-plugin-crop 0.3.1 "CropPlugin"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-facebook4 4.2.1 "Facebook Connect"
cordova-plugin-fcm-with-dependecy-updated 2.4.0 "Cordova FCM Push Plugin"
cordova-plugin-file 6.0.1 "File"
cordova-plugin-inapppurchase 1.1.0 "In App Purchase"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 2.4.1 "cordova-plugin-ionic-webview"
cordova-plugin-local-notification 0.9.0-beta.2 "LocalNotification"
cordova-plugin-screen-orientation 3.0.1 "Screen Orientation"
cordova-plugin-secure-storage 3.0.1 "SecureStorage"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-telerik-imagepicker 2.3.2 "ImagePicker"
cordova-plugin-uniquedeviceid 1.3.2 "UniqueDeviceID"
cordova-plugin-whitelist 1.3.3 "Whitelist"
cordova-plugin-x-socialsharing 5.4.4 "SocialSharing"
cordova-promise-polyfill 0.0.2 "cordova-promise-polyfill"
cordova-sqlite-storage 3.1.0 "Cordova sqlite storage plugin - cordova-sqlite-storage plugin version"
es6-promise-plugin 4.2.2 "Promise"
twitter-connect-plugin 0.6.0 "Twitter Connect"

config.xml

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.codelean.quickedit" version="0.0.21" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Quickedit</name>
    <description />
    <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
    <content src="index.html" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <preference name="ScrollEnabled" value="false" />
    <preference name="android-minSdkVersion" value="19" />
    <preference name="BackupWebStorage" value="none" />
    <preference name="AutoHideSplashScreen" value="false" />
    <preference name="SplashScreenDelay" value="10000" />
    <preference name="FadeSplashScreenDuration" value="1000" />
    <preference name="SplashScreen" value="screen" />
    <preference name="ShowSplashScreen" value="true" />
    <preference name="ShowSplashScreenSpinner" value="true" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="FadeSplashScreen" value="true" />
    <platform name="android">
        <allow-intent href="market:*" />
        <allow-navigation href="mobilenotes://" />
        <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
        <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
        <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
        <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
        <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
        <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
        <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.jpg" />
        <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.jpg" />
        <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.jpg" />
        <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.jpg" />
        <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.jpg" />
        <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.jpg" />
        <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.jpg" />
        <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.jpg" />
        <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.jpg" />
        <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.jpg" />
        <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.jpg" />
        <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.jpg" />
        <preference name="SplashMaintainAspectRatio" value="true" />
        <preference name="SplashScreenSpinnerColor" value="blue" />
        <preference name="android-minSdkVersion" value="21" />
        <preference name="android-targetSdkVersion" value="28" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
        <icon height="57" src="resources/ios/icon/icon.png" width="57" />
        <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
        <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
        <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
        <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
        <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
        <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
        <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
        <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
        <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
        <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
        <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
        <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
        <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
        <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
        <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
        <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
        <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
        <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
        <splash height="1136" src="resources/ios/splash/Default-568h@2x_iphone.jpg" width="640" />
        <splash height="1334" src="resources/ios/splash/Default-667h.jpg" width="750" />
        <splash height="2208" src="resources/ios/splash/Default-736h.jpg" width="1242" />
        <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.jpg" width="2208" />
        <splash height="1536" src="resources/ios/splash/Default-Landscape@2x_ipad.jpg" width="2048" />
        <splash height="2048" src="resources/ios/splash/Default-Landscape@_ipadpro.jpg" width="2732" />
        <splash height="768" src="resources/ios/splash/Default-Landscape_ipad.jpg" width="1024" />
        <splash height="2048" src="resources/ios/splash/Default-Portrait@2x_ipad.jpg" width="1536" />
        <splash height="2732" src="resources/ios/splash/Default-Portrait@_ipadpro.jpg" width="2048" />
        <splash height="1024" src="resources/ios/splash/Default-Portrait_ipad.jpg" width="768" />
        <splash height="960" src="resources/ios/splash/Default@2x_iphone.jpg" width="640" />
        <splash height="480" src="resources/ios/splash/Default_iphone.jpg" width="320" />
        <splash height="2732" src="resources/ios/splash/Default@2x_universal_anyany.jpg" width="2732" />
        <preference name="SplashMaintainAspectRatio" value="true" />
        <preference name="SplashScreenSpinnerColor" value="blue" />
    </platform>
    <plugin name="cordova-plugin-advanced-http" spec="2.0.1" />
    <plugin name="twitter-connect-plugin" spec="git+https://github.com/chroa/twitter-connect-plugin.git">
        <variable name="FABRIC_KEY" value="a4387287f874e396294c0bf5186ee1bdfee00cd1" />
        <variable name="TWITTER_KEY" value="p7PEMIW4VS99QKeB2L7TcbgK5" />
        <variable name="TWITTER_SECRET" value="Y85SvHhmOUBUZR81UFWvKGTBOymraKjoJ89rjOcYaozO2bVNXl" />
    </plugin>
    <plugin name="cordova-plugin-x-socialsharing" spec="5.4.1" />
    <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
    <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
    <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
    <plugin name="cordova-plugin-ionic-webview" spec="^2.2.5">
        <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
    </plugin>
    <plugin name="cordova-plugin-ionic-keyboard" spec="^2.1.3" />
    <plugin name="cordova-clipboard" spec="^1.2.1" />
    <plugin name="cordova-plugin-uniquedeviceid" spec="^1.3.2" />
    <plugin name="cordova-plugin-screen-orientation" spec="3.0.1" />
    <plugin name="cordova-plugin-telerik-imagepicker" spec="2.2.2">
        <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="your usage message" />
    </plugin>
    <plugin name="cordova-plugin-camera" spec="4.0.3" />
    <plugin name="com.lampa.startapp" spec="6.1.6" />
    <plugin name="cordova-plugin-file" spec="^6.0.1" />
    <plugin name="cordova-plugin-crop" spec="0.4.0" />
    <plugin name="com.telerik.plugins.nativepagetransitions" spec="0.6.5" />
    <plugin name="cordova-plugin-device" spec="^2.0.2" />
    <plugin name="com.paypal.cordova.mobilesdk" spec="3.5.0" />
    <plugin name="cordova-plugin-fcm-with-dependecy-updated" spec="2.3.0" />
    <plugin name="cordova-plugin-local-notification" spec="0.9.0-beta.2" />
    <plugin name="cordova-plugin-facebook4" spec="4.0.0">
        <variable name="APP_ID" value="2064374700294873" />
        <variable name="APP_NAME" value="QuickE" />
        <variable name="FACEBOOK_ANDROID_SDK_VERSION" value="4.38.1" />
    </plugin>
    <plugin name="cordova-plugin-admob-free" spec="0.25.0">
        <variable name="ADMOB_APP_ID" value="ca-app-pub-2072757128140982~1570147486" />
    </plugin>
    <plugin name="cordova-plugin-secure-storage" spec="3.0.1" />
    <plugin name="cordova-sqlite-storage" spec="3.1.0" />
    <plugin name="cc.fovea.cordova.purchase" spec="7.4.3">
        <variable name="BILLING_KEY" value="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4myw06EBVkyIFsMuYrl3tKfbna5VHv+v1oT50AGXODKZf6fXh/0bQhOSSsmrhwdcLbeT3A9zGqFMh37O0eF6twsMtAdh8MmLq8ytCxPCj5uPceEjF7z+LvC0FCyAWQGmDp/kieVyeSXubinO258gZ3YTj92Deqc5F2wa7srDBg4WKM851HkVFfUFb8NTOBTLqWHv8J0dqrBK4EbBnRWlZKSPczCHn6/y/DXueVqBWHDExAEOZlew39kNDyGt4nN2YBBr6Eq0Yl89y+or2mmfY1o5Z6VBrOON0GT8sjJIlwBIVQ28zy4dxqz2FmLIedYMDPY5UCCFVL9JDJd96bbGRwIDAQAB" />
    </plugin>
    <plugin name="cordova-plugin-inapppurchase" spec="~1.1.0" />
    <engine name="android" spec="7.1.4" />
    <engine name="ios" spec="4.5.5" />
</widget>

Есть ли какие-либо конфликты в отношении конфигурации приложения (config.xml) и / или плагинов cordova, которые могут «заморозить» мое приложение?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...