File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 53
53
# --- Step 3: Build the iOS Branch SDK Framework ---
54
54
- name : Build Branch SDK Framework
55
55
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 \
59
61
-scheme BranchSDK \
60
62
-configuration Debug \
61
63
-sdk iphonesimulator \
You can’t perform that action at this time.
0 commit comments