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,
Thanks for library, is very useful.
I have a problem when deploy on device. Work perfectly on iPhone simulator.
when execution arrive at this instruction var iconGenerator = new GMUDefaultClusterIconGenerator();
is displayed this error:
Attempting to JIT compile method 'GMCluster.GMUDefaultClusterIconGenerator:.ctor ()' while running in aot-only mode. See https://developer.xamarin.com/guides/ios/advanced_topics/limitations/ for more information.
Do you have any idea to resolve this problem?
Thanks. Luca
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for library, is very useful.
I have a problem when deploy on device. Work perfectly on iPhone simulator.
when execution arrive at this instruction
var iconGenerator = new GMUDefaultClusterIconGenerator();
is displayed this error:
Attempting to JIT compile method 'GMCluster.GMUDefaultClusterIconGenerator:.ctor ()' while running in aot-only mode. See https://developer.xamarin.com/guides/ios/advanced_topics/limitations/ for more information.
Do you have any idea to resolve this problem?
Thanks.
Luca
The text was updated successfully, but these errors were encountered: