moozzyk / SignalR-Client-Swift

Swift SignalR Client for Asp.Net Core SignalR server
MIT License
351 stars 132 forks source link

Dependency "SignalR-Client-Swift" has no shared framework schemes for any of the platforms #267

Open TheTigerBlack58 opened 1 year ago

TheTigerBlack58 commented 1 year ago

Hi,

I tried to compile the latest versión with carthage using those commands

Carfile github "moozzyk/SignalR-Client-Swift" "0.9.1"

carthage update carthage update --use-xcframeworks

Both of them says 'Dependency "SignalR-Client-Swift" has no shared framework schemes for any of the platforms' and its not possible to compile it. Trace

Checking out SignalR-Client-Swift at "0.9.1" xcodebuild output can be found in /var/folders/carthage-xcodebuild.WvWrRD.log *** Skipped building SignalR-Client-Swift due to the error: Dependency "SignalR-Client-Swift" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/moozzyk/SignalR-Client-Swift/issues/new


Those commands works well when using version 0.9.0. Cartfile github "moozzyk/SignalR-Client-Swift" "0.9.0"

Regards

moozzyk commented 1 year ago

Thanks for the report. I haven't tried Carthage in quite a long time so it is plausible it is not working.