# apm-agent-ios **Repository Path**: mirrors_elastic/apm-agent-ios ## Basic Information - **Project Name**: apm-agent-ios - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![macos](https://github.com/elastic/apm-agent-ios/actions/workflows/macos.yml/badge.svg)](https://github.com/elastic/apm-agent-ios/actions/workflows/macos.yml) # apm-agent-ios : APM Agent for iOS This is the official iOS package for [Elastic APM](https://www.elastic.co/solutions/apm) ## Documentation Visit [elastic.co](https://www.elastic.co/guide/en/apm/agent/swift/current/index.html) for the iOS agent documentation. To build this project's documentation locally, you must first clone the [`elastic/docs` repository](https://github.com/elastic/docs/). Then run the following commands: ```bash # Set the location of your repositories export GIT_HOME="/" # Build the APM iOS documentation $GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-agent-ios/docs/index.asciidoc --chunk 1 --open ``` ## Notes ### disabling noisy logs - CoreTelephony in simulator ```xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony``` - Layout Constraints warnings ```xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.UIKit```