awkward / Ocarina

A library to get metadata and Open Graph information from URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can not implement Ocarina into my project

mihozil opened this issue · comments

I see this lib great, however I can not implement into my project

At first I try to make Ocarina framework, than drag into my objective C project. However, I can not import URL+URLInformation

Than I try to do exactly as the instruction, as I drag the Ocarina.xcodeproj into my swift project. But still error: "Value of type '(UnsafePointer?, UnsafePointer?) -> Int32' has no member 'oca'"

Can you please help me. At best, can you help me to create the framework than I can pull into my objectiveC project ? Thank you

You should be able to project into a Objective-C project, remember that you have to drag in "xcodeproj" file. Not the files in the project.

Also what version of Xcode are you using?