Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using an empty LLDB target which can cause slow memory reads from remote devices [duplicate]

I am using Xcode 12 and I am getting an warning as below:

Warning: Error creating LLDB target at path '/Users/ABC/Library/Developer/Xcode/DerivedData/demowatchapp-blfzfuqxehfteaaofqpdlfuurtdr/Build/Products/Debug-watchsimulator/watchapp.app'- using an empty LLDB target which can cause slow memory reads from remote devices.

I have checked that there are solutions to this from xcode 6 as to change the architecture to arm64. I checked that as well in build settings and it is mentioned as standard architecture. I have read it as with new xode apple itself make it as standard architecture i.e arm64, armv7. So now not sure what is wrong. I have also checked that my iOS app, watch app and the extension all have the same architecture.

enter image description here

I have also checked below link which are not working for me: Xcode - Error creating LLDB target

like image 831
Nik Avatar asked Sep 29 '20 07:09

Nik


1 Answers

My Xcode 12.2 settings: I use OS BigSur release

I found that the setting Architectures>Build Active Architecture Only>Release must be set to Yes

Architectures>Build Active Architecture Only>Release

like image 100
ZUser Avatar answered Sep 20 '22 22:09

ZUser