johnno1962 / HotReloading

Hot reloading as a Swift Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reload not working. some issue related to ambiguity in choosing function

funactuator opened this issue · comments

The hot reload did not work. It shows the following output.
help out
Screenshot 2022-06-25 at 4 25 56 PM
.

Hi, This warning comes from the system and is normal. You can ignore it. Have you implemented an @objc func injected() method to force a redraw of the display?

yeah, I tried that too. It didn't work.

Have you tried the https://johnholdsworth.com/GettingStarted.zip project? Also, try moving your project out of the Documents, that can cause complications.