react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

The 'Pods-vlcTest' target has frameworks with conflicting names: mobilevlckit.framework.

Open edison-fe-html opened this issue 5 years ago • 7 comments

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.

edison-fe-html avatar Oct 11 '20 13:10 edison-fe-html

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 .

razorRun avatar Oct 11 '20 17:10 razorRun

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.

edison-fe-html avatar Oct 12 '20 02:10 edison-fe-html

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.

edison-fe-html avatar Oct 12 '20 02:10 edison-fe-html

截屏2020-10-12 上午9 46 11

edison-fe-html avatar Oct 12 '20 02:10 edison-fe-html

What is RN version you are on?

razorRun avatar Oct 21 '20 21:10 razorRun

0.61.5

edison-fe-html avatar Oct 28 '20 14:10 edison-fe-html

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.

rahulsaps29 avatar Nov 24 '20 06:11 rahulsaps29