Ionic (Cloud, legacy) Package - Stucked in queued

@kylemax, Are you sure sujan is a dude? If so, that dude is extremely helpful at all times. No need to beat a living dude, dude.

1 Like

We have got a response from ionic team

Hello,

Thank you for contacting us, and we apologize for the trouble. We have identified an issue causing a slow-down in performance of our legacy package service (apps.ionic.io) for Android builds. Our development team is now investigating. We will contact you on this ticket as soon as there are any updates.

Thank you for bearing with us while we work through this issue.

2 Likes

I received same answer!
We’ll stay patient my friends…

Hey folks!
Service work again.
Bye! :slight_smile:

Wow great news… Thanks ionic team…

We are facing similar issue in IOS now. Anyone else facing similar issue…?

Again: http://ionicframework.com/support#support

1 Like

Anyone else is facing the same issue

I am still facing issue in this. The error also keeps on changing. Please find the different errors that i am getting

Error1
Error: xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance

Error2
Source path does not exist: resources/ios/icon/icon-40.png

Error3
Unable to parse your provisioning profile. Please make sure the provisioning profile you’ve uploaded is valid.

Error4
Error Reading File: provisioning.plist

Error5(Recent)
=== BUILD TARGET ***** OF PROJECT ****** WITH CONFIGURATION Debug ===

Check dependencies
Provisioning profile “*******” doesn’t support the Associated Domains capability.
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.3’

** ARCHIVE FAILED **

The following build commands failed:
Check dependencies
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/cordova/build-debug.xcconfig,-workspace,******.xcworkspace,-scheme,******,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,******.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/build/sharedpch

I have sent a mail to the team with these details

Package build iOS normally work: http://status.ionicframework.com/.
:smiley:

r u able to package build ios ?

Apply correction to path resource and look your provisioning profile check out there!

Maybe resolve it pea package build iOS it normally work.

I am still getting same error :disappointed_relieved:

Can you pls share the output of ionic info of yours so that i can compare the same?

NO RESPONSE FROM IONIC… JUST AN UPDATE

I am done with everything possible from my end…

reinstalled npm
reinstalled ionic
reinstalled all packages

ionic serve is working fine

recreated all security certificates

recreated provisioning profiles

still getting same error

in ionic package build ios --profile profilename

Check dependencies
Provisioning profile “” doesn’t support the Associated Domains capability.
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.3’

AND THE ionic info is

**cli packages: **

** @ionic/cli-utils : 1.13.1**
** ionic (Ionic CLI) : 3.13.2**

global packages:

** cordova (Cordova CLI) : 7.1.0**

local packages:

** @ionic/app-scripts : 3.0.0**
** Cordova Platforms : android 6.2.3 ios 4.5.2**
** Ionic Framework : ionic-angular 3.4.2**

System:

** Android SDK Tools : 25.2.5**
** Node : v6.11.0**
** npm : 5.5.1**
** OS : Windows 10**

Misc:

** backend : legacy**

You have to enable Associated Domains on the app in the developers portal. It says it VERY clearly, no? Or is it enabled and you’re still having a problem??

Did you add the associated domain in your config xml as a variable?

Do you have cordova-plugin-email in your project? Not EmailComposer, but Email?

@jaydz, I haven’t done any changes in the settings. I had made 25 successful builds before started getting this error from 15th Oct…

Can you please guide me to get the details corrected?

I will try to help, but I literally wanted, and would need, answers to those questions to help you in any way

