Bug 161680
Summary: | [iOS] Build fails ld: library not found for -lWebKitSystemInterfaceIOSSimulator10 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Benjamin King <king7532> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap, dbates, lforschler |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | iPhone / iPad | ||
OS: | Other |
Benjamin King
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@205537 268f45cc-cd09-0410-ab3c-d52691b4dbfc
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12
BuildVersion: 16A313a
$ xcode-select -p
/Applications/Xcode-beta.app/Contents/Developer
$ xcodebuild -version
Xcode 8.0
Build version 8S201h
# Xcode 8 beta 6 - Aug 15, 2016
Steps to reproduce:
1. Build WebKit: Tools/Scripts/build-webkit --ios-simulator
Expected Result:
Should build WebKit for the iOS Simulator
Actual Result:
Build fails:
Ld /Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator/WebKitLegacy.framework/WebKitLegacy normal x86_64
cd /Users/king/Code/WebKit/Source/WebKit
export IPHONEOS_DEPLOYMENT_TARGET=10.0
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -L/Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator -F/Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator -F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk/System/Library/PrivateFrameworks -filelist /Users/king/Code/WebKit/WebKitBuild/WebKit.build/Release-iphonesimulator/WebKitLegacy.build/Objects-normal/x86_64/WebKitLegacy.LinkFileList -exported_symbols_list /Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator/DerivedSources/WebKitLegacy/WebKitLegacy.generated.exp -install_name /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy -mios-simulator-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/king/Code/WebKit/WebKitBuild/WebKit.build/Release-iphonesimulator/WebKitLegacy.build/Objects-normal/x86_64/WebKitLegacy_lto.o -Xlinker -objc_abi_version -Xlinker 2 -stdlib=libc++ -fobjc-link-runtime -lobjc -lsqlite3 -framework CFNetwork -framework CoreFoundation -framework CoreGraphics -framework CoreText -framework Foundation -framework GraphicsServices -framework ImageIO -framework OpenGLES -framework MobileCoreServices -lMobileGestalt -lWebKitSystemInterfaceIOSSimulator10 -framework JavaScriptCore -licucore -framework QuartzCore -framework Security -framework WebCore -single_module -compatibility_version 1 -current_version 603.1.5 -Xlinker -dependency_info -Xlinker /Users/king/Code/WebKit/WebKitBuild/WebKit.build/Release-iphonesimulator/WebKitLegacy.build/Objects-normal/x86_64/WebKitLegacy_dependency_info.dat -o /Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator/WebKitLegacy.framework/WebKitLegacy
ld: library not found for -lWebKitSystemInterfaceIOSSimulator10
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/king/Code/WebKit/WebKitBuild/Release-iphonesimulator/WebKitLegacy.framework/WebKitLegacy normal x86_64
(1 failure)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Bates
I committed WKSI for iOS 10 in <https://trac.webkit.org/changeset/205560>.