WordPress-Editor-iOS icon indicating copy to clipboard operation
WordPress-Editor-iOS copied to clipboard

Module 'NSObject_SafeExpectations' not found

Open bestkais opened this issue 8 years ago • 6 comments

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

bestkais avatar Sep 29 '16 06:09 bestkais

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

zhghzx avatar Oct 14 '16 07:10 zhghzx

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

Homosum avatar Dec 09 '16 07:12 Homosum

same problem

yuyedaidao avatar Mar 02 '17 03:03 yuyedaidao

same problem

hanqiuabab avatar Apr 17 '17 11:04 hanqiuabab

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

and import like : #import "NSObject+SafeExpectations.h"

wwwang89 avatar Jul 15 '17 02:07 wwwang89

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"

MrZhaoying avatar Jul 15 '17 03:07 MrZhaoying