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
If we have a plugin, valid only for android platform:
"nativescript": { "platforms": { "android": "2.0.0" } }
tns prepare ios says "acra-telerik-analytics is not supported for ios", but all the content (aar files) are copied to native ios project
Workaround:
Adding ios key:
"nativescript": { "platforms": { "android": "2.0.0", "ios": "2.0.0" } },
results in "Successfully prepared plugin acra-telerik-analytics for ios." and no aars in platform/ios
Notes: https://github.com/NativeScript/acra-telerik-analytics easily reproduce the bug.
The text was updated successfully, but these errors were encountered:
Partially fixed -> platform folder is not copied, but platform specific js files are not processed.
Sorry, something went wrong.
tzraikov
No branches or pull requests
If we have a plugin, valid only for android platform:
tns prepare ios says "acra-telerik-analytics is not supported for ios", but all the content (aar files) are copied to native ios project
Workaround:
Adding ios key:
results in "Successfully prepared plugin acra-telerik-analytics for ios." and no aars in platform/ios
Notes:
https://github.com/NativeScript/acra-telerik-analytics easily reproduce the bug.
The text was updated successfully, but these errors were encountered: