I'm facing a very strange issue, my code is working well utill I upgrade my argis 100.4 to 100.5 version.
As soon as I updated the version I am getting issue at build time. QuickLook framework's
QLPreviewControllerDataSource
protocol is giving issue at build time.
In the swift class I import QuickLook
and extends the data source method after class name. But at the build time in the "PROJECT_NAME-swift.h
" file it is showing error that QLPreviewControllerDataSource protocol
not found even this protocol is in the same class(QLPreviewController
)
I guess, Issue is not related to arcgis but it occurs after updating version