After changing Xcode 16.2 with min iOS 15. I got error in debug mode Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975.
But project still can archive to IPA.
Anyone has the same issue as me?
After changing Xcode 16.2 with min iOS 15. I got error in debug mode Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975.
But project still can archive to IPA.
Anyone has the same issue as me?
The error message "Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975" typically occurs during the linking process in Xcode, and it suggests a mismatch in data during the compilation of your app. Here are some troubleshooting steps you can take to resolve this issue:
However, my recommendation is to create a new project file:
Remember to archive your project again after making each change to ensure that the issue is resolved in both debug and release modes.
Albert Pascual Worldwide Developer Relations.
Hello, I have the same problem. Did you finally solve it?
Hello, I have the same problem, have you solved it?
Thanks Albert for your answer.
Before posting this question I also clear cache/restart Mac mini, even update all to latest macOS and Xcode 16.2.
First, the project still can archive to IPA file so I don't think any issue with pod or 3rd.
Second, if I set Minimum iOS to 13, there is no issue so far. The issue happen only when set minimum to iOS 15.
Due to project still archivable to IPA so I think there is the config works in release mode but doesn't work in debug mode.
So after trying all of them, seem no option work for me. On internet they mention about linker flag but it doesn't work for me too.
Thanks for providing that, I am interested in knowing the mismatch that is causing the error.
Have you tried to create a new project in Xcode 16.2 and then move all your source code to see if that fixes the issue? Then compare the project files and let me know what Architectures you had in the old project that are missing on the new project.
Albert Pascual Worldwide Developer Relations.
Hello, I have the same problem, have you solved it?There's nothing we can do about it right now