Xcode 4: Creating a UIView xib, not properly connecting

前端 未结 30 3499
时光说笑
时光说笑 2020-12-02 16:29

I\'m trying to create a nib that contains a view that will be embedded in a TableViewCell. I\'ve created the interface and implementation files, ResultCell.h an

30条回答
  •  醉酒成梦
    2020-12-02 16:49

    For my case, I have multiple project with some other dependencies. I tried to solve it by deleting derived data or restarting XCode but it couldn't work. In the end, I tried the following method and it works:

    Go to target > Build Target Architectures Only > and set both Debug and Release to NO.

    Set this for all projects in the workspace and recompile to make sure there is no other errors. Maybe not making sense but somehow did it. During my compilation, I had other issues such as linker errors and symbols not found.

提交回复
热议问题