wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Module 'NSObject_SafeExpectations' not found #858

Open bestkais opened 7 years ago

bestkais commented 7 years ago

I use pod install to install it, but something wrong happened. default

zhghzx commented 7 years ago

Have you solve the problem? can you tell me how?

Homosum commented 7 years ago

same problem,hasn't found a way out...

yuyedaidao commented 7 years ago

same problem

hanqiuabab commented 7 years ago

same problem

wwwang89 commented 6 years ago

I fixed it like this: in WPImageMeta.m file, comment the below line, //@import NSObject_SafeExpectations;

and import like :

import "NSObject+SafeExpectations.h"

MrZhaoying commented 6 years ago

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"