skip to Main Content

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://phpout.com/wp-content/uploads/2023/09/mcSCR.png)

xcode turn on / off
but nothing happens

2

Answers


  1. If you can’t find the package in the "Swift Packages" tab:

    • Check the project files directly: the package was not added through Xcode’s package manager. In that case, you can always check the project files directly (e.g.,.xcodeproj or .xcworkspace files) for any references to the package and you can remove them manually.
    • Check projects source code and build settings: ensure that the package has been properly removed from your project’s source code and build settings.

    I hope it helps.

    Login or Signup to reply.
  2. 1.select your project

    2.tab Package Dependencies

    3.select package and remove it

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search