mb fix???
This commit is contained in:
parent
93868c1abd
commit
eb1ff2f1ab
11
.github/workflows/build-ipa.yml
vendored
11
.github/workflows/build-ipa.yml
vendored
@ -25,6 +25,17 @@ jobs:
|
||||
ls -la
|
||||
find . -name "*.xcodeproj" -type d
|
||||
|
||||
- name: Clean Project
|
||||
run: |
|
||||
rm -rf ~/Library/Developer/Xcode/DerivedData
|
||||
xcodebuild clean -project MobileMkch.xcodeproj -scheme MobileMkch
|
||||
|
||||
- name: Fix Project
|
||||
run: |
|
||||
cd MobileMkch.xcodeproj
|
||||
find . -name "*.pbxproj" -exec sed -i '' 's/isa = ".*";/isa = "PBXFileReference";/g' {} \;
|
||||
cd ..
|
||||
|
||||
- name: Build Archive
|
||||
run: |
|
||||
xcodebuild -project MobileMkch.xcodeproj \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user