Open bestkais opened 8 years ago
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 :
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"
I use pod install to install it, but something wrong happened.