Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long list of errors with Cordova-IOS on a new app install #12682

Open
msavin opened this issue Jun 16, 2023 · 1 comment
Open

Long list of errors with Cordova-IOS on a new app install #12682

msavin opened this issue Jun 16, 2023 · 1 comment

Comments

@msavin
Copy link

msavin commented Jun 16, 2023

I've been running into issues with running and debugging a Cordova app on Meteor 2.12.

I created a new app, added platform-ios, and started it. The following errors come up on startup:

=> App running at: http://localhost:3000/     
%% Adding xcodebuildArg: [ '-UseModernBuildSystem=0' ]
%% Adding xcodebuildArg: [ '-quiet' ]         
2023-06-16 15:11:31.673 xcodebuild[4794:55846] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:B435BC10-F8BF-4999-8E38-7DA651960D7E, OS:16.4, name:iPhone 14 Pro Max }
{ platform:iOS Simulator, id:B435BC10-F8BF-4999-8E38-7DA651960D7E, OS:16.4, name:iPhone 14 Pro Max }
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/WebAppLocalServer.swift:454:30: warning: 'substring(from:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator.
      let filePath = urlPath.substring(from: localFileSystemPath.endIndex)
                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/AssetBundleManager.swift:1:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AssetBundleManagerDelegate: class {
                                     ^~~~~
                                     AnyObject
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/AssetBundleDownloader.swift:1:41: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AssetBundleDownloaderDelegate: class {
                                        ^~~~~
                                        AnyObject
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/AssetBundleDownloader.swift:1:41: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AssetBundleDownloaderDelegate: class {
                                        ^~~~~
                                        AnyObject
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/WebAppConfiguration.swift:162:34: warning: 'index(of:)' is deprecated: renamed to 'firstIndex(of:)'
      if let i = versionsToRetry.index(of: version) {
                                 ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/WebAppConfiguration.swift:162:34: note: use 'firstIndex(of:)' instead
      if let i = versionsToRetry.index(of: version) {
                                 ^~~~~
                                 firstIndex
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Utility.swift:3:16: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
    return try index(where: predicate).map({self[$0]})
               ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Utility.swift:3:16: note: use 'firstIndex(where:)' instead
    return try index(where: predicate).map({self[$0]})
               ^~~~~
               firstIndex
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/AssetBundleManager.swift:1:38: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AssetBundleManagerDelegate: class {
                                     ^~~~~
                                     AnyObject
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/Asset.swift:32:7: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Asset' to 'Hashable' by implementing 'hash(into:)' instead
  var hashValue: Int { return ObjectIdentifier(bundle).hashValue ^ urlPath.hashValue }
      ^
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:21:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.h:27:70: warning: 
      a block declaration without a prototype is deprecated
      [-Wstrict-prototypes]
  ...block:(void (^)())block NS_DESIGNATED_INITIALIZER;
                    ^
                     void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:25:17: warning: 
      a block declaration without a prototype is deprecated
      [-Wstrict-prototypes]
  void (^_block)();
                ^
                 void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:31:70: warning: 
      a block declaration without a prototype is deprecated
      [-Wstrict-prototypes]
- (instancetype)initWithQueue:(dispatch_queue_t)queue block:(void (^)())block {
                                                                     ^
                                                                      void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:39:11: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      if (_started) {
          ^
          self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:40:26: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        dispatch_suspend(_timer_source);
                         ^
                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:41:9: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        _started = NO;
        ^
        self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/METTimer.m:43:7: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      _block();
      ^
      self->
7 warnings generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerURLEncodedFormRequest.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerStreamedResponse.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerResponse.m:34:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerRequest.m:34:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerMultiPartFormRequest.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerFunctions.m:44:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerFunctions.m:51:37: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
void GCDWebServerInitializeFunctions() {
                                    ^
                                     void
2 warnings generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerFileResponse.m:34:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerFileRequest.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerErrorResponse.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerDataResponse.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerDataRequest.m:32:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
1 warning generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:204:14: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            [_response performClose];  // TODO: There's nothing we can d...
             ^
             self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:209:10: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        [_response performClose];
         ^
         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:243:30: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                        if ([_request performClose:&localError]) {
                             ^
                             self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:246:91: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...closing request body for socket %i: %@", _socket, error);
                                              ^
                                              self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:247:46: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                          [self abortRequest:_request withStatusCode:kGC...
                                             ^
                                             self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:274:18: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            if ([_request performClose:&localError]) {
                 ^
                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:277:79: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...closing request body for socket %i: %@", _socket, error);
                                              ^
                                              self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:278:34: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              [self abortRequest:_request withStatusCode:kGCDWebServerHT...
                                 ^
                                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:291:86: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...= CFBridgingRelease(CFHTTPMessageCopyRequestMethod(_requestMessage));  /...
                                                        ^
                                                        self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:292:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          if (_server.shouldAutomaticallyMapHEADToGET && [requestMethod ...
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:294:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            _virtualHEAD = YES;
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:296:93: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...= CFBridgingRelease(CFHTTPMessageCopyAllHeaderFields(_requestMessage))...
                                                          ^
                                                          self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:297:77: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...requestURL = CFBridgingRelease(CFHTTPMessageCopyRequestURL(_requestMessa...
                                                                ^
                                                                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:310:18: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            for (_handler in _server.handlers) {
                 ^
                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:310:30: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            for (_handler in _server.handlers) {
                             ^
                             self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:311:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              _request = _handler.matchBlock(requestMethod, requestURL, ...
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:311:26: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              _request = _handler.matchBlock(requestMethod, requestURL, ...
                         ^
                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:312:19: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              if (_request) {
                  ^
                  self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:316:17: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            if (_request) {
                ^
                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:317:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              _request.localAddressData = self.localAddressData;
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:318:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              _request.remoteAddressData = self.remoteAddressData;
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:319:20: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              if ([_request hasBody]) {
                   ^
                   self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:320:18: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                [_request prepareForWriting];
                 ^
                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:321:21: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                if (_request.usesChunkedTransferEncoding || (extraData.l...
                    ^
                    self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:321:82: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...(_request.usesChunkedTransferEncoding || (extraData.length <= _request.c...
                                                                   ^
                                                                   self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:329:35: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                              if (_request.usesChunkedTransferEncoding) {
                                  ^
                                  self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:332:59: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                                [self _readBodyWithLength:_request.conte...
                                                          ^
                                                          self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:338:113: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...'Expect' / 'Content-Length' header combination on socket %i", _socket);
                                                                   ^
                                                                   self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:339:42: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                      [self abortRequest:_request withStatusCode:kGCDWeb...
                                         ^
                                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:342:25: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                    if (_request.usesChunkedTransferEncoding) {
                        ^
                        self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:345:49: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                      [self _readBodyWithLength:_request.contentLength i...
                                                ^
                                                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:349:91: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...'Content-Length' header value on socket %i", _socket);
                                                  ^
                                                  self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:350:38: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
                  [self abortRequest:_request withStatusCode:kGCDWebServ...
                                     ^
                                     self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:356:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              _request = [[GCDWebServerRequest alloc] initWithMethod:req...
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:357:26: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              GWS_DCHECK(_request);
                         ^
                         self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:141:11: note: 
      expanded from macro 'GWS_DCHECK'
    if (!(__CONDITION__)) {       \
          ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:358:34: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              [self abortRequest:_request withStatusCode:kGCDWebServerHT...
                                 ^
                                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:442:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          if (_totalBytesRead > 0) {
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:443:67: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            GWS_LOG_ERROR(@"No more data available on socket %i", _socket);
                                                                  ^
                                                                  self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:445:65: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            GWS_LOG_WARNING(@"No data received from socket %i", _socket);
                                                                ^
                                                                self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:122:126: note: 
      expanded from macro 'GWS_LOG_WARNING'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Warning, __VA_ARGS__); \
                                                               ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:450:71: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...while reading from socket %i: %s (%i)", _socket, strerror(error), error);
                                             ^
                                             self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:470:42: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            if (CFHTTPMessageAppendBytes(_requestMessage, headersData.by...
                                         ^
                                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:471:49: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
              if (CFHTTPMessageIsHeaderComplete(_requestMessage)) {
                                                ^
                                                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:474:81: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...parsing request headers from socket %i", _socket);
                                              ^
                                              self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:478:86: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...appending request headers data from socket %i", _socket);
                                                     ^
                                                     self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:499:18: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            if ([_request performWriteData:bodyData error:&error]) {
                 ^
                 self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:507:78: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...writing request body on socket %i: %@", _socket, error);
                                             ^
                                             self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:511:90: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...extra content reading request body on socket %i", _socket);
                                                       ^
                                                       self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:604:69: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...while writing to socket %i: %s (%i)", _socket, strerror(error), error);
                                           ^
                                           self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:628:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if (_response.usesChunkedTransferEncoding) {
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:633:98: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...memory for response body chunk for socket %i: %@", _socket, error);
                                                        ^
                                                        self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:659:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if (_response.usesChunkedTransferEncoding) {
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:671:72: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...reading response body for socket %i: %@", _socket, error);
                                               ^
                                               self->
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerConnection.m:38:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:126:122: note: 
      expanded from macro 'GWS_LOG_ERROR'
  ...GCDWebServerLogMessage(kGCDWebServerLoggingLevel_Error, __VA_ARGS__); \
                                                             ^
53 warnings generated.
In file included from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:43:
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServerPrivate.h:173:44: warning: 
      a function declaration without a prototype is deprecated in all versions
      of C [-Wstrict-prototypes]
extern void GCDWebServerInitializeFunctions();
                                           ^
                                            void
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:247:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if (_disconnectTimer) {
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:248:36: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          CFRunLoopTimerInvalidate(_disconnectTimer);
                                   ^
                                   self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:249:21: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          CFRelease(_disconnectTimer);
                    ^
                    self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:250:11: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          _disconnectTimer = NULL;
          ^
          self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:252:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if (_connected == NO) {
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:301:14: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if ((_disconnectDelay > 0.0) && (_source4 != NULL)) {
             ^
             self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:301:42: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        if ((_disconnectDelay > 0.0) && (_source4 != NULL)) {
                                         ^
                                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:302:15: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          if (_disconnectTimer) {
              ^
              self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:303:38: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            CFRunLoopTimerInvalidate(_disconnectTimer);
                                     ^
                                     self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:304:23: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            CFRelease(_disconnectTimer);
                      ^
                      self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:306:11: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          _disconnectTimer = CFRunLoopTimerCreateWithHandler(kCFAllocato...
          ^
          self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:306:112: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
  ...CFAbsoluteTimeGetCurrent() + _disconnectDelay, 0.0, 0, 0, ^(CFRunLoopTim...
                                  ^
                                  self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:309:23: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            CFRelease(_disconnectTimer);
                      ^
                      self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:310:13: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
            _disconnectTimer = NULL;
            ^
            self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:312:49: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
          CFRunLoopAddTimer(CFRunLoopGetMain(), _disconnectTimer, kCFRun...
                                                ^
                                                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:488:26: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
    dispatch_group_leave(_sourceGroup);
                         ^
                         self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:513:48: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
        GCDWebServerConnection* connection = [[_connectionClass alloc] i...
                                               ^
                                               self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:637:8: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      [_delegate webServerDidStart:self];
       ^
       self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:698:9: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
    if (_disconnectTimer) {
        ^
        self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:699:32: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      CFRunLoopTimerInvalidate(_disconnectTimer);
                               ^
                               self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:700:17: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      CFRelease(_disconnectTimer);
                ^
                self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:701:7: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      _disconnectTimer = NULL;
      ^
      self->
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-meteor-webapp/GCDWebServer.m:709:8: warning: 
      block implicitly retains 'self'; explicitly mention 'self' to indicate
      this is intended behavior [-Wimplicit-retain-self]
      [_delegate webServerDidStop:self];
       ^
       self->
24 warnings generated.
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:271:44: warning: 
      'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use
      -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
        [[UIApplication sharedApplication] setStatusBarStyle:style];
                                           ^
In module 'UIKit' imported from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/wtf-Prefix.pch:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:472:50: note: 
      property 'statusBarStyle' is declared deprecated here
@property(readwrite, nonatomic) UIStatusBarStyle statusBarStyle API_DEPR...
                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:472:50: note: 
      'setStatusBarStyle:' has been explicitly marked deprecated here
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:267:56: warning: 
      implicit conversion loses integer precision: 'UIStatusBarStyle' (aka
      'enum UIStatusBarStyle') to 'int' [-Wshorten-64-to-32]
        vc.sb_statusBarStyle = [NSNumber numberWithInt:style];
                               ~                       ^~~~~
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:358:14: warning: 
      'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use
      -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
        [app setStatusBarHidden:YES];
             ^
In module 'UIKit' imported from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/wtf-Prefix.pch:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:476:63: note: 
      property 'statusBarHidden' is declared deprecated here
@property(readwrite, nonatomic,getter=isStatusBarHidden) BOOL statusBarH...
                                                              ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:476:63: note: 
      'setStatusBarHidden:' has been explicitly marked deprecated here
/Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:389:14: warning: 
      'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use
      -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
        [app setStatusBarHidden:NO];
             ^
In module 'UIKit' imported from /Users/max/Desktop/wtf/.meteor/local/cordova-build/platforms/ios/wtf/wtf-Prefix.pch:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:476:63: note: 
      property 'statusBarHidden' is declared deprecated here
@property(readwrite, nonatomic,getter=isStatusBarHidden) BOOL statusBarH...
                                                              ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:476:63: note: 
      'setStatusBarHidden:' has been explicitly marked deprecated here
4 warnings generated.
note: Building targets in dependency order   \
warning: Run script build phase 'Copy www directory' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'wtf' from project 'wtf')
=> Started app on iOS Simulator.              
                                              

@StorytellerCZ
Copy link
Collaborator

StorytellerCZ commented Jun 16, 2023

Related to #12518 and #12448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants