Closed gdetari closed 6 years ago
Anyone?
Hey @gabzsa, you should only have one podfile entry for AXPhotoviewer
pod ‘AXPhotoViewer/Nuke’
Let me know if this still happens with that change
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.
I have just realized that if not setting the integration manually, it will automatically set the NukeIntegration for itself.
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.