Software Archive
Read-only legacy content
17060 討論

INVALID IMAGE PATH - APPLE

Rodrigo_Bastos
初學者
2,304 檢視

Bom dia. Estou com um problema no meu app. Consegui gerar o Build normalmente, mas quando tento subir o arquivo .IPA para o Appliation Loader da Apple acontece o erro em anexo.

Já tentei alterar o caminho das imagens nos arquivos XML mas não resolveu nada.

Agradeço se alguém puder ajudar.

Rodrigo

 

0 積分
1 解決方案
PaulF_IntelCorp
2,304 檢視

Rodrigo -- the 5.4.1 version will be released very soon. Your trick was getting you to a beta version of that builder, which has some bugs, including the one you ran into from Apple. The soon to be production version has a fix for that bug. Hold tight, release should be happening soon. We cannot provide a date, but it is soon.

在原始文章中檢視解決方案

8 回應
Amrita_C_Intel
2,304 檢視

Hello Rodrigo,

Can you provide screenshot of the Launch icons section of your project? like this?Screen Shot 2016-03-16 at 11.44.13 AM_0.png

2. When you build your project and install on iOS device are you able to that icon after installing the app on devcie?

3. Can you provide your .ipa file or .zip file of your project so that we can provide you more detailed help?

 

Rodrigo_Bastos
初學者
2,304 檢視

Hi Amrita.

Follow the project. zip and ipa archives.

Thanks

 

Amrita_C_Intel
2,304 檢視

Thanks Rodrigo I am looking in to it.

Amrita_C_Intel
2,304 檢視

When you build your project and install on iOS device are you able to that icon after installing the app on devcie?

As requested can you please provide the screenshot? Please refer to the sample above

Amrita_C_Intel
2,304 檢視

Hello Rodrigo,

1. You need to use CLI 5.1.1. So go ahead and change that in config.additions.xml. I am not sure but please try this.

<!-- -iOS --><intelxdk:cordova-cli version="5.1.1"/> 
<!-- +iOS --><intelxdk:cordova-cli version="5.4.1"/>// This version is not yet released that is why it is causing such consequences. 

Now try the build again.

Don't leave ipsa file inside the www directory. Olnly source files, splash screens, and icons. The .ipa file is adding 16MB to it.

If you need to use 5.4.1 so you need to wait.

 

Amrita_C_Intel
2,304 檢視

I mean delete these lines 

<!-- -iOS --><intelxdk:cordova-cli version="5.1.1"/> 
<!-- +iOS --><intelxdk:cordova-cli version="5.4.1"/>

And try building this again.

Rodrigo_Bastos
初學者
2,304 檢視

Hi Amrita.

I deleted the lines, but with this the plugin appMobi does not work and it does not generate the IPA file.

When the 5.4.1 version will be released??

Thanks.

Builg log in attachment.

PaulF_IntelCorp
2,305 檢視

Rodrigo -- the 5.4.1 version will be released very soon. Your trick was getting you to a beta version of that builder, which has some bugs, including the one you ran into from Apple. The soon to be production version has a fix for that bug. Hold tight, release should be happening soon. We cannot provide a date, but it is soon.

回覆