-
## Outputs
```
▸ Compiling UhooiPicBookWidgets.swift
▸ Linking UhooiPicBookWidgets
❌ ld: in Carthage/Build/iOS/abseil.framework/abseil(abseil-dummy.o), building for iOS Simulator, but linking…
uhooi updated
4 years ago
-
# 概要
CI実行時間が長いので調査・改善する。
だいたい13〜18分くらいかかってる。
SPM使ってるからそんなもんなのかな?
# 対応内容
- [ ] 調査
- [x] 改善
- [x] Mintキャッシュ
- [x] SwiftPMキャッシュ
-
https://github.com/uhooi/UhooiPicBook/blob/develop/UhooiPicBookTests/Modules/MonsterList/Presenters/MonsterListPresenterTests.swift#L85
```diff
- typealias TestCase = (line: UInt, description: Str…
uhooi updated
4 years ago
-
```diff
env:
- DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_12.app
```
References:
- https://twitter.com/the_uhooi/status/13090541704…
uhooi updated
4 years ago
-
ref: https://developer.apple.com/forums/thread/661953
uhooi updated
4 years ago
-
This issue is so light issue.
use 'coil.api.load' to 'coil.load'
Fix ViewBindingAdapters, MonsterDetailFragment
-
**※要詳細**
### 必要性
### 期待値
### タスク内容
- [ ]
- [ ]
- [ ]
### その他の情報
### 参考URL・画像など
https://qiita.com/uhooi/items/bf888b53b4b8210108aa
-
日本語で失礼します。
`bin/` と `obj/` フォルダ内に格納されているファイルは、iOSアプリ開発でいうIPAファイルのようなものであり、EXEファイルのサイズなどを考えてもGitの管理外にするのがいいと思います。
特に `obj/` フォルダ内のファイルは中間ファイルなので不要です。 `**/Debug/` フォルダ内のファイルもデバッグ時に生成されるので不要です。
私は…
uhooi updated
4 years ago
-
### 必要性
### 期待値
### タスク内容
- [ ]
- [ ]
- [ ]
### その他の情報
### 参考URL・画像など
-
**Describe the bug**
インデントがずれており、現状手動で直すしかない
**Additional context**
[EditorConfig](https://editorconfig.org/)の導入によって解消されるのでは?