Xcode16 Beta 3 got Assertion failed when build my project

Assertion failed: (reconstituted == (accumulator - _options.machHeaderVmAddr())), function setFixup64, file OutputFile.cpp, line 3001.

After upgrading to Xcode 16 beta 3, I encountered the following error when building my project. It compiled successfully on Xcode 15. I am not sure how to resolve this issue and would appreciate any help.

Hi. Any update? Facing the same issue for my app with Xcode 16.0 Release.

Assertion failed: ((ct == Atom::ContentType::objcConst) || (ct == Atom::ContentType::objcData) || (ct == Atom::ContentType::constData) || (ct == Atom::ContentType::constText)), function ObjCClassReadOnlyDataRef, file Atom.cpp, line 3022.

You can add an -ld64 flag to other linker flags (More info https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking)

I met the same problem. I changed the minimum system setting of Xcode to below iOS 14, which can compile normally, but this is not a suitable solution, because the minimum system of our App is iOS 14

Assertion failed: (reconstituted == (accumulator - _options.machHeaderVmAddr())), function setFixup64, file OutputFile.cpp, line 3001.

Xcode16 Beta 3 got Assertion failed when build my project
 
 
Q