I am seeing this same crash when running Xcode 16 on a macOS 14.5 (sonoma) .
I try increasing the deployment target to 13.0 、15.0、16.0、17.0,and run 12pro device with 17.1.2 version.
but it dost not work !
Post
Replies
Boosts
Views
Activity
dyldImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 424 dyldImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 52
I also meet same crash on ios12.X、iOS13.X、iOS14.X
I try to resolve it by
https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking
but it does not work!
the following steps may help you
(1)remove all “user header search path “ values
(2) clean DerivedData
(3) exit XCode then Restart XCode
(4) Restart computer
(5) restart project