I have project with 2 targets: CoreD and MultiT.
Each target contains: Main.storyboard and ViewController.swift
Each of these files has target membership only in its own target.
When i open Main storyboard in CoreD target, to create outlets and actions, ViewController class in identity inspector is class from other target(MultiT), not from target to which storyboard belongs.
My XCode version is 9.4.1
Is there way to fix this, other than changing names of view controllers?