bakercp / ofxHTTP

A suite of HTTP tools, including clients and servers for openFrameworks.
MIT License
109 stars 40 forks source link

'ofx/HTTP/RequestHandlerAdapter.h' file not found #52

Open Miles-Tone opened 5 years ago

Miles-Tone commented 5 years ago

ofxHTTP won't compile for me on iOS, Xcode 10.3 with OF 0.10.1, throwing up the error: 'ofx/HTTP/RequestHandlerAdapter.h' file not found

bakercp commented 5 years ago

What version / branch are you using?

On Fri, Aug 9, 2019, 6:31 AM Miles-Tone notifications@github.com wrote:

ofxHTTP won't compile for me on iOS, Xcode 10.3 with OF 0.10.1, throwing up the error: 'ofx/HTTP/RequestHandlerAdapter.h' file not found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bakercp/ofxHTTP/issues/52?email_source=notifications&email_token=AACJLRE2ZGY24ZLHLGKOWS3QDVISNA5CNFSM4IKTFAS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HEMBQ2A, or mute the thread https://github.com/notifications/unsubscribe-auth/AACJLRH23XVM36I7EB2JFOTQDVISNANCNFSM4IKTFASQ .

Miles-Tone commented 5 years ago

I downloaded the zip of the master

bakercp commented 5 years ago

Hey, can you try the develop branch?

bakercp commented 5 years ago

I just tested both master / develop with 0.10.1 ios and didn't encounter any errors. Did you generate your project with the project generator and include all of the requisite addons?