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)
Hi,
I try with last version of Carthage (0.38.0) (cache clean)...
github "wxxsw/SwiftTheme" ~> 0.6.3 : "ThemeTabBarAppearancePicker"