-
Notifications
You must be signed in to change notification settings - Fork 269
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
Injected property is nil #539
Comments
Your code looks correct from first sight.
|
Tried first three and still getting nil. MainVCAssembly *assembly=(MainVCAssembly*)[[self.controllersAssembly activated] mainViewControllerAssembly]; threfore it's unrecognized selector sent to instance |
That's ok
Because you should pass collaborating assemblies inside activation. See |
Ah, you are right regarding "threfore it's unrecognized selector sent to instance". Latest pull request broke that branch. |
Hi
I'm getting a nil property after injection. Here is my code:
UserDataServiceImplementation is injected successfuly.
But when injecting an operationsAssembly in userDataService
i'm getting a nil in setter
The text was updated successfully, but these errors were encountered: