Weird UITableViewCell Loading Exception

前端 未结 3 706
鱼传尺愫
鱼传尺愫 2021-02-04 05:49

In my app, I use a custom NIB to load my UITableViewCells. The NIB\'s File\'s Owner is set so the class is my View Controller. I then Link the UITableViewCell to the IBOutlet I

3条回答
  •  隐瞒了意图╮
    2021-02-04 06:32

    I had the same thing. Installed 3.2 beta from 3.1.2 and had this error.

    In the end this fixed it: Rebuild against Simulator 3.1 and I got a working build in the simulator. After this, builds against Simulator 3.1.2 work.

提交回复
热议问题