After enabling Enhanced Security for an existing iOS project (mixed Objective-C / Swift) I get the linker error:
Library 'c++polyfills' not found
This happens when compiling for a simulator as run destination.
Device builds (debug) or archiving a release build works.
However I need to be able to test on a simulator...
Xcode version is 26.4.1, Simulator uses iOS 26.4.1
2
0
75