Ionic Pro Ios package asset compilation failure

Hi,
ios is complaining about compiling some assets.
I did a ionic cordova platform remove ios & ionic cordova platform remove ios & ionic cordova resources ios
then pushed the generated files ( git push ionic master )

When I try to package from the web it fails.

I can see some deprecated warnings like:
’ALAssetsLibraryAssetForURLResultBlock’ is deprecated: first deprecated in iOS 9.0

And the error happens like this:

e[33m>e[0m e[39;1mBuildinge[0m***-*** [Release]
e[33m>e[0m e[39;1mCheck Dependenciese[0m
e[33m>e[0m e[39;1mRunning scripte[0m 'Copy www directory’
e[33m>e[0m e[39;1mCompilinge[0m MainViewController.xib
e[33m>e[0m e[39;1mCopyinge[0m *****/Resources/appbeep.wav
e[33m>e[0m e[39;1mCompilinge[0m scannerOverlay.xib
e[33m>e[0m e[39;1mCopyinge[0m *****/Resources/CDVBarcodeScanner.bundle
e[33m>e[0m e[39;1mCompilinge[0m CDVLaunchScreen.storyboard
** ARCHIVE FAILED **

ionic info:
cli packages: (/*******/node_modules)

@ionic/cli-utils  : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1 

local packages:

@ionic/app-scripts : 2.1.3
Cordova Platforms  : android 6.2.3 ios 4.4.0
Ionic Framework    : ionic-angular 3.6.0

System:

Android SDK Tools : 25.2.5
Node              : v6.11.0
npm               : 3.10.10 
OS                : Linux 4.10

Ionic Pro is a hosted and closed source service, so there is not much we, the community, can help you with. There is a FAQ and common/known issues at https://ionic.zendesk.com/hc/en-us/sections/115003254647-FAQ-Common-Issues You can contact support at http://ionicframework.com/support#support

I would try to create a new project with ionic start blank blank and try to build that first, if that succeeds add the BarcodeScanner plugin you seem to be using (and which it is doing stuff with in the output you posted)

Ok thanks.
An update, my icon files in resources/ were 0Kb for some reason, i deleted and recreated and it worked fine

1 Like