react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        The 'Pods-vlcTest' target has frameworks with conflicting names: mobilevlckit.framework.
This error occurred when I executed pod install when I was running the sample project The 'Pods-vlcTest' target has frameworks with conflicting names: mobilevlckit.framework.
Can you please try a changing the version number to a version back. Because I merged someone else’s pull request without testing it
On Mon, 12 Oct 2020 at 2:07 AM, edison-fe-html [email protected] wrote:
This error occurred when I executed pod install when I was running the sample project The 'Pods-vlcTest' target has frameworks with conflicting names: mobilevlckit.framework.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razorRun/react-native-vlc-media-player/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EHEK2C7NQTREEROCTLSKGU2TANCNFSM4SLYK2NA .
I tried to create a new project and execute it according to the readme but got this error:
Unable to resolve module @react-native-community/toolbar-android from node_modules/react-native-vector-icons/lib/toolbar-android.js: @react-native-community/toolbar-android could not be found within the project.
How did you use it in version 0.61.5. Could you please elaborate on how to install and use it in an existing project? Thank you very much.
 
                                    
                                    
                                    
                                
What is RN version you are on?
0.61.5
Go to node_modules -> react-native-svg -> ios -> utils -> RNSVGPathMeasure.m -> search for "distance" and replace all occurrences(total 6) with any other name like "kDistance".
This is only way you can fix this.