flomio / cordova-plugin-flomio

Flomio SDK plugin for Cordova.
10 stars 8 forks source link

'ReaderManager.h' file not found #19

Closed chetanbuddh closed 8 years ago

chetanbuddh commented 8 years ago

I follow every step from documentation. But didn't run in ios. It throws

platforms/ios/Armill/Plugins/com.flomio.sdk/FlomioPlugin.h:7:9: 'ReaderManager.h' file not found
/*
FlomioPlugin.h
Uses Flomio SDK version 1.9
*/

#import <Cordova/CDV.h>
#import "ReaderManager.h"

it display error in #import "ReaderManager.h" line

I don't what is Flomio SDK version 1.9 in where it is available

JohnMcLear commented 8 years ago

I went through and tidied up your issue for you, please look at the markup I used and use it for further issues.

JohnMcLear commented 8 years ago

Do you have ReaderManager.h on your file system at all?

chetanbuddh commented 8 years ago

No, i haven't ReaderManger.h and i don't how to get it

grundyoso commented 8 years ago

ReaderManager.h is a file contained in the Flomio SDK that is a direct dependency of this Cordova Library. What that means is that after installing this Cordova plugin you have to manually drag/drop the Flomio SDK bundle into your iOS (or Android) build project in order to provide the services the plugin needs. (Note: we know this is not ideal and we are working at streamlining this process, but this is how it works now).

Per README line:

Requires Flomio SDK version 1.9 Get yours here.

Also worth following is issue #7