zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.67k stars 2.35k forks source link

Platform.hpp not found issue on macOS Sonoma and Xcode 15.2 #4654

Closed Mumthasir-vp closed 7 months ago

Mumthasir-vp commented 7 months ago

Please use this template for reporting suspected bugs or requests for help.

Issue description

I have installed libzmq using cocoapod. pod 'libzmq' After pod installation tried the following cmake installation as per the suggestion on this existing created issue

Environment

Minimal test code / Steps to reproduce the issue

  1. Try installing libzmq with the specified env on a new project.
  2. Build the project.

What's the actual result? (include assertion message & call stack if applicable)

Showing 'Plaform.hpp file not found'

Screenshot 2024-02-11 at 1 38 08 PM

What's the expected result?

Should be able to run the project without any error.

bluca commented 7 months ago

I have installed libzmq using cocoapod

This is an external project with no relationship with this, so please open an issue with the owner of that tool