cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Deepanshu.Grover
AppDynamics Team

Symptoms

The following error appears after compilation of the IOS app that is instrumented with the AppDynamics IOS agent.

 

Related screenshots:

 

inline-933281922.png

Diagnosis

This issue is seen when the path to the ADEUMInstrumentation framework is not resolved properly within the app.

Solution

To resolve this issue:

 

  1. Move a copy of the AD framework to your project folder.
  2. Add $PROJECT_DIR to FRAMEWORK_SEARCH_PATHS with recursive.

Result: The header is accessible and the build will succeed.

 

Note: If ADEUMInstrumentation.framework is not in the same folder (or a subfolder) of your project file, you might have to add its path to your Framework Search Paths (FRAMEWORK_SEARCH_PATHS) setting. This is automatic if you add the framework to your project using the Build Phases tab.

 

Version history
Last update:
‎10-12-2018 02:10 PM
Updated by: