Unity-Technologies / Unity-Technologies/com.unity.webrtc
[BUG]: '__debug' file not found while building the plugin on MAC and xcode15
@karasusan is already working on this.
Since Apr 19, 2024.
- Dominant language
- Assembly
- Stars
- 852
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Package version
3.0.0-pre.7
Environment
* OS:macOS Sonoma 4.4.1
* XCode 15
Steps To Reproduce
Clone the repo
try to run Build_plugin_mac.sh
it says then no Plugin~/webrtc folder found under BuildScripts~
then i copied the plugin~ folder from the repo to BuildScripts~
process goes further and throws this error
Current Behavior
/BuildScripts~/Plugin~/libcxx/debug.cpp:21:10: fatal error:
'__debug' file not found
#include "__debug"
^~~~~~~~~
1 error generated.
Expected Behavior
it generates plugin for mac device.
Anything else?
i wanted to build custom version of webrtc, but before that i want to understand normal flow and build process of webrtc , but that is also not working for me:(
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.