Skip to content

Commit

Permalink
feat: Derived data 삭제 명령어 추가
Browse files Browse the repository at this point in the history
- xcargs Rosetta 환경으로 설정
  • Loading branch information
Do-hyun-Kim committed Dec 26, 2024
1 parent 7aa9563 commit dbccd99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:

- name: Tuist Generate Commnad
run: tuist generate


- name: Clean Derived Data
run: rm -rf ~/Library/Developer/Xcode/DerivedData

- name: fastlane upload_prd_testflight
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') }}
env:
Expand Down
14 changes: 7 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ platform :ios do
"com.5ing.bibbi.widget" => "match AppStore com.5ing.bibbi.widget"
}
},
xcargs: "EXCLUDED_ARCHS='arm64'"
xcargs: "arch=x86_64"
)

upload_to_testflight(skip_waiting_for_build_processing: true)
Expand All @@ -107,8 +107,8 @@ platform :ios do
message: "⭐️ 테스트 플라이트 업로드 성공",
channel: "#알림-ios-배포",
slack_url: "#{SLACK_HOOK_URL}",
username: "대신 배포해주는 고양이",
icon_url: "https://avatars.githubusercontent.com/u/21079970?v=4",
username: "Bibbi bot",
icon_url: "https://avatars.githubusercontent.com/u/160627812?s=200&v=4",
payload: {
"Build Date" => Time.new.to_s,
},
Expand Down Expand Up @@ -210,8 +210,8 @@ platform :ios do
message: "⭐️ 테스트 플라이트 업로드 성공",
channel: "#알림-ios-배포",
slack_url: "#{SLACK_HOOK_URL}",
username: "대신 배포해주는 고양이",
icon_url: "https://avatars.githubusercontent.com/u/21079970?v=4",
username: "Bibbi bot",
icon_url: "https://avatars.githubusercontent.com/u/160627812?s=200&v=4",
payload: {
"Build Date" => Time.new.to_s,
},
Expand Down Expand Up @@ -359,8 +359,8 @@ platform :ios do
message: "❗️ 테스트 플라이트 업로드 실패",
channel: "#알림-ios-배포",
slack_url: "#{SLACK_HOOK_URL}",
username: "대신 배포해주는 고양이",
icon_url: "https://avatars.githubusercontent.com/u/21079970?v=4",
username: "Bibbi bot",
icon_url: "https://avatars.githubusercontent.com/u/160627812?s=200&v=4",
success: false,
attachment_properties: {
fields: [
Expand Down

0 comments on commit dbccd99

Please sign in to comment.