Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To display the source code framework of an app in Xcode 13.1, follow these steps:

  1. Open Xcode 13.1 and select your project in the project navigator.
  2. Click on your target from the targets list.
  3. Click on the "Build Phases" tab.
  4. In the "Link Binary With Libraries" section, click on the "+" button and select "Add Other..."
  5. Navigate to the location where the framework source code is located.
  6. Select the framework source code folder and click "Open".
  7. In the "Project Navigator", expand the framework folder to reveal its source code files.
  8. You can now view, edit and debug the source code framework of your app.

Note: If the framework source code is not available on your local machine, you will need to obtain it from the original source and import it into Xcode using the steps above.