We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9d38 commit 7404854Copy full SHA for 7404854
.github/workflows/gpt-driver-tests.yml
@@ -72,7 +72,7 @@ jobs:
72
# Create a 'Frameworks' directory within the app repo for the local SDK
73
mkdir -p ./ios-app-repo/Frameworks
74
# Copy the built framework
75
- cp -R ./branch-ios-sdk-repo/build/BranchSDK.framework ./ios-app-repo/Frameworks/
+ cp -R ./branch-ios-sdk-repo/build/BranchSDK.xcframework ./ios-app-repo/Frameworks/
76
working-directory: ${{ github.workspace }} # Run from the root of the GITHUB_WORKSPACE
77
78
# --- Step 6: Build the iOS Branch Link Simulator App using the local SDK Framework ---
0 commit comments