mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 16:36:03 +03:00
[GH-ISSUE #112] Carthage can't build 1.18.2 #67
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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 🤔
Maybe you should remove the
--cache-builds@ttuygun commented on GitHub (Jul 31, 2022):
OK, I solved it. No specific problem in the tag
@JohnnyTseng commented on GitHub (Sep 5, 2022):
@ttuygun Can you share how did you solve it?
@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?
@JohnnyTseng commented on GitHub (Sep 5, 2022):
@NghiaTranUIT I'm using the latest version
1.18.2, the log appears the same as @ttuygunso strange
@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
@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.@JohnnyTseng commented on GitHub (Sep 5, 2022):
It seems like my network today is too slow to fetch the
AlamofiredependencyAfter manually open the
Atlantis-Example-Appto 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!