| Summary: | No matching __NSi_ definition for postprocessed value of WK_{MAC,IOS}_TBA | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | mitz | ||||
| Component: | WebKit API | Assignee: | mitz | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 250822 [details]
Conditionally define __NSi_ for the current deployment target in WKFoundation.h
Comment on attachment 250822 [details] Conditionally define __NSi_ for the current deployment target in WKFoundation.h View in context: https://bugs.webkit.org/attachment.cgi?id=250822&action=review > Source/WebKit2/Shared/API/Cocoa/WKFoundation.h:45 > +// POSTPROCESSING_INSERTS_DEPLOYMENT_TARGET_AVAILABILITY_DEFINITION_HERE Maybe add a DO_NOT_REMOVE so nobody will remove it? Fixed in <http://webkit.org/r182846>. |
Sometimes CFAvailability.h doesn’t have a definition of __NSi_ matching what WK_{MAC,IOS}_TBA expands to. <rdar://problem/20549298>