spotify / XCRemoteCache

Other
825 stars 50 forks source link

[WatchOS] 'Producer' mode failed with static framework #184

Closed canhth closed 1 year ago

canhth commented 1 year ago

My integration setup

[ x ] CocoaPods cocoapods-xcremotecache plugin

Expected/desired behavior

Minimal reproduction of the problem with instructions

Producer Logs

Screen Shot 2023-03-06 at 20 14 36
 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

polac24 commented 1 year ago

Thanks, it took me a while to create a reliable E2E test to cover that. #185 should fix that.