forked from parse-community/Parse-SDK-iOS-OSX
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: SPM build issues with Xcode 16 (issue parse-community#1793)
parse-community#1793 There is an issue with the Package.swift file where it uses wildcard globbing to refer to all the private header directories that should be included when building. It turns out that it was a mistake that Xcode ever supported wildcard globbing in the first place, as described here: https://forums.swift.org/t/recursive-headersearchpath/59769 To fix it, we are replacing the wildcard glob with a list of all header directories. This issue was first observed on Xcode 16.0.0 beta 1. I confirmed that it now builds correctly on Xcode 16.0.0 beta 2.
- Loading branch information
1 parent
73ddb8e
commit 9f82f46
Showing
1 changed file
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters