We have Xcode Version 6.1.1 (6A2008a)
.Resently my clinet send new project.it some one developed 45%.So then i code run on my Xcode i got errors like this
ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386
After doing my R&D about this errors.Some one told changed Architectures in Xcode .Then i Changed like this
Architectures:Standard architectures(armv7,arm64)-$(ARCHS_STANDARD)
Build Active Architecture Only NO
Debug NO
Release NO
Valid Architectures:arm64 armv7 armv7s
Please guide me how to solved this
My OS X version 10.9.4
Processor:2.5GHz Intel Core i5
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_PlanITOSClient", referenced from: objc-class-ref in ServiceViewController.o 2)ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation
-- Means your class
ServiceViewController
file is missingtype 1
type 2
Make sure the ServiceViewController is a Target Member;
type 3
type 4
the above three types are not working fine please ref this link