Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want delete a Package in my iOS project

Tags:

xcode

ios

i add package once! but since that i dont need that package so i try to delete that i can not delete!! many friends told me you can delete in Package Dependencies and click "-" but i cant find my package what i added.....

Oh! and this thing is keep follow like zombies.......when i create git branch.... in Package.resolved file...

help me plz

enter image description here [enter image description here](https://i.sstatic.net/mcSCR.png)

xcode turn on / off but nothing happens

like image 724
Youngmin Yun Avatar asked Oct 30 '25 02:10

Youngmin Yun


1 Answers

To remove package dependancies from your project follow below steps.

  1. Click on Project Name
  2. Select your project ( not target )
  3. Choose package dependencies tab
  4. Click on package which you want to remove
  5. Click on - button

plz check screenshot for ref

enter image description here

like image 77
Bhimashankar Avatar answered Oct 31 '25 17:10

Bhimashankar