Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building the CocoaPods dependency project GoogleUserMessagingPlatform...
- =============================================================================
- WARNING: this project contains shell scripts, which CANNOT BE RUN on Windows
- without being translated first.
- WORKAROUND: for now, please remove your assets & plugins having shell scripts
- in their build phases, or translate them to batch scripts and call them in a
- pre-packaging script (or ignore this warning if the scripts are non-critical)
- In Xcode project: Pods/Pods.xcodeproj
- -----------------------------------------------------------------------------
- shell script found:
- "${PODS_ROOT}/Target Support Files/GoogleUserMessagingPlatform/GoogleUserMessagingPlatform-xcframeworks.sh"
- =============================================================================
- These scripts might be non critical - attempting to proceed anyway.
- Nothing to build here, skipping.
- Building the CocoaPods dependency project nanopb...
- + Preparing output directory...
- + XCFrameworks: 8 supplied
- + Libraries: 4 supplied, 0 built
- + Frameworks: 0 supplied, 0 built
- + Pre-parsing project files...
- + Building libnanopb.a for iphoneos (configuration: Release)
- + [arm64] Pods/nanopb/../Target Support Files/nanopb/nanopb-dummy.m.obj is up to date
- + [arm64] Pods/nanopb/pb_common.c.obj is up to date
- + [arm64] Pods/nanopb/pb_decode.c.obj is up to date
- + [arm64] Pods/nanopb/pb_encode.c.obj is up to date
- + [arm64] Creating libnanopb.a static library...
- + Creating universal library (arm64)...
- + Done.
- Build time: 2 seconds (0 h 0 min 2 s)
- Output directory: build\Release-iphoneos\nanopb\nanopb.lib
- Building the CocoaPods dependency project PromisesObjC...
- + Preparing output directory...
- + XCFrameworks: 8 supplied
- + Libraries: 4 supplied, 1 built
- + Frameworks: 0 supplied, 0 built
- + Pre-parsing project files...
- + Building libPromisesObjC.a for iphoneos (configuration: Release)
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m...
- + [arm64] Compiling Pods/PromisesObjC/Sources/FBLPromises/FBLPromiseError.m...
- + [arm64] Compiling Pods/PromisesObjC/../Target Support Files/PromisesObjC/PromisesObjC-dummy.m...
- + [arm64] Creating libPromisesObjC.a static library...
- + Creating universal library (arm64)...
- + Done.
- Build time: 7 seconds (0 h 0 min 7 s)
- Output directory: build\Release-iphoneos\PromisesObjC\PromisesObjC.lib
- Building the CocoaPods dependency project Protobuf...
- + Preparing output directory...
- + XCFrameworks: 8 supplied
- + Libraries: 4 supplied, 2 built
- + Frameworks: 0 supplied, 0 built
- Notice: building for iOS <= 7. Enabling old-style Objective-C message prototypes.
- + Pre-parsing project files...
- + Building libProtobuf.a for iphoneos (configuration: Release)
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBAny.pbobjc.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBApi.pbobjc.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBArray.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBCodedInputStream.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBCodedOutputStream.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBDescriptor.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBDictionary.m...
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBDuration.pbobjc.m...
- Pods/Protobuf/objectivec/GPBArray.m(312,31): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] init] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(312,31): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] init] autorelease];
- ~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(318,72): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[(GPBInt32Array*)[self alloc] initWithValues:&value count:1] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(318,72): error: ARC forbids explicit message send of 'autorelease'
- return [[(GPBInt32Array*)[self alloc] initWithValues:&value count:1] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(322,67): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[(GPBInt32Array*)[self alloc] initWithValueArray:array] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(322,67): error: ARC forbids explicit message send of 'autorelease'
- return [[(GPBInt32Array*)[self alloc] initWithValueArray:array] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(326,49): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] initWithCapacity:count] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(326,49): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] initWithCapacity:count] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(349,15): error: 'release' is unavailable: not available in automatic reference counting mode
- [self release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(349,15): error: ARC forbids explicit message send of 'release'
- [self release];
- ~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(376,10): error: ARC forbids explicit message send of 'dealloc'
- [super dealloc];
- ~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(562,31): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] init] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(562,31): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] init] autorelease];
- ~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(568,73): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[(GPBUInt32Array*)[self alloc] initWithValues:&value count:1] autorelease];Pods/Protobuf/objectivec/GPBCodedInputStream.m
- (312,44): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] initWithData:data] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(312,44): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] initWithData:data] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(321,21): error: 'retain' is unavailable: not available in automatic reference counting mode
- buffer_ = [data retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(321,21): error: ARC forbids explicit message send of 'retain'
- buffer_ = [data retain];
- ~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(330,12): error: 'release' is unavailable: not available in automatic reference counting mode
- [buffer_ release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(330,12): error: ARC forbids explicit message send of 'release'
- [buffer_ release];
- ~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(331,10): error: ARC forbids explicit message send of 'dealloc'
- [super dealloc];
- ~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(432,58): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [GPBCodedInputStreamReadRetainedString(&state_) autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(432,58): error: ARC forbids explicit message send of 'autorelease'
- return [GPBCodedInputStreamReadRetainedString(&state_) autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(484,57): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [GPBCodedInputStreamReadRetainedBytes(&state_) autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedInputStream.m(484,57): error: ARC forbids explicit message send of 'autorelease'
- return [GPBCodedInputStreamReadRetainedBytes(&state_) autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- 11 errors generated.
- + [arm64] Compiling Pods/Protobuf/objectivec/GPBEmpty.pbobjc.m...
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(568,73): error: ARC forbids explicit message send of 'autorelease'
- return [[(GPBUInt32Array*)[self alloc] initWithValues:&value count:1] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(572,68): error: 'autorelease' is unavailable: not available in automatic reference counting modedetected compiler error, aborting multithreaded build.
- return [[(GPBUInt32Array*)[self alloc] initWithValueArray:array] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(155,18): error: 'release' is unavailable: not available in automatic reference counting mode
- Pods/Protobuf/objectivec/GPBArray.m(572,68): error: ARC forbids explicit message send of 'autorelease'
- [state_.output release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h return [[(GPBUInt32Array*)[self alloc] initWithValueArray:array] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBArray.m(576,49): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] initWithCapacity:count] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBArray.m(576,49): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] initWithCapacity:count] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- (37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(155,18): error: ARC forbids explicit message send of 'release'
- [state_.output release];
- ~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(154,22): error: 'release' is unavailable: not available in automatic reference counting mode
- [fieldDescriptor release];Pods/Protobuf/objectivec/GPBCodedOutputStream.mPods/Protobuf/objectivec/GPBDictionary.m(432,31): error: 'release' is unavailable: not available in automatic reference counting mode
- [valueToFill->valueData release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(432,31): error: ARC forbids explicit message send of 'release'
- [valueToFill->valueData release];
- ~~~~~~~~~~~~~~~~~~~~~~ ^
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(154,22): error: ARC forbids explicit message send of 'release'
- [fieldDescriptor release];
- ~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(433,30): warning: assigning retained object to unsafe_unretained variable; object will be released after assignment [-Warc-unsafe-retained-assign]
- valueToFill->valueData = GPBCodedInputStreamReadRetainedBytes(&stream->state_);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Pods/Protobuf/objectivec/GPBDictionary.m(436,33): error: 'release' is unavailable: not available in automatic reference counting mode
- [valueToFill->valueString release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(436,33): error: ARC forbids explicit message send of 'release'
- [valueToFill->valueString release];
- ~~~~~~~~~~~~~~~~~~~~~~~~ ^(
- 156,12): error: 'release' is unavailable: not available in automatic reference counting mode
- [buffer_ release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(156,12): error: ARC forbids explicit message send of 'release'
- [buffer_ release];
- ~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(158,10): error: ARC forbids explicit message send of 'dealloc'
- Pods/Protobuf/objectivec/GPBDictionary.m( [super dealloc];
- ~~~~~ ^
- 437,32): warning: assigning retained object to unsafe_unretained variable; object will be released after assignment [-Warc-unsafe-retained-assign]
- valueToFill->valueString = GPBCodedInputStreamReadRetainedString(&stream->state_);
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(176,21): error: 'retain' is unavailable: not available in automatic reference counting mode
- buffer_ = [data retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(176,21): error: ARC forbids explicit message send of 'retain'
- buffer_ = [data retain];
- ~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(442,34): error: 'release' is unavailable: not available in automatic reference counting mode
- [valueToFill->valueMessage release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(- (oneway void)release OBJC_ARC_UNAVAILABLE;
- Pods/Protobuf/objectivec/GPBDescriptor.m20( errors generated.
- 179,29): error: 'retain' is unavailable: not available in automatic reference counting mode
- state_.output = [output retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(179,29): error: ARC forbids explicit message send of 'retain'
- state_.output = [output retain];
- ~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(188,52): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- data:data] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(188,52): error: ARC forbids explicit message send of 'autorelease'
- data:data] autorelease];
- ~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(192,44): error: 'autorelease' is unavailable: not available in automatic reference counting mode
- return [[[self alloc] initWithData:data] autorelease];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(38,1): note: 'autorelease' has been explicitly marked unavailable here
- - (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBCodedOutputStream.m(192,44): error: ARC forbids explicit message send of 'autorelease'
- return [[[self alloc] initWithData:data] autorelease];
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(442,34): error: ARC forbids explicit message send of 'release'
- [valueToFill->valueMessage release];
- 163 ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
- ,11): error: 'release' is unavailable: not available in automatic reference counting mode
- [fields release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(163,11): error: ARC forbids explicit message send of 'release'
- [fields release];
- ~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(175,23): error: 'retain' is unavailable: not available in automatic reference counting mode
- fields_ = [fields retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(175,23): error: ARC forbids explicit message send of 'retain'
- fields_ = [fields retain];
- ~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(183,12): error: 'release' is unavailable: not available in automatic reference counting mode
- [fields_ release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(183,12): error: ARC forbids explicit message send of 'release'
- [fields_ release];
- ~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(498,30): error: 'retain' is unavailable: not available in automatic reference counting mode
- key.valueString = [@"" retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(498,30): error: ARC forbids explicit message send of 'retain'
- key.valueString = [@"" retain];
- ~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(505,36): error: 'retain' is unavailable: not available in automatic reference counting mode
- value.valueString = [@"" retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,Pods/Protobuf/objectivec/GPBDescriptor.m(184,12): error: 'release' is unavailable: not available in automatic reference counting mode
- [oneofs_ release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(184,12): error: ARC forbids explicit message send of 'release'
- [oneofs_ release];
- ~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(185,10): error: ARC forbids explicit message send of 'dealloc'
- [super dealloc];
- ~~~~~ ^
- 1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(505,36): error: ARC forbids explicit message send of 'retain'
- value.valueString = [@"" retain];
- ~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(508,47): error: 'retain' is unavailable: not available in automatic reference counting mode
- value.valueData = [GPBEmptyNSData() retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(508,47): error: ARC forbids explicit message send of 'retain'
- value.valueData = [GPBEmptyNSData() retain];
- ~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(517,30): warning: assigning retained object to unsafe_unretained variable; object will be released after assignment [-Warc-unsafe-retained-assign]13Pods/Protobuf/objectivec/GPBDescriptor.m
- (201,22): error: 'release' is unavailable: not available in automatic reference counting mode
- value.valueMessage = [[field.msgClass alloc] init];
- ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [oneofDescriptor release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(201,22): error: ARC forbids explicit message send of 'release'
- [oneofDescriptor release];
- ~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(202,21): error: 'release' is unavailable: not available in automatic reference counting mode
- [fieldsForOneof release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(202,21): error: ARC forbids explicit message send of 'release'
- [fieldsForOneof release];
- ~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(562,22): error: 'release' is unavailable: not available in automatic reference counting mode
- [key.valueString release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(562,22): error: ARC forbids explicit message send of 'release'
- [key.valueString release];
- ~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(565,24): error: 'release' is unavailable: not available in automatic reference counting mode
- [value.valueString release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(565,24): error: ARC forbids explicit message send of 'release'
- [value.valueString release];
- ~~~~~~~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(321,16): error: 'retain' is unavailable: not available in automatic reference counting mode
- return [self retain];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(36,1): note: 'retain' has been explicitly marked unavailable here
- - (instancetype)retain OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(321,16): error: ARC forbids explicit message send of 'retain'
- return [self retain];
- ~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(1479,16): error: 'release' is unavailable: not available in automatic reference counting mode
- [_dictionary release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDictionary.m(1479,16): error: ARC forbids explicit message send of 'release'
- [_dictionary release];
- ~~~~~~~~~~~ ^
- Pods/Protobuf/objectivec/GPBDictionary.m(1480,10): error: ARC forbids explicit message send of 'dealloc'
- [super dealloc];
- ~~~~~ ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(386,13): error: 'release' is unavailable: not available in automatic reference counting mode
- [package_ release];
- ^
- D:\Programs\iOS Project Builder for Unity\SDK\usr\include\objc/NSObject.h(37,1): note: 'release' has been explicitly marked unavailable here
- - (oneway void)release OBJC_ARC_UNAVAILABLE;
- ^
- Pods/Protobuf/objectivec/GPBDescriptor.m(386,13): error: ARC forbids explicit message send of 'release'
- [package_ release];
- ~~~~~~~~ ^
- fatal error error: stoo many errors emitted, stopping now [-ferror-limit=] generatedfatal error
- : too many errors emitted, stopping now [-ferror-limit=]
- .
- 20 errors generated.
- 3 warnings and 20 errors generated.
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment