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

Build errors: missing Lock.swift, Extensions.swift in CXUtility #108

Closed
garvankeeley opened this issue Mar 5, 2021 · 2 comments
Closed

Comments

@garvankeeley
Copy link
Contributor

Seeing errors about missing files building from master:

error: Build input files cannot be found: 'Carthage/Checkouts/CombineX/Sources/CXUtility/Extensions.swift', 'Carthage/Checkouts/CombineX/Sources/CXUtility/Lock.swift' (in target 'CXUtility_iOS' from project 'CombineX-Carthage'
@garvankeeley garvankeeley changed the title Build errors: missing Lock.swift Build errors: missing Lock.swift, Extensions.swift in CXUtility Mar 5, 2021
@ddddxxx
Copy link
Member

ddddxxx commented Mar 6, 2021

Please try fix-carthage branch.

It seems that Carthage and CocoaPods integration are both broken. Now we really need #52. @luoxiu

@garvan-slack
Copy link

Thanks for the suggestion, carthage build --no-skip-current run from the root of the source tree on that branch errors with:

ProductsPath/Release/CXLibc.framework/Modules/module.modulemap:2:10: error: header 'CXLibc-Swift.h' not found
  header "CXLibc-Swift.h"
         ^
CombineX-fix-carthage/Sources/CXUtility/Locking.swift:1:8: error: could not build Objective-C module 'CXLibc'
import CXLibc
       ^

garvankeeley added a commit to garvankeeley/CombineX that referenced this issue Mar 9, 2021
garvankeeley added a commit to garvankeeley/CombineX that referenced this issue Mar 11, 2021
luoxiu pushed a commit that referenced this issue Jun 1, 2021
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