mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #137] NetworkInjector+URLConnection.swift:20:99: error #84
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#84
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 @cdoky on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/137
Xcode: Version 15.0 (15A240d)
macOS: 13.5.2
@NghiaTranUIT commented on GitHub (Oct 27, 2023):
Hi @cdoky what iOS version you're using? and is it Simulator or physical device?
@cdoky commented on GitHub (Oct 27, 2023):
iPhone 15 Pro Max Simulator
and the main project is Objective-c...
@mahmoudElfeel67 commented on GitHub (Oct 28, 2023):
i am also have the same exact issue as @cdoky
@NghiaTranUIT commented on GitHub (Oct 29, 2023):
@mahmoudElfeel67 @cdoky let's update Atlantis to the latest version v1.22.0. It will fix your issue.
Your library is really old v1.17.0 (Released on 2022) because we completely removed
URLConnectionclass 👍I tested again with Xcode 15.0.1, iOS 17.0, Atlantis v1.22.0 and It works as intended 👍
@cdoky commented on GitHub (Oct 29, 2023):
very said
Specs satisfying the
atlantis-proxyman (~> 1.22.0)dependency were found, but they required a higher minimum deployment target.our project is support iOS11
@pengshengsongcode commented on GitHub (Jun 27, 2024):
same question
@NghiaTranUIT commented on GitHub (Jun 27, 2024):
It's too old to support iOS 11 since it's 17 (6 years old).
May I ask:
@pengshengsongcode commented on GitHub (Jun 27, 2024):
1、macOS 13.5.2
2、Xcode 15.2
our project is support iOS11+
🙁
@NghiaTranUIT commented on GitHub (Jun 27, 2024):
Tried to support iOS 11, but it's deprecated but Swift Package Manager (https://developer.apple.com/documentation/packagedescription/supportedplatform/iosversion/v11)
I can exclude it because it's too complicated : /