You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when using EOS_DISABLE define: Library/PackageCache/com.playeveryware.eos@74682501a1/Runtime/macOS/Core/MacOSPlatformSpecifics.cs(47,43): error CS0246: The type or namespace name 'PlatformSpecifics<>' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
We will either ship a hotfix for this release today - or make the change as part of our next release that should be coming within the week. For the time being, you should be able to resolve the issue by surrounding the MacOSPlatformSpecifics class definition with
#if !EOS_DISABLE
/* ... */
#endif
paulhazen
added
bug
Something isn't working
build
Changes that are related to CI/CD or generally the build process.
labels
May 7, 2024
Error when using EOS_DISABLE define:
Library/PackageCache/com.playeveryware.eos@74682501a1/Runtime/macOS/Core/MacOSPlatformSpecifics.cs(47,43): error CS0246: The type or namespace name 'PlatformSpecifics<>' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered: