"Hot Reload" not working on my iOS device (SOLVED)

Hi,

I made a simple empty project from “Mobile game” sample. I checked the debug variant option.
Once deployed on my iOS device, I launch this app and then, I see and select my device in the “Target” Menu.
So I try the “hot reload” mechanism moving the image on the GUI (logo).
I do “Cmd+S & Cmd+R” => Nothing happens on my device…
I’m using the defold 1.2.174, ios 14.1, macos 10.15.7.
Local ports from 8000 to 8002 on my desktop are not used.
Here the ios device log :

INFO:DLIB: Writing log to: /var/mobile/Containers/Data/Application/6E5AE7A3-BA6F-48C1-9999-499B1A6C58D1/Documents/log.txt
INFO:ENGINE: Loading data from: dmanif:/private/var/containers/Bundle/Application/37E8129D-B84E-4B0F-87B0-0EE48B72D606/Mobile game.app/game.dmanifest
INFO:ENGINE: Initialised sound device 'default'
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 169.254.71.24
INFO:DLIB: SSDP: Started on address 192.168.1.42
WARNING:DLIB: Failed to send announce message (-8)
WARNING:DLIB: Failed to send announce message (-8)
WARNING:DLIB: Failed to send announce message (-8)
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:RESOURCE: /main/main.collectionc was successfully reloaded.
ERROR:RESOURCE: /game.projectc could not be reloaded since it was never loaded before.
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42
INFO:DLIB: SSDP: Started on address 10.25.150.42
INFO:DLIB: SSDP: Done on address 10.25.150.42

Any idea ?

My bad : I forgot to click “Projet/Build” on the Editor !!!

It’s ok now… I can make some “hot reloading” and see changes on my iOS device, it’s fantastic !!

Sorry, i’m discovering this beautiful engine :grinning:

2 Likes