sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

SPPermission - Location When Use not import #135

Closed ghost closed 5 years ago

ghost commented 5 years ago

I keep getting the error message SPPermission - PERMISSON-NAME not import

I read the readme, I'm installing using pods and my podfile has these pod 'SPPermission/Notification' pod 'SPPermission/Location'

What else do I need to do?

ivanvorobei commented 5 years ago

@nickpali hi! Please, archive Xcode project with installing pods and send me.

I add for empty project this pods and all work correct.

ghost commented 5 years ago

I was able to fix this issue by first uninstalling SPPermission. Deleting all of the pods and re-installing. I think this happened as I used to just have pod SPPermission and I didnt uninstall it first before installing the new separate pods.