Duplicatating RLaunchScreen
yurikoles opened this issue · 5 comments
yurikoles commented
@interface RLaunchScreen: NSObject
- (__kindof UIViewController*)instantiateInitialViewController;
@end
@interface RLaunchScreen: NSObject
- (__kindof UIViewController*)instantiateInitialViewController;
@end
@interface RStoryboards: NSObject
- (RProfile*)profile;
- (RLaunchScreen*)launchScreen;
- (RMain*)main;
- (RLaunchScreen*)launchScreen;
- (RLaunchScreen*)launchScreen;
@end
Similar duplication is in R.m.
guidosabatini-sysdata commented
Do you have two storyboards with the same name (LaunchScreen.storyboard) in you project?
yurikoles commented
guidosabatini-sysdata commented
I tried your case but no problems appeared. Could you please check in the filesystem if there are more than one storyboards with the same LaunchScreen name?
R.objc doesn't check on project files but directly on filesystem: they could be here but not in the project
yurikoles commented
@guidosabatini-sysdata I had sent a PR #14 to address this issue for beginners.
yurikoles commented
In my case it was Pods :(