oOEric
oOEric

Reputation: 1079

Add many frameworks to Xcode at once

When I want to install a 3rd party library, it requires me to add many frameworks (in targets ->Build Phases -> Link Binary With Libraries)

Now I can add framework one by one using plus button. But how can I add many libraries at once so I don't need to click the plus button again and again?

Upvotes: 1

Views: 106

Answers (1)

Pawan Sharma
Pawan Sharma

Reputation: 3334

Just select click on multiple frameworks listed by holding down the cmd key on your keyboard. If you want to select the range of frameworks simply click over 1st framework in range hold down the shift key and click over the last framework in range.

Please find the solution in screenshot:

enter image description here

https://i.sstatic.net/FQEoz.png

enter image description here

Upvotes: 1

Related Questions