Skip to content

Conversation

@aokj4ck
Copy link
Contributor

@aokj4ck aokj4ck commented Aug 30, 2025

Description

  • Update Setup.md Xcode version
  • Mastodon app target had IPHONEOS_DEPLOYMENT_TARGET = 17.0
    • Remove this and rely on the overall Project deployment target
  • Overall Project build settings had IPHONEOS_DEPLOYMENT_TARGET = 16.0, update to 17.0
    • This manifested in the tests failing to build with error "Compiling for iOS 16.0, but module 'Mastodon' has a minimum deployment target of iOS 17.0..."

- Update Setup.md Xcode version ("Beginning April 24, 2025, apps uploaded to App Store Connect must be built with Xcode 16 or later using an SDK for iOS 18, iPadOS 18, tvOS 18, visionOS 2, or watchOS 11." -- https://developer.apple.com/news/?id=9s0rgdy9)
- Mastodon app target had IPHONEOS_DEPLOYMENT_TARGET = 17.0
	- Remove this and rely on the overall Project deployment target
- Project build settings had IPHONEOS_DEPLOYMENT_TARGET = 16.0
	- This manifested in the tests failing to build with error "Compiling for iOS 16.0, but module 'Mastodon' has a minimum deployment target of iOS 17.0..."
@CLAassistant
Copy link

CLAassistant commented Aug 30, 2025

CLA assistant check
All committers have signed the CLA.

@whattherestimefor whattherestimefor merged commit 213cf57 into mastodon:develop Sep 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants