ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Sidekick iOS build issues - ARCHIVE FAILED #242

Closed NickIliev closed 5 years ago

NickIliev commented 6 years ago

From @mpilija on August 1, 2018 14:5

Did you verify this is a real problem by searching the [NativeScript Forum]

Yes, only thing related found was https://github.com/NativeScript/NativeScript/issues/6055

Tell us about the problem

We're trying to build our app for iOS via Sidekick cloud build. Following error is what we get:

image

It seems like there is an issue with using assets which are generated from file through Sidekick plugin:

image

Just to say that Android build works here fine.

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

Trying to build via Sidekick for iOS platform.

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

Copied from original issue: NativeScript/NativeScript#6140

ggarabedian commented 6 years ago

Hello @mpilija,

The reported error is most likely related to the dimensions of the image used to generate the icons for your app. Please, have in mind that only completely square images should be used as a base for the icon generation. If you provide an image with irregular shape (with different width and height), the generated icons will not meet the iOS requirements for icon sizing and the build will fail on the CompileAssetCatalog step.

Having said that, can you please try using a square image as a base for the icon generation and let me know if this resolves the reported issue.

mpilija commented 6 years ago

@ggarabedian your tip helped. Thank you for assistance!