Skip to content

Comments

Swift package manager support + compile from command line#5

Open
mrtj wants to merge 2 commits intoReactiveKit:masterfrom
mrtj:master
Open

Swift package manager support + compile from command line#5
mrtj wants to merge 2 commits intoReactiveKit:masterfrom
mrtj:master

Conversation

@mrtj
Copy link

@mrtj mrtj commented Feb 7, 2017

Fixes #4

// THE SOFTWARE.
//

import Cocoa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? I don't think it will compile in iOS targets.

@mrtj
Copy link
Author

mrtj commented Feb 8, 2017

import Cocoa is needed only if you compile the project for macOS platform; without it the compiler laments with "use of undeclared type 'NSError'" type errors. Sorry for not checking the build break on iOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants