[Webkit-unassigned] [Bug 153355] Add WebKitSystemInterface for iOS 9.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 10:26:52 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153355

--- Comment #5 from Daniel Bates <dbates at webkit.org> ---
(In reply to comment #4)
> (In reply to comment #2)
> > Will this work if you manually copy from 9.1 to 9.2? I don't know of any
> > differences expected there.
> 
> No, it still doesn't find it:
> 
> cp WebKitLibraries/libWebKitSystemInterfaceIOSSimulator9.0.a
> WebKitLibraries/libWebKitSystemInterfaceIOSSimulator9.2.a 
> 
> then:
> 
> $ build-webkit --debug --ios-simulator
> Ld
> /Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator/
> WebKitLegacy.framework/WebKitLegacy normal x86_64
>     cd /Users/lpromero/Developer/WebKit/Source/WebKit
>     export IPHONEOS_DEPLOYMENT_TARGET=9.2
>     export
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.
> platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/
> bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
>    
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.
> xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -isysroot
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.
> platform/Developer/SDKs/iPhoneSimulator9.2.sdk
> -L/Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator
> -F/Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator
> -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.
> platform/Developer/SDKs/iPhoneSimulator9.2.sdk/System/Library/
> PrivateFrameworks -filelist
> /Users/lpromero/Developer/WebKit/WebKitBuild/WebKit.build/Debug-
> iphonesimulator/WebKitLegacy.build/Objects-normal/x86_64/WebKitLegacy.
> LinkFileList -Xlinker --no-demangle -exported_symbols_list
> /Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator/
> DerivedSources/WebKitLegacy/WebKitLegacy.generated.exp -install_name
> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
> -mios-simulator-version-min=9.2 -dead_strip -Xlinker -objc_abi_version
> -Xlinker 2 -lobjc -lsqlite3 -framework CFNetwork -framework CoreFoundation
> -framework CoreGraphics -framework CoreText -framework Foundation -framework
> GraphicsServices -framework ImageIO -framework OpenGLES -framework
> MobileCoreServices -lMobileGestalt -lWebKitSystemInterfaceIOSSimulator9.2
> -stdlib=libc++ -fobjc-link-runtime -framework JavaScriptCore -licucore
> -framework QuartzCore -framework Security -framework WebCore -single_module
> -compatibility_version 1 -current_version 602.1.13 -Xlinker -dependency_info
> -Xlinker
> /Users/lpromero/Developer/WebKit/WebKitBuild/WebKit.build/Debug-
> iphonesimulator/WebKitLegacy.build/Objects-normal/x86_64/
> WebKitLegacy_dependency_info.dat -o
> /Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator/
> WebKitLegacy.framework/WebKitLegacy
> ld: library not found for -lWebKitSystemInterfaceIOSSimulator9.2
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> 
> ** BUILD FAILED **
> 
> Is it that WebKitLibraries is not in the include paths, thus not found?

You need to copy libWebKitSystemInterfaceIOSSimulator9.2.a to directory /Users/lpromero/Developer/WebKit/WebKitBuild/Debug-iphonesimulator for Xcode to find it. Notice that the script copy-webkitlibraries-to-product-directory, invoked by build-webkit, does this for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160126/188b5384/attachment-0001.html>


More information about the webkit-unassigned mailing list