Ever since upgrading to Xcode 6.3 I can't create IBOutlet references and can't set my UIViewController items (or any other types of items for that matter) to my own custom implementations.
The drop down under "Custom Class - Class" shows nothing but regular stock classes.
If I put in the class manually and the module manually it works, but I have to create my outlets in the most annoying way by ctrl+dragging the item into code.
I've tried a number of answers that have been on here including the magical 'remove derived data and restart' answer for everything.
Anyone else with this issue that can shed some light?
EDIT:
Have tried:
Uninstalling / reinstalling xcode
Deleting user data
Deleting derived data
Restarting after doing all of the above