@IBOutlet and @IBAction refers to wrong project, how to get rid of those references?

前端 未结 7 2146
误落风尘
误落风尘 2021-02-20 02:32

I have copied and pasted some source code from one old xcode-project to another new project.

Included in the copied code where some @IB

7条回答
  •  说谎
    说谎 (楼主)
    2021-02-20 03:10

    My current conclusion is that xcode (7.3.1) contains a bug (or shortcoming).

    If I terminate xcode and then open my new project then everything looks good.

    If I then open the old project, and also open the old storyboard within that project, then the false bullet links becomes visible in my new project.

    My guess is that xcode scans through all storyboards, that are currently opened in any project, to find a link between an outlet name such as "buyButton" and a storyboard.

提交回复
热议问题