WordPress-Editor-iOS
WordPress-Editor-iOS copied to clipboard
Module 'NSObject_SafeExpectations' not found
I use pod install to install it, but something wrong happened.
Have you solve the problem? can you tell me how?
same problem,hasn't found a way out...
same problem
same problem
I fixed it like this: in WPImageMeta.m file, comment the below line, //@import NSObject_SafeExpectations;
and import like : #import "NSObject+SafeExpectations.h"
you must in pod file add use_frameworks! On the platform: ios, 9.0, and target xxx middle or change @import NSObject_SafeExpectations; to #import "NSDictionary+SafeExpectations.h"