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 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 \
You can’t perform that action at this time.
0 commit comments