Issue building for Mac (Unity)

Trying to build for Mac and getting the following error on build:

”Plugin ‘libPulseC.dylib’ is used from several locations:
Packages/com.caffeine/3RD/PulsePhysiologyEngine/Plugins/Native/macOSi/libPulseC.dylib would be copied to /libPulseC.dylib
Packages/com.caffeine/3RD/PulsePhysiologyEngine/Plugins/Native/macOSs/libPulseC.dylib would be copied to /libPulseC.dylib”

Anything I am missing?

For anyone finding the same issue, it has to do with the import settings for these two files, you have to assign them to silicon or intel as they are for different targets, and by default they target “Any” CPU

1 Like