Skip to content
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

TyphoonAssemblyActivator should activate collaborators #327

Closed
jasperblues opened this issue Mar 16, 2015 · 0 comments
Closed

TyphoonAssemblyActivator should activate collaborators #327

jasperblues opened this issue Mar 16, 2015 · 0 comments

Comments

@jasperblues
Copy link
Member

This fails:

 ApplicationAssembly *assembly = [ApplicationAssembly assembly];

    [[TyphoonAssemblyActivator withAssemblies:@[
        assembly,
        [CoreComponents assembly],
        [NetworkComponents assembly]]] activate];

    _sessionManager = [assembly.coreComponents sessionManager];   <— This fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants