Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objective C Example for ONVIFCamera pod #13

Open
PlasmaSoftUK opened this issue May 30, 2020 · 1 comment
Open

Objective C Example for ONVIFCamera pod #13

PlasmaSoftUK opened this issue May 30, 2020 · 1 comment

Comments

@PlasmaSoftUK
Copy link

I'm trying to use this pod in an Objective C project that covers tvOS and iPadOS, however I can't seem to figure out how to import the correct headers. After configuring the Pod I then try to import the headers:

Screenshot 2020-05-30 at 09 50 18

These are the only 2 it offers, and even after importing both, I still cannot use the "ONVIFCamera" type.

Screenshot 2020-05-30 at 09 57 21

Once I can overcome this I'm reasonably sure I can translate the Swift example in to objective C, I just can't seem to get over the first hurdle.

Do you have an Objective C sample project you could add, or give me some pointers as to how I can import the pod so its usable?

Many Thanks

Plasma

@rvi
Copy link
Owner

rvi commented Jul 30, 2021

Sorry for the late reply, somehow, github notifications are going to my spam folder.

Unfortunately I never tried on Objective-C I would imagine you could do:

#import <ONVIFCamera/ONVIFCamera.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants