bash: /Demo.app/Frameworks/PDFNet.framework/strip-framework.sh: No such file or directory

I’m using Xcode Version 11.3.1 and downloaded PDFTron for iOS Version 7.1.0. I followed the integration steps and the view a document steps. When I try to build the project, I get the following error.

bash: /Demo.app/Frameworks/PDFNet.framework/strip-framework.sh: No such file or directory

Command PhaseScriptExecution failed with a nonzero exit code

Under frameworks for my project, I can see the PDFNet.Framework and Tools.Framework.
Under Build Phases, I added the following run script as the instructions say: bash “$BUILD_PROJECT_DIRS/$FRAMEWORKS_FOLDER_PATH/PDFNet.framework/strip-framework.sh”

I’m not sure why the error says no such file or directory.

Thank you

Hello,

Thank you for contacting us. Are you integrating the framework using CocoaPods? If so, please note that you do not need to follow the manual integration guide and will not need to include the strip frameworks script in the build phases section.