sindresorhus / Settings

⚙ Add a settings window to your macOS app in minutes
MIT License
1.43k stars 100 forks source link

Carthage integration does not work #30

Closed Mortennn closed 5 years ago

Mortennn commented 5 years ago

Creating a clean project and integrating Preferences with Carthage does not work.

Here is the project used for testing. test.zip

sindresorhus commented 5 years ago

The test project you have provided is not using Carthage.

It also seems like you're using master branch and not the latest version. Note that the master has a different API from the latest release. If you install from Carthage, you probably want https://github.com/sindresorhus/Preferences/tree/v0.2.1#usage instead.

Mortennn commented 5 years ago

I was using the master branch.

Thank you 👍