Reputation: 1079
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
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:
https://i.sstatic.net/FQEoz.png
Upvotes: 1