[GH-ISSUE #104] Unable to build on Xcode 14.0.0 beta #62

Closed
opened 2026-03-03 19:11:27 +03:00 by kerem · 9 comments
Owner

Originally created by @JohnnyTseng on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/104

Screen Shot 2022-06-09 at 11 19 39
Screen Shot 2022-06-09 at 11 19 45

Am finding a way to fix this issue, will share if there is any solution!

Originally created by @JohnnyTseng on GitHub (Jun 9, 2022). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/104 ![Screen Shot 2022-06-09 at 11 19 39](https://user-images.githubusercontent.com/2656519/172757072-e05e2d32-83c5-46bb-ba5e-b541f3eb9851.png) ![Screen Shot 2022-06-09 at 11 19 45](https://user-images.githubusercontent.com/2656519/172757078-57c40519-c480-4745-8131-a4c9a619ea6c.png) Am finding a way to fix this issue, will share if there is any solution!
kerem closed this issue 2026-03-03 19:11:27 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1151715982 --> @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.
Author
Owner

@leondeng commented on GitHub (Nov 20, 2022):

Weird, I'm still blocked by this issue with Xcode 14.1...

<!-- gh-comment-id:1321029244 --> @leondeng commented on GitHub (Nov 20, 2022): Weird, I'm still blocked by this issue with Xcode 14.1...
Author
Owner

@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

Screenshot_2022-11-20_at_14_05_15

<!-- gh-comment-id:1321056408 --> @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 ![Screenshot_2022-11-20_at_14_05_15](https://user-images.githubusercontent.com/5878421/202890180-94ac5b69-3f16-4489-800b-acd60fe93e88.jpg)
Author
Owner

@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.

<!-- gh-comment-id:1321056555 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:1321059705 --> @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?
Author
Owner

@leondeng commented on GitHub (Nov 20, 2022):

still the same error after adding Atlantis 1.20.0 to Pods/atlantis-proxyman...

<!-- gh-comment-id:1321060449 --> @leondeng commented on GitHub (Nov 20, 2022): still the same error after adding Atlantis 1.20.0 to Pods/atlantis-proxyman...
Author
Owner

@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.

<!-- gh-comment-id:1321138707 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1321277229 --> @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.
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 21, 2022):

Thanks for letting me know 👍 Only WS traffic, which is called from URLSessionWebSocketTask is supported.

<!-- gh-comment-id:1321314536 --> @NghiaTranUIT commented on GitHub (Nov 21, 2022): Thanks for letting me know 👍 Only WS traffic, which is called from URLSessionWebSocketTask is supported.
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#62
No description provided.