-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash while injecting #79
Comments
@pavm035 you think you could provide me with an example project so that I can reproduce this and work on a fix? |
@zenangst Sorry It's my actual product but in example project it works fine i wonder this may not work with generics and default parameters methods |
Hi, try removing the “injected()” method on this class and using “INJECTION_BUNDLE_NOTIFICATION” instead. This disables the “sweep” for instances of classes being injected which is not always reliable. |
Hey @pavm035, could you try this new version of https://www.dropbox.com/s/7stoecnf6uubno1/InjectionIII%20-%201.4%20Preview%202.zip?dl=0 |
Hello,I have the same problem. |
MyProject/View/Bookmark/ItemBookmarkViewController.swift ***
objc[35468]: Class _TtC13MyProject26ItemBookmarkViewController is implemented in both ?? (0x7fea8302aa10) and ?? (0x7fea83b52010). One of the two will be used. Which one is undefined.
Injected 'MyProject.ItemBookmarkViewController'
The text was updated successfully, but these errors were encountered: