Skip to content

Commit

Permalink
fix: Building SDK from source with Xcode 15.3
Browse files Browse the repository at this point in the history
Set compatibilityVersion for SwiftUITestSample.xcodeproj to 14.0
instead of 15.3 so users can compile the SDK from source on Xcode 14.0
and above.

Fixes GH-4476
  • Loading branch information
philipphofmann committed Oct 29, 2024
1 parent 5c6ef23 commit 2dcbdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

- Build visionOS project with static Sentry SDK (#4462)
- Building SDK from source with Xcode 15.3

### Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
};
};
buildConfigurationList = 330854BD2CB6B5CF00D06618 /* Build configuration list for PBXProject "SwiftUITestSample" */;
compatibilityVersion = "Xcode 15.3";
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down

0 comments on commit 2dcbdec

Please sign in to comment.