hyling
hyling
> That said, many seasoned Objective-C developers caution against actually using NSAssertionHandler in production applications. Foundation assertion handlers are something to understand and appreciate from a safe distance. Proceed with...
**Describe the bug** I'm getting undefined symbols for architecture arm64: "_OBJC_CLASS_$_CBLReplicatedDocument" **To Reproduce** `NSLog(@"%@", NSStringFromClass([CBLReplicatedDocument class])); ` or from Swift calling an Objective C method ``` // where aDoc is...
Please update CocoaPods to 1.5.0. It's still on 1.4.0 which is 2 years old. https://cocoapods.org/pods/SBObjectiveCWrapper
### The issue Getting this error when compiling for Mac Catalyst: Carthage/Build/DatadogObjc.xcframework:1:1: While building for Mac Catalyst, no library for this platform was found in 'Carthage/Build/DatadogObjc.xcframework'. --- #### Datadog SDK...