zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1

Home Page:https://www.zeromq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mumthasir-vp opened this issue · comments

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

  • OS: macOS Sonoma 14.3.1
  • Xcode: 15.2
  • libzmq version: 4.0.4
  • cmake: 3.28.3
  • cocoapod: 1.15.2

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.

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