Closed amsibsam closed 3 years ago
Background Problem: Got an error
error: Building for tvOS, but the linked framework 'CocoaAsyncSocket.framework' was built for macOS. (in target 'CocoaMQTT' from project 'CocoaMQTT')
When running carthage update --platform iOS
carthage update --platform iOS
related issue https://github.com/emqx/CocoaMQTT/issues/324
Suggested Solution: Add iOS, Mac, and tvOS platform support for carthage
How to test: make sure carthage update --platform [iOS/Mac/tvOS] success
carthage update --platform [iOS/Mac/tvOS]
Cool @amsibsam Thanks for your contribution
Background Problem: Got an error
error: Building for tvOS, but the linked framework 'CocoaAsyncSocket.framework' was built for macOS. (in target 'CocoaMQTT' from project 'CocoaMQTT')
When running
carthage update --platform iOS
related issue https://github.com/emqx/CocoaMQTT/issues/324
Suggested Solution: Add iOS, Mac, and tvOS platform support for carthage
How to test: make sure
carthage update --platform [iOS/Mac/tvOS]
success