046 2023-02-27
App Storeの最新機能について学んだり、質問したりできるイベントが開催
App Storeのエキスパートとつながりましょう - イベント - Apple Developer https://developer.apple.com/jp/events/app-store/
2023 年 2 月 28 日から 4 月 13 日までの間に、App Store の最新機能について学んだり、質問したりできる、オンラインイベント・イベントが Apple によって開催されます。
「ユーザー獲得の測定と改善のための App アナリティクス」は日本語でも実施されます。
OSS のリリース情報
iOS アプリ開発でよく使われている OSS のリリース情報です。
Apple
Swift Protobuf 1.21.0
https://github.com/apple/swift-protobuf/releases/tag/1.21.0
いくつかの変更が行われました。
サードパーティ
Nuke 11.6.3 11.6.4
https://github.com/kean/Nuke/releases/tag/11.6.3 https://github.com/kean/Nuke/releases/tag/11.6.4
Xcode 14.3 で用いる際に警告が表示される問題、ImagePipeline.image(for:delegate:)
を用いた際にリソースが解放されない問題の 2 つが修正されました。
xcbeautify 0.17.0
https://github.com/tuist/xcbeautify/releases/tag/0.17.0
xcodebuild -exportLocalizations
を用いた際の警告に対応しました。
fastlane 2.212.0 2.212.1
https://github.com/fastlane/fastlane/releases/tag/2.212.0 https://github.com/fastlane/fastlane/releases/tag/2.212.1
いくつかの機能が追加、問題の修正が行われました。 Apple ID で 2 段階認証を行う際に Apple ID がロックされる事象が修正されました。
LicensePlist 3.24.1
https://github.com/mono0926/LicensePlist/releases/tag/3.24.1
各オプションを設定ファイル(YAML ファイル)で定義して使えるようになりました。
SDWebImage 5.15.4
https://github.com/SDWebImage/SDWebImage/releases/tag/5.15.4
特定の Clang で用いた際に発生するクラッシュが修正されました。
Kingfisher 7.6.2
https://github.com/onevcat/Kingfisher/releases/tag/7.6.2
KFImage.Context.startLoadingBeforeViewAppear
が true
の際、KFImage
の URL に nil
を設定すると、CPU 使用率が高くなり、無限ループになる問題が修正されました。
XcodeGen 2.34.0
https://github.com/yonaskolb/XcodeGen/releases/tag/2.34.0
Target スキームに management
が追加されました。またいくつかの問題が修正されました。