Xcode simulator error

Hello,


I get the below error when i try to run my app in the simulator.


[framework] CUIThemeStore: No theme registered with id=0


I am running Xcode 10 on MacOS Mojave.


Any advise will be appreciated.


Thank you for your time.

Replies

I was able to resolve this issue. This erorr comes up when you have your image files in a different location. You should have them in the Assets.xcassets folder. Moving all my image files resolved the issue.

Thank you for your question and answer, and I have the same problem.

Good point, that helped me.