2

What is the AssistanceServices framework and how do I resolve this warning?

warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.0 (9A334)/Symbols/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices (file not found). warning: No copy of AssistantServices.framework/AssistantServices found locally, reading from memory on remote device. This may slow down the debug session.

user1007721
  • 811
  • 1
  • 6
  • 4

1 Answers1

1

you can ignore this warning.. i assume you use an iPhone 4S for debugging? apple didn't publish full device support libraries for 4S (so it needs to read it fromd device) but as this is a private framework it doesn't really matter

Martin Ullrich
  • 94,744
  • 25
  • 252
  • 217