I'm getting the Undefined symbols for architecture x86_64 error when I try to compile my iOS app, and I'm trying to follow the solution here. When I expand the options for architectures, I see this:
How do I "Change it from "Standard Architectures" to "Universal"" as the solution states? I tried replacing $(ARCHS_STANDARD) with $(ARCHS_UNIVERSAL), but this didn't work.
Add a comment

