You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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..
Hi,
I try with last version of Carthage (0.38.0) (cache clean)...
github "wxxsw/SwiftTheme" ~> 0.6.3 : "ThemeTabBarAppearancePicker"
The text was updated successfully, but these errors were encountered: