Is it actually an error that you’re encountering, or just a warning? If you’re building with -Werror you could try switching that off to see if it makes a difference.
Judging by this stack overflow thread it may be possible to disable just that warning by building with -Wno-pragma-pack, or (ideally) by using #pragma push/pop to disable the warning selectively within files.
Hi Reuk,
I disabled the “Treat Warnings on errors” set it to “no”, and one Library compiled!
The “libAAXLibrary.a” was made, then I changed it on the other scheme, and it worked as well, I got “libAAXLibrary_libcpp.a” as well.
They go placed in the DeBug folder.
Thank you so much!!!
I’ll post on here is I find any more errors related to this Library.