You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using macOS 11.6.2 and Xcode 13.2.1 and despite giving a warning when opened that it is a 32-bit project, it builds without problem. The project's GoogleTest window doesn't pop up after the project compiles. When I run the GTest project that comes with GoogleTest, it is giving me the following error:
"The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture."
I have tried changing the architecture to "Standard Architectures(Apple Silicon, Intel) -$(ARCHS_STANDARD)" in the Architectures section of the Build Setting window success.
The text was updated successfully, but these errors were encountered:
I am using macOS 11.6.2 and Xcode 13.2.1 and despite giving a warning when opened that it is a 32-bit project, it builds without problem. The project's GoogleTest window doesn't pop up after the project compiles. When I run the GTest project that comes with GoogleTest, it is giving me the following error:
"The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture."
I have tried changing the architecture to "Standard Architectures(Apple Silicon, Intel) -$(ARCHS_STANDARD)" in the Architectures section of the Build Setting window success.
The text was updated successfully, but these errors were encountered: