After update to MacOS Sequoia 15.0, I got this error when compiling Cronet in Chromium,
In file included from ../../base/allocator/partition_allocator/page_allocator.cc:25:
../../base/allocator/partition_allocator/page_allocator_internals_posix.h:49:35: error: unknown type name 'SecTaskRef'; did you mean 'SecTrustRef'?
uint32_t SecTaskGetCodeSignStatus(SecTaskRef task) API_AVAILABLE(macos(10.12));
look up header files in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Security.framework/Headers, no SecTask.h
New contributor
董扬帆 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5