Actually I have started my application in xcode 4.3.3 in 4 months back,
Now our requirement is to run the app in iOS 6.0
For that purpose I upgraded my xcode to xcode 4.5.2 wich supports iOS 6.0.
those apps started in xcode 5.5.2 are executed in device without any issues.
But those apps Started in Xcode 4.3.3 and bellow are not executed while im testing in Device (Any ios).
(no issues in simulator..)
I got Error "Apple Mach O Linker Error"
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried following steps, even I didn't run the app
..
Disconnect your device.
- Disconnect the device.
- Quit xcode (Don't just simply close the window, quit it)
- Delete derived data folder (~/Library/Developer/Xcode/DerivedData/ gbrvhlvwmpiobxdujegtghggrffp - or something like that)
- Now start Xcode, connect device and run the project.