spotify / XCRemoteCache

Other
830 stars 53 forks source link

Limit integrating CocoaPods to native targets #61

Closed polac24 closed 2 years ago

polac24 commented 2 years ago

CocoaPods plugin was incorrectly trying to integrate into aggregation targets, which don't have compilation steps to cache.

The automation integrator is limiting XCRemoteCache integration to native targets only: https://github.com/spotify/XCRemoteCache/blob/cdddc5bf194045c6860ace14f9c8cf7d4da5185e/Sources/XCRemoteCache/Commands/Prepare/Integrate/XcodeProjIntegrate.swift#L185

Fixes #60