Error when launching simulator

I am developing an app in Xcode 10 and i get the below error when i try to run my app in the simulator.


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


I tried to get some info online but cannot find any information about this. Could someone please let me know what this might be or how to resolve this.


Thanks in advance.

Suresh

Are you using some external framework ?

No. Its just plain Swift.

Does your app stop working when the message shown?

The app stops when it executes the viewdidload(). It does not go further as it is not executing some functions that i have downstream. I tried to execute this on my iMac and it gives me the same error.

I am seeing this message also. Here are some more details:


  • It happens both in the simulator and running (via Xcode) on a real device.
  • It happens on a device or simulator running iOS12.0, but not iOS11.4.
  • It happens every time
    SKTexture
    data is loaded:
    • for instance, when creating a sprite node;
    • or when preloading a texture using
      SKTexture preloadWithCompletionHandler:
Error when launching simulator
 
 
Q