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 3c8d8dc commit 791c456Copy full SHA for 791c456
.github/workflows/gptdriverscript.yml
@@ -57,7 +57,8 @@ jobs:
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 \
+ # CORRECTED: Removed 'Branch-SDK/' from the project path
61
+ xcodebuild build -project BranchSDK.xcodeproj \
62
-scheme BranchSDK \
63
-configuration Debug \
64
-sdk iphonesimulator \
0 commit comments