Post

Replies

Boosts

Views

Activity

Reply to Having issues with DatePicker iOS14
I can confirm, having the same bug, with a very simple form &#9;&#9;Form { &#9;&#9;&#9;&#9; Section { &#9;&#9;&#9;&#9;&#9;&#9;DatePicker(self.label, selection: self.value) &#9;&#9;&#9;&#9; } &#9;&#9;} 2020-11-29 21:11:08.171127+0100 Budgetify[85909:3309604] [Warning] Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a table view cell's content view. We're considering the collapse unintentional and using standard height instead. Cell: <SwiftUI.ListCoreCellHost: 0x7ffdbc08f800; baseClass = UITableViewCell; frame = (0 123; 788 44); autoresize = W; layer = <CALayer: 0x60000223b960>>
Nov ’20
Reply to Exporting localization using xcodebuild with a project containing macros
Hi, I've tried your method, but it appears that while exporting localization using that destination (and removing -sdk), it is trying to build also for macOS. If I leave -sdk while adding -destination it starts to compile only for iOS, but the "cannot find external macro" error returns. Maybe the root cause is the same that prevents me to use Xcode itself (not xcodebuild) for exporting localization. While exporting localization from Xcode, if I'm using a package Xcode will try to export the localization both using iOS and macOS sdk (with destination null) Maybe when using the destination flag (instead of the sdk) the localization export tries to compile for both iOS and macOS (Which of course cannot compile due to the fact I'm using iOS only apis)
Mar ’24