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'm trying to setup intelligence package on my application, but I'm having some issues.
I'm out of ideas, I can't get this working. This is the error I get:
// intelligence-0.1.0/ios/Classes/IntelligenceSearchableItems.swift Cannot find type 'IndexedEntity' in scope
And I can see in this file that it's marked with @available(iOS 18.0, *)
@available(iOS 18.0, *)
The text was updated successfully, but these errors were encountered:
Please provide the output of the flutter doctor command here
flutter doctor
Sorry, something went wrong.
This maybe a very silly suggestion, but try setting the minimum ios version to 18.0, or have you already tried?
and change the minimum version in the xcode, not in the podfile, because xcode somehow overrides it, in my experience.
This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.
No branches or pull requests
I'm trying to setup intelligence package on my application, but I'm having some issues.
I'm out of ideas, I can't get this working.
This is the error I get:
And I can see in this file that it's marked with
@available(iOS 18.0, *)
The text was updated successfully, but these errors were encountered: