Patrick
Patrick
Thanks for continuing to look into it @gwynne. 🙏🙏🙏🙏🙏
Similar to myself however for me it depends on the size of the project. If I create a new xcode project, `xcodebuild` works. If I use it on an existing...
> Yes, I found if I use hmap replace header search path, it can generate .xcactivitylog correctly. So I think it may be an `argument to long` error in xcodebuild....
I've switched to using Xcode directly to build instead of `xcodebuild` and that works. I do need to wait a few seconds after the build is finished before running xclogparser.
@NghiaTranUIT `Map Local` keyboard shortcut no longer works for me (CTRL + ALT + CMD + L). Breakpoint does however. Are you able to reproduce it on your end? Running...
Any update on this?
Until this is fixed in SwipeCellKit, this is what I used as a workaround: ``` // MyCell: SwipeCollectionViewCell var accessibilityCustomActionsAdditional: [UIAccessibilityCustomAction] = [] override var accessibilityCustomActions: [UIAccessibilityCustomAction]? { get {...
This would be fantastic, @morganchen12 were you still working on this?
This is still in progress. Will get round to it very soon.
Hey @joshdholtz thanks for reaching out! I think it should be good to go for review. Maybe one additional change could be that it doesn't require a user to add...