Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Module 'NSObject_SafeExpectations' not found #858

Open
bestkais opened this issue Sep 29, 2016 · 6 comments
Open

Module 'NSObject_SafeExpectations' not found #858

bestkais opened this issue Sep 29, 2016 · 6 comments

Comments

@bestkais
Copy link

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

@zhghzx
Copy link

zhghzx commented Oct 14, 2016

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

@Homosum
Copy link

Homosum commented Dec 9, 2016

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

@yuyedaidao
Copy link

same problem

1 similar comment
@hanqiuabab
Copy link

same problem

@wwwang89
Copy link

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

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

@MrZhaoying
Copy link

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants