Anybody have a better solution for this: I have a MPP library for Andoird/iOS, using Cocoapods to hook into my Xcode project. If they framework is not already built when I do ‘pod update’ then the Xcode build will fail. I then need to quit, run pod update again and then load the project again. There ought to be a better way…