We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because the current bundle is not the main bundle, but it's the unit test bundle. Try using runtime api instead
- (id)processDictionaryFromObject:(NSObject *)object { if ([NSBundle mainBundle] != [NSBundle bundleForClass:object.class] && [object class] != [NSArray class]) { return object; }
The text was updated successfully, but these errors were encountered:
Woah, ran into the same issue with the recent cocoapods version, how can this be?
Sorry, something went wrong.
Okay, the code is not merged, nevermind... will test the approach proposed in #34
aryaxt
No branches or pull requests
Because the current bundle is not the main bundle, but it's the unit test bundle.
Try using runtime api instead
The text was updated successfully, but these errors were encountered: