Bug 161296

Summary: [iOS] Build fails in JSCLLIntOffsetsExtractor - Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0'
Product: WebKit Reporter: Benjamin King <king7532>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dbates, ddkilzer, keith_miller, king7532, lforschler, mark.lam, mitz, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: Other   
See Also: https://bugs.webkit.org/show_bug.cgi?id=161661
Attachments:
Description Flags
Patch mitz: review+

Benjamin King
Reported 2016-08-27 20:27:00 PDT
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@205094 268f45cc-cd09-0410-ab3c-d52691b4dbfc $ sw_vers ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A304a $ 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: === BUILD TARGET JSCLLIntOffsetsExtractor OF PROJECT JavaScriptCore WITH CONFIGURATION Release === Check dependencies Base.xcconfig line 23: Unable to find included file "../../../../Internal/Configurations/HaveInternalSDK.xcconfig" Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0' ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure)
Attachments
Patch (1.50 KB, patch)
2016-09-06 17:10 PDT, Daniel Bates
mitz: review+
Daniel Bates
Comment 1 2016-09-06 17:10:19 PDT
mitz
Comment 2 2016-09-06 17:12:11 PDT
Comment on attachment 288070 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=288070&action=review > Source/JavaScriptCore/Configurations/Base.xcconfig:97 > +AD_HOC_CODE_SIGNING_ALLOWED[sdk=iphonesimulator*] = YES; Is the sdk qualifier necessary here? If it works without it, I think we should not specify it.
Daniel Bates
Comment 3 2016-09-06 17:20:29 PDT
(In reply to comment #2) > Comment on attachment 288070 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=288070&action=review > > > Source/JavaScriptCore/Configurations/Base.xcconfig:97 > > +AD_HOC_CODE_SIGNING_ALLOWED[sdk=iphonesimulator*] = YES; > > Is the sdk qualifier necessary here? If it works without it, I think we > should not specify it. Will remove the SDK qualifier before landing as it is not necessary.
Daniel Bates
Comment 4 2016-09-06 17:31:22 PDT
Note You need to log in before you can comment on or make changes to this bug.