Skip to content

Commit

Permalink
Fix Xcode 16 compilation (#514)
Browse files Browse the repository at this point in the history
* Fix Xcode 16 compilation

* Add latest Xcode iOS unit test
  • Loading branch information
bamx23 committed Jun 23, 2024
1 parent f189d62 commit 6a195b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
matrix:
include:
- platform: iOS
- platform: iOS
xcode-version: "latest"
- platform: iOS
os-version: ~16.4.0
macos-version: "13"
Expand Down
1 change: 1 addition & 0 deletions Sources/KSCrashRecording/include/KSCrashCConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#ifndef KSCrashCConfiguration_h
#define KSCrashCConfiguration_h

#include <stdlib.h>
#include "KSCrashMonitorType.h"
#include "KSCrashReportWriter.h"

Expand Down

0 comments on commit 6a195b0

Please sign in to comment.