Skip to content

fix for Xcode 27 - #74

Merged
gestrich merged 1 commit into
devfrom
fix/xcode27
Sep 22, 2026
Merged

gestrich merged 1 commit into
devfrom
fix/xcode27

Conversation

@marionbarker

Copy link
Copy Markdown
Collaborator

Purpose

Enable building with Xcode 27

Method

The variables in one file were defined after they were used.
Xcode 27 is more strict about this syntax.
I simply moved some lines in this one file: LoopCaregiver/LoopCaregiver/Views/Actions/OverrideInsulinNeedsView.swift

Test

The dev branch failed to build using Xcode 27.

The fix/xcode27 branch built successfully and installed on an SE 3rd gen phone running iOS 27.
The remote commands were successful

  • I was able to get a Remote Carb Entry
  • I was able to issue a Remote Bolus Entry
  • I was able to start a Remote Override

Not sure if we want to update any of the packages. Happy to do that and test if requested.

@gestrich
gestrich merged commit 2305718 into dev Sep 22, 2026
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.

2 participants