Is it possible scan Objective-C on Windows

Hi Community,

I want to scan Objective-C code on Windows, is it possible?

Thank you in advance.

Hi @ckonca,

if you are building your project on Windows then yes, you can analyze your code on Windows. We have one requirement, build & analyze in the same environment.

Hi @mpaladin ,

Actually our mobile development team use Swift and Objective-C together.
And they build project with xcodebuild command on mac os. I get the project and don’t know how to build it on Windows.

Hi @ckonca,

then you should build & analyze the project on macOS, you cannot analyze it on Windows.

1 Like

Thank you @mpaladin

I get my answer :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.