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 was getting errors like this while compiling to ios.
ld: file not found: %ADT_ENV_VAR_68% [exec] Compilation failed while executing : ld64
I found a solution: https://forums.adobe.com/thread/1248260
Just added
<option>-ios_version_min 4.2</option>
to "META-INF\ANE\iPhone-ARM\platform.xml" XML file.
And it works.
The text was updated successfully, but these errors were encountered:
Here is ANE working both Android and iOS (64 bit): https://dl.dropboxusercontent.com/u/47425848/digicrafts.extensions.Rating.ane
Sorry, something went wrong.
@ZwickTheGreat thanks for your build. It works great,
It works both on Android and iOS however, I'm not able to change the default message using Rating.message = "bla bla bla";
No branches or pull requests
I was getting errors like this while compiling to ios.
I found a solution:
https://forums.adobe.com/thread/1248260
Just added
to "META-INF\ANE\iPhone-ARM\platform.xml" XML file.
And it works.
The text was updated successfully, but these errors were encountered: