Evernote / evernote-sdk-ios

Evernote SDK for iOS
Other
398 stars 130 forks source link

swift + evernote -- ENSDKAdvanced.h can't find ENSDK.h #103

Open stanchiang opened 9 years ago

stanchiang commented 9 years ago

hi i recently started learning ios development by starting with swift, now I'm trying to learn to integrate obj-c api's into my swift app. I followed the getting started documentation and the following blog post

http://damianblog.com/2014/11/02/calling-evernote-api-from-swift/

but for some reason i keep getting this error: /evernote-sdk-ios/ENSDK/Advanced/ENSDKAdvanced.h:29:9: 'ENSDK/ENSDK.h' file not found

here is my repo https://github.com/stanchiang/orgr

maybe someone here knows what i'm doing incorrectly.

many thanks