alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
642 stars 120 forks source link

NukeIntegration undeclared identifier #45

Closed gdetari closed 5 years ago

gdetari commented 5 years ago

I have in my podfile: pod 'AXPhotoViewer' pod 'AXPhotoViewer/Nuke'

And then in my source: import AXPhotoViewer import Nuke .... let integration = NukeIntegration()

I get undeclared identifier for NukeIntegration

What am I missing here? Thanks in advance.

gdetari commented 5 years ago

Anyone?

alexhillc commented 5 years ago

Hey @gabzsa, you should only have one podfile entry for AXPhotoviewer

pod ‘AXPhotoViewer/Nuke’

Let me know if this still happens with that change

gdetari commented 5 years ago

Thanks, I have changed the podfile so that it only has that entry, and same error.

Pod deintegrate, pod install didn't solve it either.

gdetari commented 5 years ago

I have just realized that if not setting the integration manually, it will automatically set the NukeIntegration for itself.