[Cocoapods] Ensure the source build phase exist before enabling xcrc by polac24 · Pull Request #218 · spotify/XCRemoteCache
Instead of calling Xcodeproj's source_build_phase, which creates a phase if it doesn't exist, try to find it manually.
There will be no warnings, as having a "side" target that doesn't compile anything is completely legit and it is expected that XCRemoteCache just ignores it.
Fixes #217