swift - Use of undeclared type 'DKAsset', Use of unresolved identifier 'DKImagePickerController'? -


i want select multiple images gallery. have installed dkimagepikercontroller using pod.

for in podfile.

pod 'dkimagepickercontroller' use_frameworks!

after have followed demo example implement gallery in app. got follwoing error.

1.use of undeclared type 'dkasset'. 2.use of unresolved identifier 'dkimagepickercontroller'?

i following lib , code. https://github.com/zhangao0086/dkimagepickercontroller

first of need import framework. that,

import dkimagepickercontroller

after under navigator>select pods>build settings>architectures>build active architecture -> set no pods.(select pods listed under "target" , set "no" "build active architecture only")

clean , build project , done.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -