Skip to content

Is vsomeip supported for Apple (MacOS) systems? #687

Closed Answered by fcmonteiro
srchaitu2008 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, currently we do not support MacOS.
However, I believe the code adaptation shouldn't be that difficult.
You can try adding __APPLE__ to the ifdef/ifndef we have in the code. eg;
#if defined(__linux__) || defined(ANDROID) || defined(__QNX__)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fcmonteiro
Comment options

Answer selected by srchaitu2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants