Home IOS Development ios – The right way to not set up the particular dependency?

ios – The right way to not set up the particular dependency?

0
ios – The right way to not set up the particular dependency?

[ad_1]

I am putting in pod ‘Firebase/MLVisionTextModel’, pod ‘Firebase/MLVision’, and these pods are putting in some dependencies additionally
I need to not set up firebaseCore and FirebaseCoreDiagnostics dependency, how can I limit these?

post_install do |installer|
installer.pods_project.targets.every do |goal|
    if goal.identify == 'FirebaseCore' || goal.identify == 'FirebaseCoreDiagnostics'
      goal.remove_from_project
    finish
  finish
finish

I attempted this, but it surely did not assist me.

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here