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
Hi all,
I'm getting the following error when compiling for iOS:
Incompatible block pointer types sending 'void (^)(BranchLastAttributedTouchData * _Nullable __strong)' to parameter of type 'void (^ _Nonnull)(BranchLastAttributedTouchData * _Nullable __strong, NSError * _Nullable __strong)'
The plugin version is 4.2.3. Any ideas?
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. Working on a fix.
This is what that line should have been.
[branch lastAttributedTouchDataWithAttributionWindow:30 completion:^(BranchLastAttributedTouchData * _Nullable latd, NSError * _Nullable error) {
Sorry, something went wrong.
This should be fixed in the 4.2.4 patch release.
No branches or pull requests
Hi all,
I'm getting the following error when compiling for iOS:
Incompatible block pointer types sending 'void (^)(BranchLastAttributedTouchData * _Nullable __strong)' to parameter of type 'void (^ _Nonnull)(BranchLastAttributedTouchData * _Nullable __strong, NSError * _Nullable __strong)'
The plugin version is 4.2.3. Any ideas?
The text was updated successfully, but these errors were encountered: