why get error: Default initialization of an object of const type ‘const int’ when using Xcode16 Beta
in my iOS project I used AES.cpp
which can be built successfully with Xcode 15. Recently I downloaded Xcode16 trying to adapt for iOS18 and encountered compile error when building this file.
the error is as below: