Skip to content
GitHub Actions / Xcode test results failed Nov 26, 2023 in 0s

Xcode test results

Build Summary

Compile MTBBlockedMessage.m (x86_64)
error: Semantic Issue: String literal must be prefixed by '@' in a collection
warning: Semantic Issue: Method definition for 'getTrackerDict' not found

Source/MTBBlockedMessage.m:482:29: error: string literal must be prefixed by '@' in a collection
        @"Japan Railway": @["expy.jp/c/"],
                            ^~~~~~~~~~~~
                            @
Source/MTBBlockedMessage.m:21:17: warning: method definition for 'getTrackerDict' not found [-Wincomplete-implementation]
@implementation MTBBlockedMessage
                ^
In file included from Source/MTBBlockedMessage.m:8:
Source/MTBBlockedMessage.h:35:1: note: method 'getTrackerDict' declared here
- (NSDictionary<NSString*, NSArray<NSString*>*> *) getTrackerDict;
^
1 warning and 1 error generated.

Compile JRLPSwizzle.m (x86_64)
Compile HeaderViewController+MailTrackerBlocker.m (x86_64)
Compile GMCodeInjector.m (x86_64)

Annotations

Check failure on line 482 in Source/MTBBlockedMessage.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

String literal must be prefixed by '@' in a collection

Check failure on line 21 in Source/MTBBlockedMessage.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

warning

Method definition for 'getTrackerDict' not found