Skip to content

Commit 3c8d8dc

Browse files
Update gptdriverscript.yml
1 parent 7db6a61 commit 3c8d8dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gptdriverscript.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
# --- Step 3: Build the iOS Branch SDK Framework ---
5454
- name: Build Branch SDK Framework
5555
run: |
56-
# Build for simulator. Adjust scheme if necessary.
57-
# The output framework will be in build/Debug-iphonesimulator/BranchSDK.framework
58-
xcodebuild build -project BranchSDK/BranchSDK.xcodeproj \
56+
echo "--- Listing contents of the SDK repo directory for debugging ---"
57+
ls -R . # List contents recursively from the current working directory
58+
echo "-------------------------------------------------------------"
59+
echo "Attempting to build the SDK framework..."
60+
xcodebuild build -project Branch-SDK/Branch-SDK.xcodeproj \
5961
-scheme BranchSDK \
6062
-configuration Debug \
6163
-sdk iphonesimulator \

0 commit comments

Comments
 (0)