andrei200287 / SARate

SARate is a library to get positive app reviews on the AppStore.
MIT License
153 stars 44 forks source link

Problems with iRate connection #24

Open Samback opened 7 years ago

Samback commented 7 years ago

I was trying to integrate your library at Swift 3 project with Xcode 8.

When I was trying just to add module SARate at my project, I've faced with next issue at

#import "iRate.h"

/Users/...../Pods/SARate/SARate/SARate.h:28:9: Include of non-modular header inside framework module 'SARate.SARate':
 '/...../Pods/iRate/iRate/iRate.h'

So, to fix that issue, I've to change #import "iRate.h" -> #import <iRate/iRate.h> and unlock SARate.h file.