I'm getting the following warning in XCode 7 (7A220) on an iOS9 simulator:
Warning: Error creating LLDB target at path '***.app'- using an empty LLDB target which can cause slow memory reads from remote devices.
A project has been previously built for iOS8 in XCode 6 without any warnings and also I've checked out all similar topics on SO, like this one: Xcode - Error creating LLDB target
But all they are boiled down to the one thing: "Change 'Architectures' to 'Standard architectures (armv7, arm64) - $(ARCHS_STANDARD)'". This point has already been successfully performed in the previous version of a project in Xcode 6 (and all existent topics have to do with the aforementioned version):
Any suggestions will be appreciated.