[GH-ISSUE #112] Carthage can't build 1.18.2 #67

Closed
opened 2026-03-03 19:11:29 +03:00 by kerem · 8 comments
Owner

Originally created by @ttuygun on GitHub (Jul 29, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/112

Originally assigned to: @NghiaTranUIT on GitHub.

I successfully build with 1.18.1 but 1.18.2 can't build with carthage

Console:
xcodebuild timed out while trying to read Atlantis-Example-App.xcodeproj 😭

carthage 0.38.0 (installed with brew to m1 mac)
macOS 12.4
Xcode 13.4.1
Xcode build version: Xcode 13.4.1 Build version 13F100
Command: carthage update --use-xcframeworks --cache-builds

Originally created by @ttuygun on GitHub (Jul 29, 2022). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/112 Originally assigned to: @NghiaTranUIT on GitHub. I successfully build with 1.18.1 but 1.18.2 can't build with carthage Console: xcodebuild timed out while trying to read Atlantis-Example-App.xcodeproj 😭 carthage 0.38.0 (installed with brew to m1 mac) macOS 12.4 Xcode 13.4.1 Xcode build version: Xcode 13.4.1 Build version 13F100 Command: carthage update --use-xcframeworks --cache-builds
kerem closed this issue 2026-03-03 19:11:29 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 31, 2022):

I'm not sure what happened, but I'm able to integrate Atlantis 1.18.1 with Atlantis 🤔

Screen Shot 2022-07-31 at 17 54 01

Maybe you should remove the --cache-builds

<!-- gh-comment-id:1200400115 --> @NghiaTranUIT commented on GitHub (Jul 31, 2022): I'm not sure what happened, but I'm able to integrate Atlantis 1.18.1 with Atlantis 🤔 <img width="889" alt="Screen Shot 2022-07-31 at 17 54 01" src="https://user-images.githubusercontent.com/5878421/182022771-c70aeddb-2e3e-4a49-8489-454025f4e917.png"> ---------- Maybe you should remove the `--cache-builds`
Author
Owner

@ttuygun commented on GitHub (Jul 31, 2022):

OK, I solved it. No specific problem in the tag

<!-- gh-comment-id:1200404294 --> @ttuygun commented on GitHub (Jul 31, 2022): OK, I solved it. No specific problem in the tag
Author
Owner

@JohnnyTseng commented on GitHub (Sep 5, 2022):

@ttuygun Can you share how did you solve it?

<!-- gh-comment-id:1236542447 --> @JohnnyTseng commented on GitHub (Sep 5, 2022): @ttuygun Can you share how did you solve it?
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 5, 2022):

@JohnnyTseng just use the latest version. Can you share with me the error log when integrating via Carthage?

<!-- gh-comment-id:1236591171 --> @NghiaTranUIT commented on GitHub (Sep 5, 2022): @JohnnyTseng just use the latest version. Can you share with me the error log when integrating via Carthage?
Author
Owner

@JohnnyTseng commented on GitHub (Sep 5, 2022):

@NghiaTranUIT I'm using the latest version 1.18.2, the log appears the same as @ttuygun
so strange

Screen Shot 2022-09-05 at 14 55 40

  • Xcode 13.4.1
  • Carthage 0.38.0
<!-- gh-comment-id:1236608566 --> @JohnnyTseng commented on GitHub (Sep 5, 2022): @NghiaTranUIT I'm using the latest version `1.18.2`, the log appears the same as @ttuygun so strange ![Screen Shot 2022-09-05 at 14 55 40](https://user-images.githubusercontent.com/2656519/188383666-53055a9e-750d-4f46-8e3f-fe294bd187db.png) - Xcode 13.4.1 - Carthage 0.38.0
Author
Owner

@JohnnyTseng commented on GitHub (Sep 5, 2022):

I found similar issues, wondering if it's the same issue cc @NghiaTranUIT
https://github.com/realm/realm-swift/issues/6549

<!-- gh-comment-id:1236610185 --> @JohnnyTseng commented on GitHub (Sep 5, 2022): I found similar issues, wondering if it's the same issue cc @NghiaTranUIT https://github.com/realm/realm-swift/issues/6549
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 5, 2022):

Can you try to use carthage update --use-xcframeworks. It works fine with Xcode 13.4.1 and iOS 15.5.

Screen Shot 2022-09-05 at 14 04 25
<!-- gh-comment-id:1236614989 --> @NghiaTranUIT commented on GitHub (Sep 5, 2022): Can you try to use `carthage update --use-xcframeworks`. It works fine with Xcode 13.4.1 and iOS 15.5. <img width="874" alt="Screen Shot 2022-09-05 at 14 04 25" src="https://user-images.githubusercontent.com/5878421/188384986-ee7829e7-6c38-4692-8073-998e30934294.png">
Author
Owner

@JohnnyTseng commented on GitHub (Sep 5, 2022):

It seems like my network today is too slow to fetch the Alamofire dependency

Screen Shot 2022-09-05 at 15 02 21

After manually open the Atlantis-Example-App to let Xcode resolve the package first, and run carthage command again, it works.

I think is same issue as https://github.com/realm/realm-swift/issues/6549#issuecomment-640674684 encountered

Thank you @NghiaTranUIT , solved temporarily!

<!-- gh-comment-id:1236615790 --> @JohnnyTseng commented on GitHub (Sep 5, 2022): It seems like my network today is too slow to fetch the `Alamofire` dependency <img width="190" alt="Screen Shot 2022-09-05 at 15 02 21" src="https://user-images.githubusercontent.com/2656519/188385321-6e9c24ef-4da6-40a3-9d4e-50cb3c922b3d.png"> After manually open the `Atlantis-Example-App` to let Xcode resolve the package first, and run carthage command again, it works. I think is same issue as https://github.com/realm/realm-swift/issues/6549#issuecomment-640674684 encountered Thank you @NghiaTranUIT , solved temporarily!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#67
No description provided.