Carthage for macOS
fabianmuecke opened this issue · 1 comments
fabianmuecke commented
I'm trying to add RxFeedback to my macOS App using Carthage and getting a build error when running carthage update RxFeedback --platform Mac
error: Building for macOS, but the linked framework 'RxCocoa.framework' was built for iOS + iOS Simulator. (in target 'RxFeedback' from project 'RxFeedback')
error: Building for macOS, but the linked framework 'RxSwift.framework' was built for iOS + iOS Simulator. (in target 'RxFeedback' from project 'RxFeedback')
Could you give me a hint as to what I'm doing wrong or have a look to see if this is a bug?
kzaher commented
Probably a bug with Carthage and include paths.
… On 13 May 2020, at 17:25, Fabian Mücke ***@***.***> wrote:
I'm trying to add RxFeedback to my macOS App using Carthage and getting a build error when running carthage update RxFeedback --platform Mac
error: Building for macOS, but the linked framework 'RxCocoa.framework' was built for iOS + iOS Simulator. (in target 'RxFeedback' from project 'RxFeedback')
error: Building for macOS, but the linked framework 'RxSwift.framework' was built for iOS + iOS Simulator. (in target 'RxFeedback' from project 'RxFeedback')
Could you give me a hint as to what I'm doing wrong or have a look to see if this is a bug?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.