I am getting the error while archiving the project, I googled it for the exact solution but they doesn’t meet my requirements.
Apple Mach-O Linker Error Command/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
Some of the solution which I got,
- Import the file
#import “xView.minstead of#import “xView.h - Cleaning the build and restart the xcode
- Missing of frame work
But it doesn’t worked for me, even my project running while testing it in simulator.
Finally i solved my issue , actually in my project i have two images which have the same name generally xcode not accept the same name of file but some where it accepted and due to this i am getting the error every time while archiving the project , so i removed the duplicate image and archive the project sucessfully.
hope this will help you guys .