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

Carthage Installation (RxSwift Error) #180

Open
AdautoP opened this issue Jun 26, 2020 · 2 comments
Open

Carthage Installation (RxSwift Error) #180

AdautoP opened this issue Jun 26, 2020 · 2 comments
Assignees

Comments

@AdautoP
Copy link

AdautoP commented Jun 26, 2020

im getting this error when running carthage update

Screen Shot 2020-06-26 at 11 13 40

also here is the log

error: Build input file cannot be found: '/Users/adauto.pinheiro/Desktop/CodeSample/Carthage/Checkouts/XCoordinator/.build/checkouts/RxSwift/Sources/RxSwift/String+Rx.swift' (in target 'RxSwift' from project 'XCoordinator')

** ARCHIVE FAILED **


The following build commands failed:
	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(1 failure)

It's my first time trying to use Carthage, so i don't have a lot of knowledge of what's happening.

@pauljohanneskraft
Copy link
Collaborator

Unfortunately, you will need to specify the platform to build for as iOS, i.e. running carthage update --platform iOS and sometimes building fails randomly due to the random order of targets to build - I sadly could not resolve these two issues yet, since I'm not too familiar with Carthage myself. Please let me know if this resolves your issue - thanks!

@pauljohanneskraft pauljohanneskraft self-assigned this Jun 26, 2020
@AdautoP
Copy link
Author

AdautoP commented Jun 26, 2020

Unfortunately, you will need to specify the platform to build for as iOS, i.e. running carthage update --platform iOS and sometimes building fails randomly due to the random order of targets to build - I sadly could not resolve these two issues yet, since I'm not too familiar with Carthage myself. Please let me know if this resolves your issue - thanks!

I tried, did not work. Seems to exist an open PR fixing this issue: Fix

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

2 participants