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
In a test target, there's an error showed no configuration file get.
It seems the code is using [NSBundle mainBundle] for getting the plist file. But this way didn't work in a test target, since there is no main bundle inside.
The text was updated successfully, but these errors were encountered:
In a test target, there's an error showed no configuration file get.
It seems the code is using
[NSBundle mainBundle]
for getting the plist file. But this way didn't work in a test target, since there is no main bundle inside.The text was updated successfully, but these errors were encountered: