Post

Replies

Boosts

Views

Activity

Reply to Xcode integration with clang-tidy
Hi, Just trying to bump this issue as it's really crucial for me. Currently in order to workaround this problem I run the CMake twice, once to generate Xcode project and another time to build from regular Makefile. the Makefile build is meant only for running the clang-tidy, while the Xcode project used for debugging ... however, it's very cumbersome to make the extra builds, and I'm sure there maybe an easier workaround like Xcode plugin or such ...
Oct ’21
Reply to SwiftUI using .tag in picker doesn’t work on ForEach generated items
That's for your point... for some reason the ForEach loop goes through the items twice. for example, if the list contain [a b c] so the foreach goes through: a b c a b c any idea why ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to CMake, Xcode, and Swift and Objective-C
Hi, did you manage to solve it. I also struggling with the same issue.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode integration with clang-tidy
Hi, Just trying to bump this issue as it's really crucial for me. Currently in order to workaround this problem I run the CMake twice, once to generate Xcode project and another time to build from regular Makefile. the Makefile build is meant only for running the clang-tidy, while the Xcode project used for debugging ... however, it's very cumbersome to make the extra builds, and I'm sure there maybe an easier workaround like Xcode plugin or such ...
Replies
Boosts
Views
Activity
Oct ’21