Check if this helps spurious ios build issue. Also make it more quiet

This commit is contained in:
Henrik Rydgård
2026-06-25 14:21:26 +02:00
parent 2c10fd12c4
commit 4a47128459
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -308,9 +308,6 @@ jobs:
brew install ldid dpkg pillow brew install ldid dpkg pillow
# Check Xcode version # Check Xcode version
xcodebuild -version xcodebuild -version
# List available Xcode versions
ls /Applications | grep Xcode
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Create iOS Version.txt file - name: Create iOS Version.txt file
if: matrix.id == 'ios' if: matrix.id == 'ios'
+1 -1
View File
@@ -36,7 +36,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode .. cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode ..
# Build PPSSPP using xcode # Build PPSSPP using xcode
#xcodebuild clean build -project PPSSPP.xcodeproj CODE_SIGNING_ALLOWED=NO -sdk iphoneos -configuration Release #xcodebuild clean build -project PPSSPP.xcodeproj CODE_SIGNING_ALLOWED=NO -sdk iphoneos -configuration Release
xcodebuild -project PPSSPP.xcodeproj -scheme PPSSPP -sdk iphoneos -configuration Release clean build archive -archivePath ./build/PPSSPP.xcarchive CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO #CODE_SIGN_IDENTITY="iPhone Distribution: Your NAME / Company (TeamID)" #PROVISIONING_PROFILE="xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" xcodebuild -project PPSSPP.xcodeproj -scheme PPSSPP -sdk iphoneos -configuration Release -quiet clean build archive -archivePath ./build/PPSSPP.xcarchive CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO #CODE_SIGN_IDENTITY="iPhone Distribution: Your NAME / Company (TeamID)" #PROVISIONING_PROFILE="xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
# Export IPA file from xcarchive (probably only works with signed build) # Export IPA file from xcarchive (probably only works with signed build)
#xcodebuild -exportArchive -archivePath ./build/PPSSPP.xcarchive -exportPath ./build -exportOptionsPlist exportOptions.plist #xcodebuild -exportArchive -archivePath ./build/PPSSPP.xcarchive -exportPath ./build -exportOptionsPlist exportOptions.plist
# This folder only exist when building with xcodebuild # This folder only exist when building with xcodebuild