Skip to content

Instantly share code, notes, and snippets.

@ragasubekti
Created October 16, 2018 00:55
Show Gist options
  • Save ragasubekti/a6dfd51206db42ec7460467ed8c6c453 to your computer and use it in GitHub Desktop.
Save ragasubekti/a6dfd51206db42ec7460467ed8c6c453 to your computer and use it in GitHub Desktop.
07:53:53.134 1 info flutter.tools Launching lib/main.dart on iPhone 6 in debug mode...
07:54:16.792 2 info flutter.tools Running pod install...
07:54:28.862 3 info flutter.tools Starting Xcode build...
07:55:03.531 4 info flutter.tools Xcode build done. 34.6s
07:55:05.508 5 info flutter.tools Failed to build iOS app
07:55:05.508 6 info flutter.tools Error output from Xcode build:
07:55:05.508 7 info flutter.tools ↳
07:55:05.515 8 info flutter.tools ** BUILD FAILED **
07:55:05.515 9 info flutter.tools
07:55:05.515 10 info flutter.tools Xcode's output:
07:55:05.515 11 info flutter.tools ↳
07:55:05.522 12 info flutter.tools === BUILD TARGET url_launcher OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.522 13 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:237:28: warning: 'kSecAttrSynchronizableAny' is only available on iOS 7.0 or newer [-Wunguarded-availability]
07:55:05.522 14 info flutter.tools value = (__bridge id)(kSecAttrSynchronizableAny);
07:55:05.522 15 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 16 info flutter.tools In module 'Security' imported from /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.h:11:
07:55:05.522 17 info flutter.tools /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h:459:26: note: 'kSecAttrSynchronizableAny' has been explicitly marked partial here
07:55:05.522 18 info flutter.tools extern const CFStringRef kSecAttrSynchronizableAny
07:55:05.522 19 info flutter.tools ^
07:55:05.522 20 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:237:28: note: enclose 'kSecAttrSynchronizableAny' in an @available check to silence this warning
07:55:05.522 21 info flutter.tools value = (__bridge id)(kSecAttrSynchronizableAny);
07:55:05.522 22 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 23 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:242:52: warning: 'kSecAttrSynchronizable' is only available on iOS 7.0 or newer [-Wunguarded-availability]
07:55:05.522 24 info flutter.tools [dictionary setObject:value forKey:(__bridge id)(kSecAttrSynchronizable)];
07:55:05.522 25 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 26 info flutter.tools In module 'Security' imported from /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.h:11:
07:55:05.522 27 info flutter.tools /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h:457:26: note: 'kSecAttrSynchronizable' has been explicitly marked partial here
07:55:05.522 28 info flutter.tools extern const CFStringRef kSecAttrSynchronizable
07:55:05.522 29 info flutter.tools ^
07:55:05.522 30 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:242:52: note: enclose 'kSecAttrSynchronizable' in an @available check to silence this warning
07:55:05.522 31 info flutter.tools [dictionary setObject:value forKey:(__bridge id)(kSecAttrSynchronizable)];
07:55:05.522 32 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 33 info flutter.tools 2 warnings generated.
07:55:05.522 34 info flutter.tools === BUILD TARGET flutter_udid OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.522 35 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingConnection.m:19:
07:55:05.522 36 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.522 37 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.522 38 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.522 39 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.522 40 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 41 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.522 42 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.522 43 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.522 44 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 45 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.522 46 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.522 47 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.522 48 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 49 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.522 50 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingConnection.m:19:
07:55:05.522 51 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.522 52 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.522 53 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.522 54 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 55 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.522 56 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.522 57 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.522 58 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.522 59 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.522 60 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 61 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 62 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 63 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 64 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 65 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.523 66 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 67 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.523 68 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 69 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.523 70 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 71 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.523 72 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 73 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.523 74 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 75 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.523 76 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 77 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.523 78 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 79 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.523 80 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 81 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 82 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 83 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 84 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 85 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.523 86 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 87 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.523 88 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 89 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.523 90 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 91 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.523 92 info flutter.tools 13 warnings generated.
07:55:05.523 93 info flutter.tools === BUILD TARGET flutter_udid OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.523 94 info flutter.tools In
07:55:05.523 95 info flutter.tools file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingDataMessageManager.m:19:
07:55:05.523 96 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 97 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.523 98 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 99 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 100 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 101 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.523 102 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 103 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 104 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 105 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 106 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 107 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 108 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 109 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 110 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingDataMessageManager.m:19:
07:55:05.523 111 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 112 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 113 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 114 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 115 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.523 116 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 117 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.523 118 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 119 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.523 120 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 121 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 122 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 123 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 124 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 125 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.523 126 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 127 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.523 128 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 129 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.523 130 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 131 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.523 132 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 133 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.523 134 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 135 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.523 136 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 137 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.523 138 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 139 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.523 140 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 141 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 142 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 143 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 144 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 145 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.523 146 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 147 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.523 148 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 149 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.523 150 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 151 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.523 152 info flutter.tools 13 warnings generated.
07:55:05.523 153 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingDelayedMessageQueue.m:19:
07:55:05.523 154 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 155 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.523 156 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 157 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 158 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 159 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.523 160 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 161 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 162 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 163 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 164 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 165 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 166 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 167 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 168 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingDelayedMessageQueue.m:19:
07:55:05.523 169 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 170 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 171 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 172 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 173 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.523 174 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 175 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.523 176 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 177 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.523 178 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobu
07:55:05.523 179 info flutter.tools f/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 180 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 181 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 182 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 183 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 184 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.523 185 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 186 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.523 187 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 188 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.523 189 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 190 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.523 191 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 192 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.523 193 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 194 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.523 195 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 196 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.523 197 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 198 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.523 199 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 200 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 201 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 202 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 203 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 204 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.523 205 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 206 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.523 207 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 208 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.523 209 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 210 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.523 211 info flutter.tools 13 warnings generated.
07:55:05.523 212 info flutter.tools === BUILD TARGET flutter_udid OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.523 213 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingRmq2PersistentStore.m:27:
07:55:05.523 214 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 215 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.523 216 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 217 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 218 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 219 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.523 220 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 221 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.523 222 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 223 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.523 224 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 225 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.523 226 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.523 227 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.523 228 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingRmq2PersistentStore.m:27:
07:55:05.523 229 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.523 230 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.523 231 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.523 232 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 233 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 234 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 235 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.524 236 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 237 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.524 238 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 239 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 240 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 241 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 242 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 243 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.524 244 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 245 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.524 246 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 247 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.524 248 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 249 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.524 250 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 251 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.524 252 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 253 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.524 254 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 255 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.524 256 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 257 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.524 258 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 259 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 260 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 261 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 262 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 263 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.524 264 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 265 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.524 266 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtoc
07:55:05.524 267 info flutter.tools olBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 268 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.524 269 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 270 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.524 271 info flutter.tools 13 warnings generated.
07:55:05.524 272 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingRmqManager.m:25:
07:55:05.524 273 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 274 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.524 275 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 276 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 277 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 278 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 279 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 280 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 281 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 282 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 283 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 284 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 285 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 286 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 287 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingRmqManager.m:25:
07:55:05.524 288 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 289 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 290 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 291 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 292 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 293 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 294 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.524 295 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 296 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.524 297 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 298 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 299 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 300 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 301 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 302 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.524 303 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 304 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.524 305 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 306 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.524 307 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 308 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.524 309 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 310 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.524 311 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 312 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.524 313 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 314 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.524 315 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 316 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.524 317 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 318 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 319 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 320 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 321 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 322 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.524 323 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 324 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.524 325 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 326 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.524 327 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 328 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.524 329 info flutter.tools 13 warnings generated.
07:55:05.524 330 info flutter.tools === BUILD TARGET flutter_udid OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.524 331 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingUtilities.m:19:
07:55:05.524 332 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 333 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.524 334 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 335 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 336 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 337 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 338 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 339 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 340 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 341 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 342 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 343 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 344 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 345 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 346 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/FIRMessagingUtilities.m:19:
07:55:05.524 347 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 348 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 349 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 350 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 351 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 352 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to
07:55:05.524 353 info flutter.tools file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 354 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.524 355 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 356 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.524 357 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 358 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 359 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 360 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 361 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 362 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.524 363 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 364 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.524 365 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 366 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.524 367 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 368 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.524 369 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 370 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.524 371 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 372 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.524 373 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 374 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.524 375 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 376 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.524 377 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 378 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 379 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 380 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 381 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 382 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.524 383 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 384 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.524 385 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 386 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.524 387 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 388 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.524 389 info flutter.tools 13 warnings generated.
07:55:05.524 390 info flutter.tools === BUILD TARGET flutter_udid OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.524 391 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.m:32:
07:55:05.524 392 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 393 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.524 394 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 395 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 396 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 397 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 398 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 399 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 400 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 401 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 402 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 403 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 404 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 405 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 406 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.m:32:
07:55:05.524 407 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkCore.pbobjc.h:27:
07:55:05.524 408 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 409 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 410 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 411 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 412 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 413 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.524 414 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 415 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.524 416 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 417 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 418 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 419 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 420 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 421 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.524 422 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 423 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.524 424 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 425 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.524 426 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 427 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.524 428 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 429 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.524 430 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 431 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.524 432 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 433 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.524 434 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 435 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.524 436 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 437 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 438 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 439 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 440 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuff
07:55:05.524 441 info flutter.tools ers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 442 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.524 443 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 444 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.524 445 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 446 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.524 447 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 448 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.524 449 info flutter.tools 13 warnings generated.
07:55:05.524 450 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkExtensions.pbobjc.m:32:
07:55:05.524 451 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkExtensions.pbobjc.h:27:
07:55:05.524 452 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:44:
07:55:05.524 453 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:40:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 454 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 455 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 456 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 457 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:41:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 458 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 459 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 460 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 461 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBWellKnownTypes.h:42:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 462 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 463 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 464 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 465 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkExtensions.pbobjc.m:32:
07:55:05.524 466 info flutter.tools In file included from /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseMessaging/Firebase/Messaging/Protos/GtalkExtensions.pbobjc.h:27:
07:55:05.524 467 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:55:10: warning: non-portable path to file '<protobuf/Any.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 468 info flutter.tools #import <Protobuf/Any.pbobjc.h>
07:55:05.524 469 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 470 info flutter.tools <protobuf/Any.pbobjc.h>
07:55:05.524 471 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:56:10: warning: non-portable path to file '<protobuf/Api.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 472 info flutter.tools #import <Protobuf/Api.pbobjc.h>
07:55:05.524 473 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 474 info flutter.tools <protobuf/Api.pbobjc.h>
07:55:05.524 475 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:57:10: warning: non-portable path to file '<protobuf/Duration.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 476 info flutter.tools #import <Protobuf/Duration.pbobjc.h>
07:55:05.524 477 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 478 info flutter.tools <protobuf/Duration.pbobjc.h>
07:55:05.524 479 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:58:10: warning: non-portable path to file '<protobuf/Empty.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 480 info flutter.tools #import <Protobuf/Empty.pbobjc.h>
07:55:05.524 481 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 482 info flutter.tools <protobuf/Empty.pbobjc.h>
07:55:05.524 483 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:59:10: warning: non-portable path to file '<protobuf/FieldMask.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 484 info flutter.tools #import <Protobuf/FieldMask.pbobjc.h>
07:55:05.524 485 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 486 info flutter.tools <protobuf/FieldMask.pbobjc.h>
07:55:05.524 487 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:60:10: warning: non-portable path to file '<protobuf/SourceContext.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 488 info flutter.tools #import <Protobuf/SourceContext.pbobjc.h>
07:55:05.524 489 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 490 info flutter.tools <protobuf/SourceContext.pbobjc.h>
07:55:05.524 491 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:61:10: warning: non-portable path to file '<protobuf/Struct.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 492 info flutter.tools #import <Protobuf/Struct.pbobjc.h>
07:55:05.524 493 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 494 info flutter.tools <protobuf/Struct.pbobjc.h>
07:55:05.524 495 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:62:10: warning: non-portable path to file '<protobuf/Timestamp.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 496 info flutter.tools #import <Protobuf/Timestamp.pbobjc.h>
07:55:05.524 497 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 498 info flutter.tools <protobuf/Timestamp.pbobjc.h>
07:55:05.524 499 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:63:10: warning: non-portable path to file '<protobuf/Type.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.524 500 info flutter.tools #import <Protobuf/Type.pbobjc.h>
07:55:05.524 501 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.524 502 info flutter.tools <protobuf/Type.pbobjc.h>
07:55:05.525 503 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Protobuf/GPBProtocolBuffers.h:64:10: warning: non-portable path to file '<protobuf/Wrappers.pbobjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]
07:55:05.525 504 info flutter.tools #import <Protobuf/Wrappers.pbobjc.h>
07:55:05.525 505 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.525 506 info flutter.tools <protobuf/Wrappers.pbobjc.h>
07:55:05.525 507 info flutter.tools 13 warnings generated.
07:55:05.525 508 info flutter.tools === BUILD TARGET firebase_messaging OF PROJECT Pods WITH CONFIGURATION Debug ===
07:55:05.525 509 info flutter.tools /Users/ragasubekti/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_udid-0.0.3/ios/Classes/FlutterUdidPlugin.m:2:9: fatal error: 'flutter_udid/flutter_udid-Swift.h' file not found
07:55:05.525 510 info flutter.tools #import <flutter_udid/flutter_udid-Swift.h>
07:55:05.525 511 info flutter.tools ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
07:55:05.525 512 info flutter.tools 1 error generated.
07:55:05.525 513 info flutter.tools /Users/ragasubekti/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-2.0.1/ios/Classes/FirebaseMessagingPlugin.m:146:75: warning: 'token' is deprecated: Use instanceIDWithHandler: instead. [-Wdeprecated-declarations]
07:55:05.525 514 info flutter.tools [_channel invokeMethod:@"onToken" arguments:[[FIRInstanceID instanceID] token]];
07:55:05.525 515 info flutter.tools ^
07:55:05.525 516 info flutter.tools In module 'FirebaseInstanceID' imported from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/Firebase/Firebase.h:46:
07:55:05.525 517 info flutter.tools /Users/ragasubekti/Projects/sdcpay/ios/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h:201:30: note: 'token' has been explicitly marked deprecated here
07:55:05.525 518 info flutter.tools - (nullable NSString *)token __deprecated_msg("Use instanceIDWithHandler: instead.");
07:55:05.525 519 info flutter.tools ^
07:55:05.525 520 info flutter.tools In module 'Foundation' imported from /Users/ragasubekti/Projects/sdcpay/ios/Pods/Headers/Private/FirebaseCore/FIRAnalyticsConfiguration.h:17:
07:55:05.525 521 info flutter.tools In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
07:55:05.525 522 info flutter.tools In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
07:55:05.525 523 info flutter.tools /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSi
07:55:05.525 524 info flutter.tools mulator12.0.sdk/usr/include/sys/cdefs.h:180:48: note: expanded from macro '__deprecated_msg'
07:55:05.525 525 info flutter.tools #define __deprecated_msg(_msg) __attribute__((deprecated(_msg)))
07:55:05.525 526 info flutter.tools ^
07:55:05.525 527 info flutter.tools 1 warning generated.
07:55:05.547 528 info flutter.tools Could not build the application for the simulator.
07:55:05.549 529 info flutter.tools Error launching application on iPhone 6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment