When I drag from a button on the storyboard to my view controller Swift file, I only get the option to insert an Outlet or Outlet Collection.
Similarly, if I create the
This apparently is a known issue on the Apple forums, but I don't know if Apple is working on it:
https://forums.developer.apple.com/message/216258
Here is what I did for a workaround.
pod update
to remove the pod from the project. pod update
to reimport the pods.