Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Bitriseのリモートアクセス機能 #bitrise_meetup/remote_acces...
Search
fromkk
October 01, 2020
Programming
1
600
Bitriseのリモートアクセス機能 #bitrise_meetup/remote_access_of_bitrise
Virtual BUG Japan #4で登壇した内容です。とある環境でビルドができなくなっていたので問題切り分けのためにBitriseのマシンにログインして調査した内容を共有しました。
fromkk
October 01, 2020
Tweet
Share
More Decks by fromkk
See All by fromkk
note社の全員野球で品質向上活動について / note_qa_challenge #iOS_test_teatime
fromkk
3
1.9k
1年分のデータが見たいと言われてやったこと/yearly_data_with_note
fromkk
0
980
note iOSチームの自動化 ver.2021/automation_with_iOS_team_on_note_ver2021
fromkk
0
2k
Bitrise体験会説明資料/bitrise_explore
fromkk
1
1.1k
noteのiOSアプリで実装したアクセシビリティの全て #iosdc #a /a11y_with_iOS_App_on_note
fromkk
2
4.1k
dSYMのアップロードで SPMを活用する/use_spm_with_upload_dsyms
fromkk
1
3k
note社でのMagic Pod活用事例 #af_iosdc/magicpod_with_note
fromkk
2
11k
iOSには無いmacOS独自機能をCatalystで実装する #iosdc #d/make_macos_apps_with_catalyst
fromkk
9
2.2k
Catalystに対応したアプリをリリースするまでのリジェクト集 #iosdc #a #lt/iosdc_2020_lt
fromkk
2
1.1k
Other Decks in Programming
See All in Programming
CSC509 Lecture 08
javiergs
PRO
0
250
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
190
Software Architecture
hschwentner
6
2.3k
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
630
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
200
Leading Effective Engineering Teams in the AI Era
addyosmani
7
610
Devoxx BE - Local Development in the AI Era
kdubois
0
140
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
610
AI Agent 時代的開發者生存指南
eddie
4
2.1k
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
240
iOSでSVG画像を扱う
kishikawakatsumi
0
170
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
Making Projects Easy
brettharned
120
6.4k
Code Reviewing Like a Champion
maltzj
526
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Pragmatic Product Professional
lauravandoore
36
7k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
610
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Being A Developer After 40
akosma
91
590k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Documentation Writing (for coders)
carmenintech
75
5.1k
Transcript
Bitriseのリモートアクセス機能 Virtual BUG Japan #4
struct Profile { let name = "Kazuya Ueoka" let company
= " note inc." let twitter = " @fromkk" let github = " fromkk" let qiita = " fromkk" let note = " fromkk" }
None
None
None
None
None
None
リモートアクセス機能 • ビルドを実⾏しているマシンにssh、もしくはVNCで⼊ること ができる機能 9
None
None
None
まとめ • ⼿元では成功するのにリモート環境で失敗する場合、まずはロ グの確認 • それでも不明の場合にはリモートアクセス機能を利⽤すると解 決することがあるかも 13