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
The text was updated successfully, but these errors were encountered:
xanadu
changed the title
Package.swift does not define NDEBUG for release build
Package.swift does not define NDEBUG or NS_BLOCK_ASSERTIONS for release build
Nov 20, 2024
Thanks for raising this with us. We have added an item to our backlog to make this change, and we will be sure to update you here once this is released.
Describe the bug
Package.swift does not define NDEBUG or NS_BLOCK_ASSERTIONS for release build
Steps to reproduce
nm Bugsnag.o | grep -i "assert" 1 ↵
U OBJC_CLASS$_NSAssertionHandler
Suggestion
Add c building flag to compile NS_ASSERT and assert out.
The text was updated successfully, but these errors were encountered: