615 B
615 B
Learnings
HKStateOfMindwrite APIs are directly available on iOS 18+ and can be created with date/kind/valence/labels/associations in one call.- Moodwell exports can include large arrays and sparse optional fields, so dry-run validation is necessary before committing to HealthKit.
- Headless/sandboxed
xcodebuildmay fail SwiftUI#Previewmacro expansion, so keeping previews out of CI-oriented builds avoids false negatives. - In
.stringsfiles,%@with integer arguments inString(format:)can triggerEXC_BAD_ACCESS; use numeric specifiers like%ldandString.localizedStringWithFormat.