Xcodeのストーリーボードでボタンをドラッグアンドドロップ出来ない問題
ドロップしても反応しない。
ストーリーボードのコントローラーのクラス名と追加しようとしてるコントローラのクラス名が同じかを確認。
class情報が見つからない
Could not insert new outlet connection: Could not find any information for the class and not showing any class named "xxx"
$ rm -rf ~/Library/Caches/com.apple.dt.Xcode
$ defaults delete com.apple.dt.Xcode IDEIndexDisable
$ defaults write com.apple.dt.Xcode IDEIndexEnable 1
xcode再起動