@DTS Engineer
Who can refuse Quinn “The Eskimo!”? 😉
FB
FB23632856
Repo
I have a minimal Swift Package that reproduces a linker warning in Xcode 27 beta.
https://github.com/gongzhang/Xcode27LinkerWarningRepro
Reproduce
DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer \
xcodebuild -scheme Foo \
-configuration Debug \
-destination "generic/platform=iOS Simulator" \
build
Warning
Foo-product: ld: warning: address=0x... points before section(...) start and the target atom is ambiguous
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: