1

I have requirement to test an iOS App on iPhone using instruments which comes along with Xcode5. But the problem is i dont have xcode project file instead i have an app downloaded from customer site nor they are willing to share project file. So please let me know if it is possible to identify native objects of app using Instruments?

1 Answers1

0

No, you can just test the app for leaks. You can identify its native objects only in case they are provided open without zip. I think so.

Karthik Sivam
  • 2,505
  • 3
  • 18
  • 24