Could not insert new outlet connection error

后端 未结 21 1385
南方客
南方客 2020-12-14 01:29

I have created a custom cell for loading into a table. The interface is complete and now I am trying to link the xib and the class.

I have the split screen view open

21条回答
  •  离开以前
    2020-12-14 02:25

    Make sure indexing has not been turned off (this was my problem). Here's how to turn it back on from the command line:

    defaults write com.apple.dt.Xcode IDEIndexDisable 0

提交回复
热议问题