Swift 3 has been released for a while now. I tried using the pod in Xcode 8, and my app crashed when I tried to show the dropdown menu.
Error message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_SwiftValue text]: unrecognized selector sent to instance 0x600000244290'
Swift 3 has been released for a while now. I tried using the pod in Xcode 8, and my app crashed when I tried to show the dropdown menu.
Error message:
And the stack trace:
There is also the possibility of this being caused by something else, like using iOS 10. But anyway, can you fix this?