0
votes

I am creating so many new projects on Xcode in a day. I got tired of putting necessary frameworks for each project every time.

So can we change the default framework list in Build Phases -> Link Binary With Libraries?

If it is possible, can we also add frameworks to that default framework list from outside of Xcode?

For example:

enter image description here

1

1 Answers

0
votes

I couldn't find a direct solution to edit default framework list of Xcode, but a temporary solution that I found is to edit Search Paths under Build Settings

enter image description here