IKEDA Sho

Results 53 comments of IKEDA Sho

Yes, since you are deleting `Carthage` directory at all, Carthage can't find any cached builds. So this is the expected behavior.

> I tought that this issue and #2449 are the same No they aren't. 1: Moving contents in a zip file to `Carthage/Checkouts`, and 2: the issue that binary depndencies...

It appears now that this is a duplicate of #803.

There is a ongoing PR #2333.

> I believe at least cloning of these submodules can be optimized. Pull requests are welcome! 😃

Are you sure that your access token has `repo` or `public_repo` scope?

https://github.com/Carthage/Carthage/blob/1c3e23a3dffc7f19ccd6dd8073454bb39fdfafa5/Source/CarthageKit/Project.swift#L632-L644 If an authenticated request fails (maybe due to the lack of `repo` or `public_repo` scope), we fallback to an un-authenticated request.

I'm not sure about this without an example project. Would you mind providing one?

__TL;DR:__ This should be your project setting issue. There are two things I'd like to note: - Even if you are referencing / linking to and embedding `Carthage/Build/iOS/Himotoki.framework`, why do...