Search code examples
iphonexcoderhomobile

How can i change the app icon while building in Rhomobile


I followed the docs for creating the ios application using Rhomobile.

I have all the icon images placed inside icon folder. But after opening the application in xcode, it shows the rhomobile default icon.

How and where can i change the icon ?


Solution

  • When you runs the command to create the xcode project, in your rhodes folder, one icon.png image is generated. You need to replace that image with yours.

    Path : <rhodes_path>/platform/iphone/icon.png

    Then you can open the xcode and start building the app.