microsoft / FluentDarkModeKit

A library for backporting Dark Mode in iOS
MIT License
1.63k stars 125 forks source link

Project does not build once added. #72

Closed oswaldt closed 4 years ago

oswaldt commented 4 years ago

I get the following error when building my app. In the file DarkModeCore/UIColor+DarkModeKit.h

import <FluentDarkModeKit/DMNamespace.h> is not found.

Screen Shot 2020-06-06 at 2 59 00 PM
karanokk commented 4 years ago

69 already fixed. new version not released yet

Add to SPM by using master branch (commit ae1f137759a33fc397367fa4e951800145b579a7)

icodesign commented 4 years ago

Thanks @karanokk.

@oswaldt I've published a new release (0.5.2). Should be able to work now. Let me know if there's still an issue.