mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Check if this helps spurious ios build issue. Also make it more quiet
This commit is contained in:
@@ -308,9 +308,6 @@ jobs:
|
||||
brew install ldid dpkg pillow
|
||||
# Check Xcode 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
|
||||
if: matrix.id == 'ios'
|
||||
|
||||
@@ -36,7 +36,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode ..
|
||||
# Build PPSSPP using xcode
|
||||
#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)
|
||||
#xcodebuild -exportArchive -archivePath ./build/PPSSPP.xcarchive -exportPath ./build -exportOptionsPlist exportOptions.plist
|
||||
# This folder only exist when building with xcodebuild
|
||||
|
||||
Reference in New Issue
Block a user