There was an error while loading. Please reload this page.
1 parent 24f2513 commit 1f1c09dCopy full SHA for 1f1c09d
1 file changed
Misc/NEWS.d/next/Library/2026-08-20-13-50-49.gh-issue-156112.yEcma8.rst
@@ -0,0 +1,4 @@
1
+:mod:`!_ios_support` no longer fails to import when
2
+:func:`ctypes.util.find_library` cannot resolve the ObjC runtime through the
3
+dyld shared cache, as is the case on iOS 13. The runtime is now loaded by name,
4
+which dyld resolves against the cache directly.
0 commit comments