The same thing just happened to me (using CocoaPods), the problem is basically the reference to the agent libraries, *.h can't find them. In my case when reviewing I realized that when adding the code pod 'AppDynamicsAgent' IT WAS NOT ADDED IN THE CORRECT TARGET and I solved it in a simple way, for that I carried out the following steps: 1.- Remove the added line (pod 'AppDynamicsAgent') and run the sentence again: pod install 2.- Add the line in my MAIN TARGET of my mobile application (it is usually at the beginning of the file) this in the PODFILE file that is usually inside the folder that contains your application to monitor. 3.- Run the sentence again: pod install Try the references again and ready solved. I hope it serves many people, Greetings from Bolivia.
... View more
Hello everyone, In my case the same problem, leaving through a proxy, the solution was simple, they enabled the permissions for the PROXY to accept SSL connections without certificates, and it worked perfectly. I hope it works for you, greetings.
... View more
Hello, I have the same problem, I also read the parameter and download version 4.4 I downloaded it from here:
https://download.appdynamics.com/download/#version=4.4.3&apm=machine&os=&platform_admin_os=&appdynamics_cluster_os=&events=&eum=&page=1
I'm trying it,
I hope you help them,
Regards,
Erick
... View more