1 Like
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <name><myproject></name>
    
  3. <description>An awesome Ionic/Cordova app.</description>
    
  4. <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
    
  5. <content src="index.html" />
    
  6. <access origin="*" />
    
  7. <allow-navigation href="http://ionic.local/*" />
    
  8. <allow-navigation href="http://192.168.0.104:8100" />
    
  9. <allow-navigation href="http://companyname.in/*" />
    
  10. <allow-intent href="http://*/*" />
    
  11. <allow-intent href="https://*/*" />
    
  12. <allow-intent href="tel:*" />
    
  13. <allow-intent href="sms:*" />
    
  14. <allow-intent href="mailto:*" />
    
  15. <allow-intent href="geo:*" />
    
  16. <preference name="webviewbounce" value="false" />
    
  17. <preference name="UIWebViewBounce" value="false" />
    
  18. <preference name="DisallowOverscroll" value="true" />
    
  19. <preference name="android-minSdkVersion" value="16" />
    
  20. <preference name="BackupWebStorage" value="none" />
    
  21. <preference name="SplashMaintainAspectRatio" value="true" />
    
  22. <preference name="FadeSplashScreenDuration" value="300" />
    
  23. <preference name="SplashShowOnlyFirstTime" value="false" />
    
  24. <preference name="SplashScreen" value="screen" />
    
  25. <preference name="SplashScreenDelay" value="3000" />
    
  26. <preference name="loadUrlTimeoutValue" value="700000" />
    
  27. <platform name="android">
    
  28.     <allow-intent href="market:*" />
    
  29.     <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
    
  30.     <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
    
  31.     <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
    
  32.     <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
    
  33.     <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
    
  34.     <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
    
  35.     <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
    
  36.     <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
    
  37.     <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
    
  38.     <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
    
  39.     <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
    
  40.     <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
    
  41.     <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
    
  42.     <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
    
  43.     <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
    
  44.     <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
    
  45.     <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
    
  46.     <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
    
  47. </platform>
    
  48. <platform name="ios">
    
  49.     <allow-intent href="itms:*" />
    
  50.     <allow-intent href="itms-apps:*" />
    
  51.     <icon height="57" src="resources/ios/icon/icon.png" width="57" />
    
  52.     <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
    
  53.     <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
    
  54.     <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
    
  55.     <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
    
  56.     <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
    
  57.     <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
    
  58.     <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
    
  59.     <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
    
  60.     <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
    
  61.     <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
    
  62.     <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
    
  63.     <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
    
  64.     <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
    
  65.     <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
    
  66.     <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
    
  67.     <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
    
  68.     <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
    
  69.     <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
    
  70.     <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
    
  71.     <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
    
  72.     <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
    
  73.     <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
    
  74.     <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
    
  75.     <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
    
  76.     <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
    
  77.     <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
    
  78.     <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
    
  79.     <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
    
  80.     <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
    
  81. </platform>
    
  82. <engine name="android" spec="^6.2.3" />
    
  83. <engine name="ios" spec="~4.5.2" />
    
  84. <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
    
  85. <plugin name="cordova-plugin-console" spec="^1.0.5" />
    
  86. <plugin name="cordova-plugin-device" spec="^1.1.4" />
    
  87. <plugin name="cordova-plugin-statusbar" spec="^2.2.2" />
    
  88. <plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
    
  89. <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
    
  90. <plugin name="cordova-plugin-nativestorage" spec="^2.2.2" />
    
  91. <plugin name="cordova-sqlite-storage" spec="^2.0.4" />
    
  92. <plugin name="cordova-plugin-file" spec="^4.3.3" />
    
  93. <plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
    
  94. <plugin name="cordova-plugin-file-transfer" spec="^1.6.3" />
    
  95. <plugin name="cordova-plugin-filepath" spec="^1.0.2" />
    
  96. <plugin name="cordova-plugin-camera" spec="^2.4.1" />
    
  97. <plugin name="ionic-plugin-deeplinks" spec="^1.0.15">
    
  98.     <variable name="URL_SCHEME" value="jamapunji" />
    
  99.     <variable name="DEEPLINK_SCHEME" value="http" />
    
  100.     <variable name="DEEPLINK_HOST" value="app.<myproject>.co.in" />
    
  101.     <variable name="ANDROID_PATH_PREFIX" value="/" />
    
  102.     <variable name="ANDROID_2_PATH_PREFIX" value="/" />
    
  103.     <variable name="ANDROID_3_PATH_PREFIX" value="/" />
    
  104.     <variable name="ANDROID_4_PATH_PREFIX" value="/" />
    
  105.     <variable name="ANDROID_5_PATH_PREFIX" value="/" />
    
  106.     <variable name="DEEPLINK_2_SCHEME" value=" " />
    
  107.     <variable name="DEEPLINK_2_HOST" value=" " />
    
  108.     <variable name="DEEPLINK_3_SCHEME" value=" " />
    
  109.     <variable name="DEEPLINK_3_HOST" value=" " />
    
  110.     <variable name="DEEPLINK_4_SCHEME" value=" " />
    
  111.     <variable name="DEEPLINK_4_HOST" value=" " />
    
  112.     <variable name="DEEPLINK_5_SCHEME" value=" " />
    
  113.     <variable name="DEEPLINK_5_HOST" value=" " />
    
  114. </plugin>
    

@jaydz, please find my config.xml

Did you add the plugin

cordova-universal-links-plugin

?

I think it’s necessary for deep links to work on iOS 9+