This Error, please help me
Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975.
Linker command failed with exit code 1 (use -v to see invocation)
This Error, please help me
Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975.
Linker command failed with exit code 1 (use -v to see invocation)
Assertion failed: (reconstituted == accumulator), function setFixup64, file OutputFile.cpp, line 2975.
Have you solved it? I found that the minimum compatible system can be changed to iOS 13
Hello, have you solved this problem? My app already supports iOS14
I also encountered this error, have you solved it?
In Build Settings, search for "Enable Debug Dylib Support" and set it to NO. This is how I resolved the issue.
@SunSetting This is great, how did you discover that this could fix the problem? Is there a link with a detailed introduction to this feature?