hasancse1991

Untitled

Oct 17th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.00 KB | None | 0 0
  1. Launching lib/main_dev.dart on iPhone 8 in debug mode...
  2. Running pod install...
  3. Running Xcode build...
  4. Xcode build done. 61.8s
  5. Failed to build iOS app
  6. Error output from Xcode build:
  7. ** BUILD FAILED **
  8.  
  9.  
  10. Xcode's output:
  11. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.m:17:44: warning: 'UIImagePickerControllerReferenceURL' is deprecated: first deprecated in iOS 11.0 - Will be removed in a future release, use PHPicker. [-Wdeprecated-declarations]
  12. NSURL *referenceURL = [info objectForKey:UIImagePickerControllerReferenceURL];
  13. ^
  14. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
  15. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:62:51: note: 'UIImagePickerControllerReferenceURL' has been explicitly marked deprecated here
  16. UIKIT_EXTERN UIImagePickerControllerInfoKey const UIImagePickerControllerReferenceURL API_DEPRECATED("Will be removed in a future release, use PHPicker.", ios(4.1, 11.0)) API_UNAVAILABLE(tvos); // an NSURL that references an asset in the AssetsLibrary framework
  17. ^
  18. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.m:21:47: warning: 'fetchAssetsWithALAssetURLs:options:' is deprecated: first deprecated in iOS 11 - Will be removed in a future release [-Wdeprecated-declarations]
  19. PHFetchResult<PHAsset *> *result = [PHAsset fetchAssetsWithALAssetURLs:@[ referenceURL ]
  20. ^
  21. In module 'Photos' imported from /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
  22. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/Photos.framework/Headers/PHAsset.h:74:1: note: 'fetchAssetsWithALAssetURLs:options:' has been explicitly marked deprecated here
  23. + (PHFetchResult<PHAsset *> *)fetchAssetsWithALAssetURLs:(NSArray<NSURL *> *)assetURLs options:(nullable PHFetchOptions *)options API_DEPRECATED("Will be removed in a future release", ios(8, 11), tvos(8, 11)) API_UNAVAILABLE(macos);
  24. ^
  25. 2 warnings generated.
  26. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.m:17:44: warning: 'UIImagePickerControllerReferenceURL' is deprecated: first deprecated in iOS 11.0 - Will be removed in a future release, use PHPicker. [-Wdeprecated-declarations]
  27. NSURL *referenceURL = [info objectForKey:UIImagePickerControllerReferenceURL];
  28. ^
  29. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
  30. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:62:51: note: 'UIImagePickerControllerReferenceURL' has been explicitly marked deprecated here
  31. UIKIT_EXTERN UIImagePickerControllerInfoKey const UIImagePickerControllerReferenceURL API_DEPRECATED("Will be removed in a future release, use PHPicker.", ios(4.1, 11.0)) API_UNAVAILABLE(tvos); // an NSURL that references an asset in the AssetsLibrary framework
  32. ^
  33. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.m:21:47: warning: 'fetchAssetsWithALAssetURLs:options:' is deprecated: first deprecated in iOS 11 - Will be removed in a future release [-Wdeprecated-declarations]
  34. PHFetchResult<PHAsset *> *result = [PHAsset fetchAssetsWithALAssetURLs:@[ referenceURL ]
  35. ^
  36. In module 'Photos' imported from /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+2/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
  37. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/Photos.framework/Headers/PHAsset.h:74:1: note: 'fetchAssetsWithALAssetURLs:options:' has been explicitly marked deprecated here
  38. + (PHFetchResult<PHAsset *> *)fetchAssetsWithALAssetURLs:(NSArray<NSURL *> *)assetURLs options:(nullable PHFetchOptions *)options API_DEPRECATED("Will be removed in a future release", ios(8, 11), tvos(8, 11)) API_UNAVAILABLE(macos);
  39. ^
  40. 2 warnings generated.
  41. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  42. return try data.withUnsafeBytes { (bytes:UnsafePointer<UInt8>) -> Data in
  43. ^
  44. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  45. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  46. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
  48. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  49. ^~~~~~~
  50. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
  51. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  52. ^
  53. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  54. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  55. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
  57. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  58. ^~~~~~~
  59. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
  60. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  61. ^
  62. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  63. data.withUnsafeBytes { (ptr:UnsafePointer<UInt8>) -> Void in
  64. ^
  65. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:61:34: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  66. public protocol WebSocketClient: class {
  67. ^~~~~
  68. AnyObject
  69. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:119:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  70. public protocol WSStreamDelegate: class {
  71. ^~~~~
  72. AnyObject
  73. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:313:36: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  74. public protocol WebSocketDelegate: class {
  75. ^~~~~
  76. AnyObject
  77. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:321:40: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  78. public protocol WebSocketPongDelegate: class {
  79. ^~~~~
  80. AnyObject
  81. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:326:44: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  82. public protocol WebSocketAdvancedDelegate: class {
  83. ^~~~~
  84. AnyObject
  85. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  86. let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer<Int8>) in
  87. ^
  88. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  89. data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
  90. ^
  91. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
  92. return Data(bytes: digest).base64EncodedString()
  93. ^
  94. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  95. return try data.withUnsafeBytes { (bytes:UnsafePointer<UInt8>) -> Data in
  96. ^
  97. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  98. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  99. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  100. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
  101. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  102. ^~~~~~~
  103. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
  104. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  105. ^
  106. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  107. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  108. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
  110. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  111. ^~~~~~~
  112. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
  113. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  114. ^
  115. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  116. data.withUnsafeBytes { (ptr:UnsafePointer<UInt8>) -> Void in
  117. ^
  118. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:61:34: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  119. public protocol WebSocketClient: class {
  120. ^~~~~
  121. AnyObject
  122. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:119:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  123. public protocol WSStreamDelegate: class {
  124. ^~~~~
  125. AnyObject
  126. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:313:36: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  127. public protocol WebSocketDelegate: class {
  128. ^~~~~
  129. AnyObject
  130. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:321:40: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  131. public protocol WebSocketPongDelegate: class {
  132. ^~~~~
  133. AnyObject
  134. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:326:44: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  135. public protocol WebSocketAdvancedDelegate: class {
  136. ^~~~~
  137. AnyObject
  138. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  139. let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer<Int8>) in
  140. ^
  141. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  142. data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
  143. ^
  144. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
  145. return Data(bytes: digest).base64EncodedString()
  146. ^
  147. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/Thenable.swift:4:27: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  148. public protocol Thenable: class {
  149. ^~~~~
  150. AnyObject
  151. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/when.swift:142:9: warning: variable 'root' was never mutated; consider changing to 'let' constant
  152. var root = Promise<[It.Element.T]>.pending()
  153. ~~~ ^
  154. let
  155. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/when.swift:157:13: warning: variable 'index' was written to, but never read
  156. var index: Int!
  157. ^
  158. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/Thenable.swift:4:27: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  159. public protocol Thenable: class {
  160. ^~~~~
  161. AnyObject
  162. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/when.swift:142:9: warning: variable 'root' was never mutated; consider changing to 'let' constant
  163. var root = Promise<[It.Element.T]>.pending()
  164. ~~~ ^
  165. let
  166. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/PromiseKit/Sources/when.swift:157:13: warning: variable 'index' was written to, but never read
  167. var index: Int!
  168. ^
  169. Command CompileSwift failed with a nonzero exit code
  170. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:17:28: error: 'exported: true' has no effect in '_specialize' attribute
  171. @_specialize(exported: true, where T == UInt8)
  172. ^
  173. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:35:28: error: 'exported: true' has no effect in '_specialize' attribute
  174. @_specialize(exported: true, where T == Int)
  175. ^
  176. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:36:28: error: 'exported: true' has no effect in '_specialize' attribute
  177. @_specialize(exported: true, where T == UInt)
  178. ^
  179. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:37:28: error: 'exported: true' has no effect in '_specialize' attribute
  180. @_specialize(exported: true, where T == UInt8)
  181. ^
  182. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:38:28: error: 'exported: true' has no effect in '_specialize' attribute
  183. @_specialize(exported: true, where T == UInt16)
  184. ^
  185. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:39:28: error: 'exported: true' has no effect in '_specialize' attribute
  186. @_specialize(exported: true, where T == UInt32)
  187. ^
  188. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Generics.swift:40:28: error: 'exported: true' has no effect in '_specialize' attribute
  189. @_specialize(exported: true, where T == UInt64)
  190. ^
  191. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift:18:32: error: 'exported: true' has no effect in '_specialize' attribute
  192. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  193. ^
  194. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt16+Extension.swift:23:32: error: 'exported: true' has no effect in '_specialize' attribute
  195. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  196. ^
  197. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift:27:32: error: 'exported: true' has no effect in '_specialize' attribute
  198. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  199. ^
  200. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt32+Extension.swift:32:32: error: 'exported: true' has no effect in '_specialize' attribute
  201. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  202. ^
  203. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift:18:32: error: 'exported: true' has no effect in '_specialize' attribute
  204. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  205. ^
  206. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/UInt64+Extension.swift:23:32: error: 'exported: true' has no effect in '_specialize' attribute
  207. @_specialize(exported: true, where T == ArraySlice<UInt8>)
  208. ^
  209. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Cipher.swift:21:25: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  210. public protocol Cipher: class {
  211. ^~~~~
  212. AnyObject
  213. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Cryptors.swift:23:27: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  214. public protocol Cryptors: class {
  215. ^~~~~
  216. AnyObject
  217. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Data+Extension.swift:22:13: warning: variable 'bytesArray' was never mutated; consider changing to 'let' constant
  218. var bytesArray = bytes
  219. ~~~ ^
  220. let
  221. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Data Conversion.swift:64:14: warning: 'enumerateBytes' is deprecated: use `regions` or `for-in` instead
  222. data.enumerateBytes { p, byteIndex, stop in
  223. ^
  224. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Data Conversion.swift:90:14: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  225. data.withUnsafeMutableBytes { (p: UnsafeMutablePointer<UInt8>) -> Void in
  226. ^
  227. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:72:28: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
  228. let i = self.words.index { $0 != 0 }!
  229. ^
  230. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:72:28: note: use 'firstIndex(where:)' instead
  231. let i = self.words.index { $0 != 0 }!
  232. ^~~~~
  233. firstIndex
  234. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:152:61: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
  235. self.decrementLimit = value.magnitude.words.index(where: { $0 != 0 })!
  236. ^
  237. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:152:61: note: use 'firstIndex(where:)' instead
  238. self.decrementLimit = value.magnitude.words.index(where: { $0 != 0 })!
  239. ^~~~~
  240. firstIndex
  241. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Data Conversion.swift:64:14: warning: 'enumerateBytes' is deprecated: use `regions` or `for-in` instead
  242. data.enumerateBytes { p, byteIndex, stop in
  243. ^
  244. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Data Conversion.swift:90:14: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  245. data.withUnsafeMutableBytes { (p: UnsafeMutablePointer<UInt8>) -> Void in
  246. ^
  247. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:72:28: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
  248. let i = self.words.index { $0 != 0 }!
  249. ^
  250. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:72:28: note: use 'firstIndex(where:)' instead
  251. let i = self.words.index { $0 != 0 }!
  252. ^~~~~
  253. firstIndex
  254. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:152:61: warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
  255. self.decrementLimit = value.magnitude.words.index(where: { $0 != 0 })!
  256. ^
  257. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/BigInt/Sources/Words and Bits.swift:152:61: note: use 'firstIndex(where:)' instead
  258. self.decrementLimit = value.magnitude.words.index(where: { $0 != 0 })!
  259. ^~~~~
  260. firstIndex
  261. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  262. [[UIApplication sharedApplication] openURL:_appStoreURL];
  263. ^~~~~~~
  264. openURL:options:completionHandler:
  265. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  266. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  267. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  268. ^
  269. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  270. BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
  271. ^~~~~~~
  272. openURL:options:completionHandler:
  273. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  274. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  275. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  276. ^
  277. 2 warnings generated.
  278. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:168:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  279. openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
  280. ^~~~~~~
  281. openURL:options:completionHandler:
  282. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  283. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  284. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  285. ^
  286. 1 warning generated.
  287. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  288. [[UIApplication sharedApplication] openURL:_appStoreURL];
  289. ^~~~~~~
  290. openURL:options:completionHandler:
  291. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  292. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  293. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  294. ^
  295. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  296. BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
  297. ^~~~~~~
  298. openURL:options:completionHandler:
  299. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  300. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  301. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  302. ^
  303. 2 warnings generated.
  304. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:168:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  305. openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
  306. ^~~~~~~
  307. openURL:options:completionHandler:
  308. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
  309. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  310. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  311. ^
  312. 1 warning generated.
  313. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_appauth-1.1.0+2/ios/Classes/OIDExternalUserAgentIOSNoSSO.m:152:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  314. openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
  315. ^~~~~~~
  316. openURL:options:completionHandler:
  317. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/flutter_appauth/flutter_appauth-prefix.pch:2:
  318. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  319. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  320. ^
  321. 1 warning generated.
  322. /Users/Exam/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_appauth-1.1.0+2/ios/Classes/OIDExternalUserAgentIOSNoSSO.m:152:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
  323. openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
  324. ^~~~~~~
  325. openURL:options:completionHandler:
  326. In module 'UIKit' imported from /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Target Support Files/flutter_appauth/flutter_appauth-prefix.pch:2:
  327. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
  328. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
  329. ^
  330. 1 warning generated.
  331. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  332. internal protocol DKPhotoGalleryContentDataSource: class {
  333. ^~~~~
  334. AnyObject
  335. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  336. internal protocol DKPhotoGalleryContentDelegate: class {
  337. ^~~~~
  338. AnyObject
  339. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:107:14: warning: 'automaticallyAdjustsScrollViewInsets' was deprecated in iOS 11.0: Use UIScrollView's contentInsetAdjustmentBehavior instead
  340. self.automaticallyAdjustsScrollViewInsets = false
  341. ^
  342. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  343. internal protocol DKPhotoGalleryContentDataSource: class {
  344. ^~~~~
  345. AnyObject
  346. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  347. internal protocol DKPhotoGalleryContentDelegate: class {
  348. ^~~~~
  349. AnyObject
  350. /Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:107:14: warning: 'automaticallyAdjustsScrollViewInsets' was deprecated in iOS 11.0: Use UIScrollView's contentInsetAdjustmentBehavior instead
  351. self.automaticallyAdjustsScrollViewInsets = false
  352. ^
  353. Command CompileSwift failed with a nonzero exit code
  354. Command CompileSwift failed with a nonzero exit code
  355. note: Using new build system
  356. note: Building targets in parallel
  357. note: Planning build
  358. note: Analyzing workspace
  359. note: Constructing build description
  360. note: Build preparation complete
  361. warning: no rule to process file '/Users/Exam/AndroidStudioProjects/myodis-aeon-mobileapp/ios/Pods/Torus-fetchNodeDetails/Sources/FetchNodeDetails/contract/abi.json' of type 'text.json' for architecture 'x86_64' (in target 'Torus-fetchNodeDetails' from project 'Pods')
  362.  
  363. Could not build the application for the simulator.
  364. Error launching application on iPhone 8.
  365.  
Add Comment
Please, Sign In to add comment