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 running my unit tests, the + (void)initialize method gets called and signals a HALT. The offending selector is [UIFont boldSystemFontOfSize:], which tells us that it can't deduce the device type when running from Terminal:
Unknown Device Type. Using UIUserInterfaceIdiomPad based on screen size
See here.
The problem
When running my unit tests, the
+ (void)initialize
method gets called and signals a HALT. The offending selector is[UIFont boldSystemFontOfSize:]
, which tells us that it can't deduce the device type when running from Terminal:The offending code
The solution
The text was updated successfully, but these errors were encountered: