I'm running an application on Xcode 6.1 and iPhone (iOS 8.1) simulator. While running I'm getting below log on console window :
Warning: Error creating LLDB target at path '/Users/macbook/Library/Developer/Xcode/DerivedData/..Project.app'-
using an empty LLDB target which can cause slow memory reads from remote devices.
If I run app in Xcode 5.x and iPhone (iOS 7.x) simulator then there is no such log on console. What might be reason? Will there be an issue if I upload app to app-store.
This warning is solved by changing Build Settings :
Change 'Architectures' to 'Standard architectures (armv7, arm64) - $(ARCHS_STANDARD)'
This will prompt an alert stating iOS 5.1.1 and above are supported. Click 'Change Deployment Target to 5.1.1'
Also, this is preferred build setting since Apple is forcing developers to build apps on 64 bit architecture. Apple document Link