[GH-ISSUE #42] Assertion Failure on Mac Catalyst #33

Closed
opened 2026-03-03 19:11:09 +03:00 by kerem · 3 comments
Owner

Originally created by @jaylyerly on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/42

Originally assigned to: @NghiaTranUIT on GitHub.

I have incorporated Atlantis into my iOS app and it works fine running on the iPad simulator. My app supports macOS via Catalyst, but when I build and run my Mac target, I hit an assertionFailure in the injectURLSessionResume method in NetworkInjector.swift.

Does Atlantis not support the Catalyst environment?

Originally created by @jaylyerly on GitHub (Nov 25, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/42 Originally assigned to: @NghiaTranUIT on GitHub. I have incorporated Atlantis into my iOS app and it works fine running on the iPad simulator. My app supports macOS via Catalyst, but when I build and run my Mac target, I hit an `assertionFailure` in the `injectURLSessionResume` method in NetworkInjector.swift. Does Atlantis not support the Catalyst environment?
kerem 2026-03-03 19:11:09 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 26, 2020):

Hi, at the moment, we haven't support Catalyst app yet, but it's a good time that we do it.

Our team is working on it now 👍

<!-- gh-comment-id:734033026 --> @NghiaTranUIT commented on GitHub (Nov 26, 2020): Hi, at the moment, we haven't support Catalyst app yet, but it's a good time that we do it. Our team is working on it now 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 26, 2020):

Hey @jaylyerly

Let check the master branch, it's fixed with #43

pod 'atlantis-proxyman',  :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'main'
Screen Shot 2020-11-26 at 13 46 49

I will release the official build soon 👍

<!-- gh-comment-id:734111405 --> @NghiaTranUIT commented on GitHub (Nov 26, 2020): Hey @jaylyerly Let check the master branch, it's fixed with #43 ```bash pod 'atlantis-proxyman', :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'main' ``` <img width="1469" alt="Screen Shot 2020-11-26 at 13 46 49" src="https://user-images.githubusercontent.com/5878421/100317354-cb08b700-2fee-11eb-99ac-43d03dc7c761.png"> I will release the official build soon 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 26, 2020):

We've released Atlantis 1.4.2, which fully supports Mac Catalyst. Please update your Pod file 👍

<!-- gh-comment-id:734143969 --> @NghiaTranUIT commented on GitHub (Nov 26, 2020): We've released Atlantis 1.4.2, which fully supports Mac Catalyst. Please update your Pod file 👍
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#33
No description provided.