python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ignore system headers when applying clang-tidy on macOS project
I’ve started using clang-tidy on my cmake based project that runs on macOS platform.
Unfortunately, this option isn’t supported on Xcode project generation but only in Makefile.
So when I compiled on ...
Zohar81
Votes: 0
Answers: 1
Conditional import in Objective-C
My app is in swift and has some files from other modules in objective-c. App has 2 targets, lets say Target-1 and Target-2. When I build the app, a file called as "Target(number)-Swift.h" is...
tech_human
Votes: 0
Answers: 1
Swift Package Mixed Language does not compile
I have searched lengthely for the solution to my problem, thus before changing strategy, I decide to ask here.
What I need is a mixed language Swift Package using Swift, c++ and Objective-C++. But, I ...
AhsokaTano
Votes: 0
Answers: 0