Pulse FlightRecorder Docs
  • SDK Documentation
    • Pulse Labs FlightRecorder Documentation
      • iOS
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Swift + SwiftUI
          • Swift + UIKit with Scenes
          • Swift + UIKit without Scenes
          • Objective-C with Scenes
          • Objective-C without Scenes
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • Android
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
          • Kotlin
          • Java
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
        • Update the SDK
        • Troubleshooting
      • ReactNative
        • Install SDK for ReactNative iOS
        • Install SDK for ReactNative Android
        • Update the SDK
      • Flutter
        • Overview
        • Install the SDK
        • Get your API Key
        • SDK Configuration
        • Create Custom Triggers
          • Capture Recording
          • Show the Introduction Screen
      • In-app Surveys
        • Create Survey
        • Edit Survey
        • Launch Survey
        • Pause Survey
        • Survey Responses
        • Survey Styling
    • ⬅️FlightRecorder Home
Powered by GitBook
On this page
  1. SDK Documentation
  2. Pulse Labs FlightRecorder Documentation
  3. iOS

Troubleshooting

Read here if you encounter any issues when running the SDK.

Error: Reason: no LC_RPATH's found

If you see the error 'Reason: no LC_RPATH's found' when running your app, you need to add the linker flag to find the framework:

  1. Go to the project Target, and select the Build Settings tab.

  2. Select All, and enter other linker flags into the filter.

  3. Click on the value field next to the Other Linker Flags key to open the editor window.

  4. Click the +, enter: -rpath Hit the Enter key.

  5. Click the + again, ensuring the next field is below the -rpath field, enter: @executable_path/Frameworks

  6. Click away from the window to add the setting, which should appear as "-rpath @executable_path/Frameworks" and run the app again.

Last updated 1 year ago