** Add the Trace SDK before the build process ** Important: Please read the Trace license terms in the SDK. By clicking here to add the Trace SDK, you are agreeing to those license terms.
⚠️ This step is deprecated as it is not supported anymore.
Adds the Trace SDK static library during the Xcode build process into the resulting app artifact.
iOS:
The step works by linking and modifying the relevant Xcode project descriptor files to include necessary configurations in other linker flags. These are the following:
- Trace static library path
- System libraries: C and C++
- System Framework SystemConfiguration.framework
System libraries and frameworks are linked if they are not present. It’s recommended to add this step just before the Xcode build and archive step. This step is compatible with all Xcode projects that use Swift only, interoperability (mixed) and Objective-C only languages.
Source code for the iOS SDK can be found here: https://github.com/bitrise-io/trace-cocoa-sdk
Supported stack: Xcode 11 and 12
Android: For Android, please find the details below. Source for Android step: https://github.com/bitrise-steplib/bitrise-add-trace-sdk-android
Once the app has been deployed, developers can view the results of the app in the Trace addon.
Trace: https://trace.bitrise.io What's Trace? https://bitrise.io/add-ons/trace-mobile-monitoring Getting started guide: https://trace.bitrise.io/o/getting-started