You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resolving package versions in an SPM project that depends on analytics-connector-ios (via Amplitude-iOS), I'm seeing these warnings:
warning: 'analytics-connector-ios': /[email protected]:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "analytics-connector-ios",
8 | platforms: [
9 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 | .macOS(.v10_13),
11 | .tvOS(.v9),
/[email protected]:11:16: warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
9 | .iOS(.v10),
10 | .macOS(.v10_13),
11 | .tvOS(.v9),
| `- warning: 'v9' is deprecated: tvOS 12.0 is the oldest supported version
12 | .watchOS(.v3),
13 | .visionOS(.v1),
/[email protected]:12:19: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
10 | .macOS(.v10_13),
11 | .tvOS(.v9),
12 | .watchOS(.v3),
| `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
13 | .visionOS(.v1),
14 | ],
It looks like the minimum versions for iOS, tvOS, and watchOS in [email protected] need to be bumped to the minimum versions supported by Xcode 16 to get rid of these warnings. It's not blocking the build though.
Command: swift package resolve
Xcode 16.1 (16B40)
The text was updated successfully, but these errors were encountered:
When resolving package versions in an SPM project that depends on
analytics-connector-ios
(via Amplitude-iOS), I'm seeing these warnings:It looks like the minimum versions for iOS, tvOS, and watchOS in
[email protected]
need to be bumped to the minimum versions supported by Xcode 16 to get rid of these warnings. It's not blocking the build though.swift package resolve
The text was updated successfully, but these errors were encountered: