<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - XMLHttpRequest timeout in 60 second in Safari on iOS 10 and above"
href="https://bugs.webkit.org/show_bug.cgi?id=165897#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - XMLHttpRequest timeout in 60 second in Safari on iOS 10 and above"
href="https://bugs.webkit.org/show_bug.cgi?id=165897">bug 165897</a>
from <span class="vcard"><a class="email" href="mailto:rahult001@gmail.com" title="Rahul Tiwari <rahult001@gmail.com>"> <span class="fn">Rahul Tiwari</span></a>
</span></b>
<pre>I am trying to test if <a href="https://trac.webkit.org/changeset/209776">https://trac.webkit.org/changeset/209776</a> fixed the issue.
But while building WebKit for iOS Simulator by running -
Tools/Scripts/build-webkit --ios-simulator
Getting below error -
Check dependencies
Base.xcconfig line 23: Unable to find included file "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
Base.xcconfig line 23: Unable to find included file "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
OS X deployment target '10.11' for architecture 'x86_64' and variant 'normal' is greater than the maximum value '10.10' for the OS X 10.10 SDK.
Ld /Users/vgarg/AppleWebkit/webkit/WebKitBuild/Release/LayoutTestRelay normal x86_64
cd /Users/vgarg/AppleWebkit/webkit/Tools/LayoutTestRelay
export MACOSX_DEPLOYMENT_TARGET=10.11
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/vgarg/AppleWebkit/webkit/WebKitBuild/Release -F/Users/vgarg/AppleWebkit/webkit/WebKitBuild/Release -F/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks -filelist /Users/vgarg/AppleWebkit/webkit/WebKitBuild/LayoutTestRelay.build/Release/LayoutTestRelay.build/Objects-normal/x86_64/LayoutTestRelay.LinkFileList -Xlinker -rpath -Xlinker /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks -mmacosx-version-min=10.11 -framework CoreSimulator -framework AppKit -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/vgarg/AppleWebkit/webkit/WebKitBuild/LayoutTestRelay.build/Release/LayoutTestRelay.build/Objects-normal/x86_64/LayoutTestRelay_dependency_info.dat -o /Users/vgarg/AppleWebkit/webkit/WebKitBuild/Release/Lay
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_SimServiceContext", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/vgarg/AppleWebkit/webkit/WebKitBuild/Release/LayoutTestRelay normal x86_64
(1 failure)
Died at Tools/Scripts/build-webkit line 205.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>