Chapter 23: Cannot build Mac Tweetie app

Hi everyone,
I’m trying to build macOS Tweetie app however I got messages “No such module RxSwfit”.
I though that Podfile may not be prepared for macOS, so I have changed the line:

target 'MacTweetie' do
end

to version with ‘platform’, such as:

target 'MacTweetie' do
    platform :osx, '10.14'
end

However still nothing. What do I do wrong?

@bddrumsoft Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.