How to remove unwanted frameworks from xcode project

pooja_1205

I have some unused frameworks in my xcode project.I want to remove those frameworks from the project. I tried deleting the framework but that deletes the framework from the entire xcode.Can anyone please tell me how to remove the framework only from the project not not the entire xcode

Michael Dautermann

Simply select the framework you want to delete in your list of frameworks in your Xcode project (which you see I've done on the left side of my Test project) and you should see this dialog when you click the "delete" key:

delete confirmation Just click the remove reference button.

Do NOT click the "Move To Trash" button, or else you'll get the nasty surprise of losing frameworks out of your installed copy of Xcode.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Swift Xcode cant remove Embedded binaries / Linked frameworks and libraries from project

From Dev

How to remove unused Images from Xcode Project?

From Dev

How to remove unused images from an Xcode project

From Dev

xcode remove repository from project

From Dev

Remove Warnings from Xcode project

From Dev

How to remove unwanted tags from XML

From Dev

How to remove unwanted space from Ionic popover

From Dev

How to remove remaining unwanted char from a string

From Dev

How to remove unwanted elements from a paragraph in jQuery

From Dev

how to remove unwanted characters from string in PHP

From Dev

How to remove unwanted languages from django oscar?

From Dev

How to remove unwanted file from git

From Dev

How to remove the unwanted nested keys from JSON

From Dev

Is it safe to delete unused Parse frameworks from an Xcode project?

From Dev

How to Remove GIT version control from XCode 5 Project

From Dev

How to add and remove an existing custom keyboard extension to and from a Xcode project?

From Dev

How to remove apple Watch app from existing Xcode project?

From Dev

How to remove one of the cocoa pods plugin from Xcode project

From Dev

How to add and remove an existing custom keyboard extension to and from a Xcode project?

From Dev

Unable to add frameworks in Xcode project

From Dev

How to remove project within project in XCode?

From Dev

How to remove unwanted favicon

From Dev

How to remove unwanted characters?

From Dev

Remove unit testing from Xcode project?

From Dev

Remove empty lines from Xcode project

From Dev

Uninstall/remove Carthage from iOS/Xcode project?

From Dev

How to remove unwanted character from string in Google sheet

From Dev

how to remove unwanted html tags from tinymce 4.0.6

From Dev

How do I remove an unwanted location from Modern UI Weather?

Related Related

  1. 1

    Swift Xcode cant remove Embedded binaries / Linked frameworks and libraries from project

  2. 2

    How to remove unused Images from Xcode Project?

  3. 3

    How to remove unused images from an Xcode project

  4. 4

    xcode remove repository from project

  5. 5

    Remove Warnings from Xcode project

  6. 6

    How to remove unwanted tags from XML

  7. 7

    How to remove unwanted space from Ionic popover

  8. 8

    How to remove remaining unwanted char from a string

  9. 9

    How to remove unwanted elements from a paragraph in jQuery

  10. 10

    how to remove unwanted characters from string in PHP

  11. 11

    How to remove unwanted languages from django oscar?

  12. 12

    How to remove unwanted file from git

  13. 13

    How to remove the unwanted nested keys from JSON

  14. 14

    Is it safe to delete unused Parse frameworks from an Xcode project?

  15. 15

    How to Remove GIT version control from XCode 5 Project

  16. 16

    How to add and remove an existing custom keyboard extension to and from a Xcode project?

  17. 17

    How to remove apple Watch app from existing Xcode project?

  18. 18

    How to remove one of the cocoa pods plugin from Xcode project

  19. 19

    How to add and remove an existing custom keyboard extension to and from a Xcode project?

  20. 20

    Unable to add frameworks in Xcode project

  21. 21

    How to remove project within project in XCode?

  22. 22

    How to remove unwanted favicon

  23. 23

    How to remove unwanted characters?

  24. 24

    Remove unit testing from Xcode project?

  25. 25

    Remove empty lines from Xcode project

  26. 26

    Uninstall/remove Carthage from iOS/Xcode project?

  27. 27

    How to remove unwanted character from string in Google sheet

  28. 28

    how to remove unwanted html tags from tinymce 4.0.6

  29. 29

    How do I remove an unwanted location from Modern UI Weather?

HotTag

Archive