hengyu

Results 5 comments of hengyu

@Hatsushira Thanks for the reference! I think the problem might be the using of `Bundle.module` in translation utility methods.

Hi team, do we have any updates on this issue? This does not block the build & compile for local tests but does block the archive process which prevents us...

Thanks @gavirawson-apple, l'll try the fallback instructions.

**Wondering** Let's see the property ```swift var _moveHistory: [(move: Move, piece: Piece, capture: Piece?, enPassantTarget: Square?, kingAttackers: Bitboard, halfmoves: UInt, rights: CastlingRights)] ``` in file [Game.swift](https://github.com/nvzqz/Sage/blob/develop/Sources/Game.swift). Does the element in...

Don't use the latest ResearchKit in main branch, it requires iOS 15.0 as the minimum deployment target. Instead, try using the commit https://github.com/ResearchKit/ResearchKit/commit/90c68d0d195f23fff1f618a9a4ffa518be9ac845 prior to the iOS 15.0 requirement. `cd...