Skip to content

Commit

Permalink
Avoiding serialized search paths in Swift modules (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy authored Jan 15, 2024
1 parent 06d6602 commit 84b7724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Mapbox welcomes participation and contributions from everyone.
* Fix MapView flickering during resizing.
* Fix glitch in chained camera animations.
* Make padding optional in `MapboxMap.camera(for:padding:bearing:pitch:maxZoom:offset:)` and `MapboxMap.camera(for:padding:bearing:pitch:)`.
* Build XCFramework with `SWIFT_SERIALIZE_DEBUGGING_OPTIONS=NO` flag to avoid serialized search paths in Swift modules.

## 11.1.0-rc.1 - 04 January, 2024

Expand Down
2 changes: 2 additions & 0 deletions scripts/release/packager/create-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ xcodebuild archive \
-archivePath "$SIMULATOR_ARCHIVE_PATH" \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
COMPILER_INDEX_STORE_ENABLE=NO \
SWIFT_SERIALIZE_DEBUGGING_OPTIONS=NO \
SKIP_INSTALL=NO \
ARCHS='x86_64 arm64' \
EXCLUDED_ARCHS= \
Expand All @@ -54,6 +55,7 @@ xcodebuild archive \
-archivePath "$DEVICE_ARCHIVE_PATH" \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
COMPILER_INDEX_STORE_ENABLE=NO \
SWIFT_SERIALIZE_DEBUGGING_OPTIONS=NO \
SKIP_INSTALL=NO \
ARCHS='arm64' \
EXCLUDED_ARCHS= \
Expand Down

0 comments on commit 84b7724

Please sign in to comment.