AbobosSoftware / cordova-plugin-brother-label-printer

Cordova and Capacitor plugin for Bother Label Printers
MIT License
10 stars 16 forks source link

The 'Pods-App' target has frameworks conflicting names: brlmprinterkit.framework. #51

Closed kieranbarlow closed 1 year ago

kieranbarlow commented 1 year ago

Trying to use this plugin in a CapacitorJs project,

Environment:

Steps to reproduce:

npm install cordova-plugin-brother-label-printer
npx cap sync

Error The 'Pods-App' target has frameworks with conflicting names: brlmprinterkit.framework.

arcadius commented 1 year ago

Hello @kieranbarlow . Thanks for reporting this issue. It may not be very specific to this plugin. Many entries come when you Google for The 'Pods-App' target has frameworks with conflicting names

kieranbarlow commented 1 year ago

Ok I'll raise the issue with Capacitor - might be worth keeping this open until I find out more because more and more are using CapacitorJs over Cordova.

arcadius commented 1 year ago

Hello @kieranbarlow Yesterday, I had this same issue and I was not able to build my project for iOS. The new version 1.7.0 has just been released and it works now with Capacitor 4

Thanks for reporting this.