Using a storyboard reference to a storyboard in a different project/bundle appears broken
问题 Now, I have a workspace which have two project inside, one is call "ProjectOne" and the other is "ProjectTwo" as follow: They have a storyboard respectively and now I want to connect two storyboard by pressing the "To Project Two" as follow: but when I click the button, it show "Terminating app due to uncaught exception 'NSInvalidArgumentException', >reason: 'Could not find a storyboard named 'two' in bundle NSBundle 8C6A5FDC9E06/ProjectOne.app> (loaded)'" Is it possible to do that? I seeking