My integration setup
[ x ] CocoaPods cocoapods-xcremotecache plugin
Expected/desired behavior
- My project has integrated with XCRemoteCache for a long time, recently my project supported a new WatchOS target.
And it breaks our producer build now.
- Based on the error logs, seems we don't support static framework for the WatchOS target? Or any configuration that we missed to support this?
Minimal reproduction of the problem with instructions

Producer Logs

Details
error: Unsupported mode. Args: ["/Users/canhtran/Downloads/nestedCocoapodsSample-main/XCRC/xclibtool", "-static", "/Users/canhtran/Library/Developer/Xcode/DerivedData/Proj-ddwudvagaucednbjyqrkycaooyex/Build/Intermediates.noindex/SwiftyRSA.build/Debug-watchsimulator/SwiftyRSA-watchOS.build/Objects-normal/arm64/Binary/SwiftyRSA", "/Users/canhtran/Library/Developer/Xcode/DerivedData/Proj-ddwudvagaucednbjyqrkycaooyex/Build/Intermediates.noindex/SwiftyRSA.build/Debug-watchsimulator/SwiftyRSA-watchOS.build/Objects-normal/i386/Binary/SwiftyRSA", "/Users/canhtran/Library/Developer/Xcode/DerivedData/Proj-ddwudvagaucednbjyqrkycaooyex/Build/Intermediates.noindex/SwiftyRSA.build/Debug-watchsimulator/SwiftyRSA-watchOS.build/Objects-normal/x86_64/Binary/SwiftyRSA", "-o", "/Users/canhtran/Library/Developer/Xcode/DerivedData/Proj-ddwudvagaucednbjyqrkycaooyex/Build/Products/Debug-watchsimulator/SwiftyRSA-watchOS/SwiftyRSA.framework/SwiftyRSA"]
Others
My integration setup
[ x ] CocoaPods cocoapods-xcremotecache plugin
Expected/desired behavior
And it breaks our producer build now.
Minimal reproduction of the problem with instructions
https://github.com/canhth/reproduce-xcremote-cache-issue
XCLibtoolMain.swift:Producer Logs
Details
Others