Chi Zhang
Chi Zhang
The issue is that the FilterProvider path in Tool/Assets is `android:authorities="${applicationId}.fileprovider"` [code](https://github.com/NativeScript/plugins/blob/ad90bd4b6d3e749b2d400c5e936b2a1b712665be/tools/assets/App_Resources/Android/src/main/AndroidManifest.xml#L35) it does not match the one defined in the package `android:authorities="${applicationId}.provider"` [code](https://github.com/NativeScript/plugins/blob/ad90bd4b6d3e749b2d400c5e936b2a1b712665be/packages/social-share/platforms/android/AndroidManifest.xml#L6) In the source code, it use...
Issue: failed to build after installing nativescript-camera-plus if already installed nativescript-imagepicker , this is the error: ``` [!] There are multiple dependencies with different sources for `QBImagePickerController` in `Podfile`: -...