wxxsw / SwiftTheme

🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error compilation via Carthage

Droppix opened this issue · comments

Hi,

I try with last version of Carthage (0.38.0) (cache clean)...
github "wxxsw/SwiftTheme" ~> 0.6.3 : "ThemeTabBarAppearancePicker"

ld+PlaceholderAttributes.bc -o /Users/robertjuzyna/Library/Caches/org.carthage.CarthageKit/DerivedData/13.1_13A1030d/SwiftTheme/0.6.3/Build/Intermediates.noindex/ArchiveIntermediates/SwiftTheme/IntermediateBuildFilesPath/SwiftTheme.build/Release-iphoneos/SwiftTheme.build/Objects-normal/arm64/ThemeColorPicker.bc
/Users/robertjuzyna/Dev/Obvious21/client/Common/iOS/Carthage/Checkouts/SwiftTheme/Sources/UIKit+Theme.swift:134:35: error: cannot find type 'ThemeTabBarAppearancePicker' in scope
    var theme_standardAppearance: ThemeTabBarAppearancePicker? {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/robertjuzyna/Dev/Obvious21/client/Common/iOS/Carthage/Checkouts/SwiftTheme/Sources/UIKit+Theme.swift:139:34: error: cannot find type 'ThemeTabBarAppearancePicker' in scope
    var theme_compactAppearance: ThemeTabBarAppearancePicker? {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/robertjuzyna/Dev/Obvious21/client/Common/iOS/Carthage/Checkouts/SwiftTheme/Sources/UIKit+Theme.swift:144:37: error: cannot find type 'ThemeTabBarAppearancePicker' in scope
    var theme_scrollEdgeAppearance: ThemeTabBarAppearancePicker? {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~

** ARCHIVE FAILED **


The following build commands failed:
	CompileSwift normal armv7 (in target 'SwiftTheme' from project 'SwiftTheme')
	CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler (in target 'SwiftTheme' from project 'SwiftTheme')
	CompileSwift normal arm64 (in target 'SwiftTheme' from project 'SwiftTheme')
	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftTheme' from project 'SwiftTheme')
(4 failures)
commented

Fixed, please update to 0.6.4 version.

Fixed, please update to 0.6.4 version.
There is no example given for CAgradientLayer. themecolors using plist method.
Could you please tell how to work for CAGradientLayer colors..