You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the command line Example from the repo, this message gets printed in the console, before doing anything: The keyWindow or contentView is missing., then the script works as intended.
What does it means and how can we prevent this to show?
The text was updated successfully, but these errors were encountered:
@avisual Are you seeing this printed to the log as well? For me the log went away when I embedded my root view controller in storyboard to a navigation controller. For me the keyWindow was nil when my main view controller was root.
When testing the command line Example from the repo, this message gets printed in the console, before doing anything:
The keyWindow or contentView is missing.
, then the script works as intended.What does it means and how can we prevent this to show?
The text was updated successfully, but these errors were encountered: