Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compilation via Carthage #159

Open
Droppix opened this issue Dec 10, 2021 · 2 comments
Open

Error compilation via Carthage #159

Droppix opened this issue Dec 10, 2021 · 2 comments

Comments

@Droppix
Copy link

Droppix commented Dec 10, 2021

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)
@wxxsw
Copy link
Owner

wxxsw commented Dec 13, 2021

Fixed, please update to 0.6.4 version.

@jaseelop
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants