mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 16:36:03 +03:00
[GH-ISSUE #104] Unable to build on Xcode 14.0.0 beta #62
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#62
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 @JohnnyTseng on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/104
Am finding a way to fix this issue, will share if there is any solution!
@esteluk commented on GitHub (Jun 9, 2022):
You've closed the issue - did you identify a fix for this?Nevermind, just need to be on 1.17.0 or newer.
@leondeng commented on GitHub (Nov 20, 2022):
Weird, I'm still blocked by this issue with Xcode 14.1...
@NghiaTranUIT commented on GitHub (Nov 20, 2022):
@leondeng can you clone the Repo and try to run it again?
I'm able to successfully run/integrate Atlantis on Xcode 14.1
@NghiaTranUIT commented on GitHub (Nov 20, 2022):
@leondeng with the latest Atlantis 1.20.0, we completely remove the NSURLConnection, so these errors (the first screenshot) is gone.
@leondeng commented on GitHub (Nov 20, 2022):
Hi @NghiaTranUIT, the errors are from atlantis-proxyman 1.12.0
Do I still need Atlantis as dependency package after adding
pod 'atlantis-proxyman'in the Podfile?@leondeng commented on GitHub (Nov 20, 2022):
still the same error after adding Atlantis 1.20.0 to Pods/atlantis-proxyman...
@NghiaTranUIT commented on GitHub (Nov 20, 2022):
@leondeng can you share with me a screenshot or copy the Exact Error?
The issue was about "NSURLConnection", which is completely removed from Atlantis 1.20.0. Thus, it doesn't make sense that you still get this error.
@leondeng commented on GitHub (Nov 20, 2022):
Found it!
ios deployment target of the build target was 12.4, which restricted the version of atlantis-proxyman at 1.12.0 always
changed it to 13.0, pod install fetched 1.20.0 for me!
All good now, except that we are using pusher-js, not pusher swift, so still no possible to check out wss traffic via proxyman.
Thanks anyways, @NghiaTranUIT.
@NghiaTranUIT commented on GitHub (Nov 21, 2022):
Thanks for letting me know 👍 Only WS traffic, which is called from URLSessionWebSocketTask is supported.