If I don't need e.g. `FirebaseAuth`, how can I remove unused Pods dependencies? Currently I commented out FirebaseAuth in my `Podfile` and rerun `pod install`, which removed FirebaseAuth, however Xcode throws me the following error: <img width="260" alt="screen shot 2016-10-06 at 20 15 48" src="https://cloud.githubusercontent.com/assets/4658706/19164798/bdb1d64e-8c01-11e6-8dcc-919fdbbbb80b.png"> Please help :) Thank you !