We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have problem building this code below with Distribution Environment.
[initializer setSelector:@selector(initWithNegatedPaths:)]; [initializer injectWithCollection:^(TyphoonParameterInjectedAsCollection *collection) { ... [collection addItemWithText:@"message/*" requiredType:[NSString class]]; [collection addItemWithText:@"badge/v10" requiredType:[NSString class]];
It is working find with Debug, but in Distribution, the collection is nil when it called initWithNegatedPaths:
collection
initWithNegatedPaths:
This cause the app crash.
Information:
Best Regards,
The text was updated successfully, but these errors were encountered:
Hmmm sounds like a bug.
However, this version of Typhoon is very old. We strongly recommend that you upgrade.
Given time constraints, it is difficult to support old versions, especially as the bug as likely to be fixed in a later version.
Its quite easy to upgrade to Typhoon 2.x. Here's how to inject collections in 2.x: https://github.com/typhoon-framework/Typhoon/wiki/Types-of-Injections#injecting-collections
Sorry, something went wrong.
Thank you, I will upgrade to the latest version.
Closed means OK now?
Yes, That is okay when I update to version 1.8.1
No branches or pull requests
I have problem building this code below with Distribution Environment.
It is working find with Debug, but in Distribution, the
collection
is nil when it calledinitWithNegatedPaths:
This cause the app crash.
Information:
Best Regards,
The text was updated successfully, but these errors were encountered: