Xcode 8 Error creating LLDB target

I facing issues in Xcode 8 while trying to execute the application. I am using Xcode Version 8.3.2 (8E2002) and Swift 3 for creating the project and when i try to run the application it is getting installed in the iPhone simulator but displays an error message in the console window as mentioned below.


Warning: Error creating LLDB target at path '/Users/anand/Library/Developer/Xcode/DerivedData/Dicee-gslmyrsjbqfaecdnquedjgmlmxwj/Build/Products/Debug-iphonesimulator/Dicee.app'- using an empty LLDB target which can cause slow memory reads from remote devices.
error: failed to launch '53355'


Kindly provide solution to the above error.

Replies

Is that a legacy project or fresh?


Which (valid) architectures are in use?


32-and/or 64-bit support? Are you supporting the native architecture of the device you're targeting?