You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected/desired behavior
How to use XCRemoteCache with Swift Package Manager (SPM)?
XCRemoteCache does not officially support Swift Package Manager (SPM) as a first-class integration. XCRemoteCache is primarily designed to work with Xcode targets that are part of an .xcodeproj or .xcworkspace.
Want to know weather XCRemote cache support SPM for these use cases
That tool was implemented before Xcode's SPM integration so the readme statement refers to the Package.swift scenario.
However, from what I remember, Xcode's flow was also not covered, as SPM doesn't allow overriding build settings (there is no such a concept there). The only workaround would be starting Xcode with custom args that are passed to the SPM, but that is very hacky.
To answer the question: XCRemoteCache will only work with targets that are defined in .xcodeproj, not those referenced via SPM.
Expected/desired behavior
How to use XCRemoteCache with Swift Package Manager (SPM)?
XCRemoteCache does not officially support Swift Package Manager (SPM) as a first-class integration. XCRemoteCache is primarily designed to work with Xcode targets that are part of an .xcodeproj or .xcworkspace.
Want to know weather XCRemote cache support SPM for these use cases
Relevant integration setup
[ ] CocoaPods cocoapods-xcremotecache plugin
[ ] Automatic integration using
xcprepare integrate ...
[ ] Manual integration
[ ] Carthage
The text was updated successfully, but these errors were encountered: