Strange errors at runtime - tutorial iOS 3a
In file included from /Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationToken.h:13:
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
NS_ASSUME_NONNULL_BEGIN
^
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:19:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationTokenRegistration : NSObject
^
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationTokenRegistration.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
In file included from /Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationToken.m:11:
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationToken.h:15:24: error: expected ';' after top level declarator
NS_ASSUME_NONNULL_BEGIN
^
;
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationToken.h:42:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
NS_ASSUME_NONNULL_END
^
/Users/admin/Dropbox/Embi2/Pods/Bolts/Bolts/Common/BFCancellationToken.m:14:1: error: cannot combine with previous '(error)' declaration specifier
@interface BFCancellationToken ()
^
6 errors generated.
Comments