Help building plugin
Hi all,
Im not a developer and I took over this project from my previous developer and have been using AI to help me set it up from CC 2020 to CC 2025 but running into some issues and would greatly appreciate some feedback. Building it in Xcode 15, macOS 13.5.2.
I will list some of the errors I get:
=====
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h
-----
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:216:17 No member named '__constexpr_memcmp' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:220:17 No member named '__constexpr_strlen' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:227:12 No member named '__constexpr_char_memchr' in namespace 'std'; did you mean '__builtin_char_memchr'?
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:286:17 No member named '__constexpr_wmemcmp' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:290:17 No member named '__constexpr_wcslen' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__string/char_traits.h:297:17 No member named '__constexpr_wmemchr' in namespace 'std'
=====
=====
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex
----
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:598:29 No member named '__constexpr_isinf' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:598:60 No member named '__constexpr_isinf' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:599:29 No member named '__constexpr_isinf' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:599:60 No member named '__constexpr_isinf' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:601:19 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:601:50 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:602:22 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:603:39 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:606:19 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:606:50 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:607:22 No member named '__constexpr_isnan' in namespace 'std'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/complex:608:39 No member named '__constexpr_isnan' in namespace 'std'
=====
===
/Users/abrahamgeorges/Documents/PluginSDKRoot/SDK/plugin_sdk_20.1.0.071/external/macos/include/boost/smart_ptr/detail/sp_nullptr_t.hpp
----
/Users/abrahamgeorges/Documents/PluginSDKRoot/SDK/plugin_sdk_20.1.0.071/external/macos/include/boost/smart_ptr/detail/sp_nullptr_t.hpp:35:13 No type named 'nullptr_t' in namespace 'std'; did you mean simply 'nullptr_t'?
===
