My app have errors about supporting 64 bit.
I was change some settings from main project and library(inner project).
- Architectures -> Standard architectures(armv7, arm64)
- Valid Architectures -> add 'arm64'
- iOS Deployment Target -> iOS 7.0
But xcode printed this text.
Undefined symbols for architecture arm64: "_inv", referenced from: -[abc pointTo:] in aLibrary.a(abc.o) . . . ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I need help about this.