Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoiding serialized search paths in Swift modules (#1975)
Disable SWIFT_SERIALIZE_DEBUGGING_OPTIONS to avoid serialized search paths in Swift modules that might produce `error: Couldn't IRGen expression, no additional error` Recommendation from Apple: https://developer.apple.com/videos/play/wwdc2022/110370/?time=1096 Also: - https://steipete.com/posts/couldnt-irgen-expression/ - https://thi.im/posts/swift-serialize-debugging-options/ - https://darjeelingsteve.com/articles/Resolving-LLDB-%22Couldn't-IRGen-Expression%22-Errors-When-Building-XCFrameworks-Using-Carthage.html - facebook/facebook-ios-sdk#1664 (comment)
- Loading branch information