Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upViewController placeholder (Storyboard reference) in Storyboard with implicit module is not supported #409
Comments
|
So if you ignore the R.swift warning and run the project without giving the |
|
R.swift will skip the offending segue if |
|
Okay so, not filling in the storyboard name would mean you use a storyboard reference to reference to the current storyboard you're in. Also not filling the So I think it could indeed be considered a bug that a segue to an "empty" storyboard reference is ignored. We should fallback to the same defaults as Apple does in UIKit. |


A
<viewControllerPlaceholder>in a storyboard without explicit storyboard causeswarning: [R.swift] Destination view controller with id 1QH-mG-fNL for segue ShowStatistic in StatisticViewController not found in storyboard Statistics. Is this storyboard corrupt?Explicitly setting
storyboardNameon<viewControllerPlaceholder>fixes this: