iOS Question Icon-xxx.png allready exists

pierrem

Member
Licensed User
Longtime User
Hi,

I designed several icons of several size, as requested and placed them in xxxxxx/Files/Special (as mentionned here)

But when compiling, I get an error : Le fichier xxxxxx/Objects/src/Icon-60.png' existe déjà.
(file allready exists)

If I remove all icons from xxxx/Files/Special (and from xxxxxx/Objects/src) I get the 'blue' icon.

What is the trick ?

Thanks in advance.
 

pierrem

Member
Licensed User
Longtime User
Here it is :

B4X:
Parsing code.                           0.02
Compiling code.                         0.04
Compiling layouts code.                 0.02
Compiling debugger engine code.         1.76
Building Xcode project                  Error
Le fichier 'C:\Users\utilisateur\Documents\_apps\ios\41-Conv\Objects\src\Icon-60.png' existe déjà.
 
Upvote 0

pierrem

Member
Licensed User
Longtime User
Hi Erel,

I remove all icons from /Object/Src, while having icon.png (renamed from icon-60.png) in /Files/Special
At compilation time :
--> icon.png is copyied in /Object/src
--> in this Dir, several icons a created : icon-60, icon-60@2X, icon-76, icon-76@2X : ALL BLUE
The app, after install, shows icon-60 (or another blue one)

I remove all icons from /Object/Src, then copied icon.png (renamed from icon-60.png) from /Files/Special
--> no error like 'file allready exists', that was the initial problem.
--> in this Dir, several icons a created : icon-60, icon-60@2X, icon-76, icon-76@2X : ALL BLUE
The app, after install, shows icon-60 (or another blue one)

Hope it helps
 
Upvote 0

pierrem

Member
Licensed User
Longtime User
It works in Debug mode
When trying to build a release app, I have the same 'file allready exists'
(even if the /object/src if empty, and the icons only are in /files/special)

It seems that icons files are copied from /files/special to /object/src,
and the error (Le fichier 'C:\Users\utilisateur\Documents\_apps\ios\41-Conv\Objects\src\Icon-60.png' existe déjà.) rise after that.
 
Last edited:
Upvote 0

pierrem

Member
Licensed User
Longtime User
Oupsssss

Certains des destinataires ou tous les destinataires n'ont pas reçu votre message.


Objet : TR: BAI - error while icon copying at compile time

Date : 28/01/2015 09:54


Impossible de contacter le(s) destinataire(s) suivant(s) :


'[email protected].' le 28/01/2015 09:54

Destinataire non valide
 
Upvote 0

pierrem

Member
Licensed User
Longtime User
Find it here (I just remove inside URL ...)
I also remove before zipping the /files/special/GoogleMaps.bundle that was too heavy to pas the 512Kb limit
 

Attachments

  • convivialite.zip
    31.8 KB · Views: 210
Upvote 0
Top