Skip to content

[SDK-2527] Add request & response objects to the BranchLogCallback #566

[SDK-2527] Add request & response objects to the BranchLogCallback

[SDK-2527] Add request & response objects to the BranchLogCallback #566

Triggered via pull request December 9, 2024 21:12
Status Failure
Total duration 1m 15s
Artifacts

verify.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L29
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L42
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L58
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L71
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L84
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L103
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L126
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L149
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L172
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Branch-TestBed/Branch-SDK-Tests/BranchLoggerTests.m#L190
incompatible block pointer types assigning to 'BranchLogCallback _Nullable' (aka 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong, NSMutableURLRequest * _Nullable __strong, BNCServerResponse * _Nullable __strong)') from 'void (^)(NSString * _Nonnull __strong, BranchLogLevel, NSError * _Nullable __strong)'
verify: Sources/BranchSDK/BranchShareLink.m#L8
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/Public/BranchShareLink.h#L9
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/BranchPasteControl.m#L9
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/Public/BranchPasteControl.h#L9
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/BranchCSSearchableItemAttributeSet.m#L8
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/Public/BranchCSSearchableItemAttributeSet.h#L8
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/BranchActivityItemProvider.m#L9
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/Public/BranchActivityItemProvider.h#L9
'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
verify: Sources/BranchSDK/Branch.m#L1057
'setTrackingDisabled:' is deprecated: This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` with `BranchAttributionLevelNone` instead. [-Wdeprecated-declarations]
verify: Sources/BranchSDK/Branch.m#L1771
'setTrackingDisabled:' is deprecated: This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` with `BranchAttributionLevelNone` instead. [-Wdeprecated-declarations]
verify
No files were found with the provided path: fastlane/test_output. No artifacts will be uploaded.