SysdataSpA/R.objc

Duplicatating RLaunchScreen

yurikoles opened this issue · 5 comments

@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.

Do you have two storyboards with the same name (LaunchScreen.storyboard) in you project?

No, I have only one, but with localization.

2018-07-23 18 51 18

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

@guidosabatini-sysdata I had sent a PR #14 to address this issue for beginners.

In my case it was Pods :(