SCConfiguration icon indicating copy to clipboard operation
SCConfiguration copied to clipboard

Couldn't get configuration file in a test target.

Open nickcheng opened this issue 7 years ago • 0 comments

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.

nickcheng avatar Mar 07 '18 01:03 nickcheng