Guest User

Untitled

a guest
Sep 10th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.06 KB | None | 0 0
  1. Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
  2. Running pod install... 2 214ms
  3. Running Xcode build...
  4. Xcode build done. 16,2s
  5. Failed to build iOS app
  6. Error output from Xcode build:
  7. objc[3737]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x20c3a9460) and
  8. /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10c23c2c8). One of the two will be used. Which one is undefined.
  9. objc[3737]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x20c3a94b0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
  10. (0x10c23c318). One of the two will be used. Which one is undefined.
  11. ** BUILD FAILED **
  12.  
  13.  
  14. Xcode's output:
  15. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/ios/Classes/LocationPlugin.m:176:13: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is
  16. deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
  17. UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Location is Disabled"
  18. ^
  19. In module 'UIKit' imported from /Users/lucke/Developer/Repos/arktis/ios/Pods/Target Support Files/location/location-prefix.pch:2:
  20. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has
  21. been explicitly marked deprecated here
  22. @interface UIAlertView : UIView
  23. ^
  24. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/ios/Classes/LocationPlugin.m:176:48: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is
  25. deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
  26. UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Location is Disabled"
  27. ^
  28. In module 'UIKit' imported from /Users/lucke/Developer/Repos/arktis/ios/Pods/Target Support Files/location/location-prefix.pch:2:
  29. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has
  30. been explicitly marked deprecated here
  31. @interface UIAlertView : UIView
  32. ^
  33. 2 warnings generated.
  34. error: the following command failed with exit code 0 but produced no further output
  35. CompileC /Users/lucke/Library/Developer/Xcode/DerivedData/Runner-anhobebkmdorfldrvxpkmwftktoi/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location.build/Objects-normal/arm64/LocationPlugin.o
  36. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/ios/Classes/LocationPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
  37. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  38. rethrows -> R` instead
  39. return try data.withUnsafeBytes { (bytes:UnsafePointer<UInt8>) -> Data in
  40. ^
  41. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  42. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  43. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  45. only for the duration of the call to 'init(_:)'
  46. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  47. ^~~~~~~
  48. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  49. buffer pointer valid for a defined scope
  50. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  51. ^
  52. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  53. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  54. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  56. only for the duration of the call to 'init(_:)'
  57. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  58. ^~~~~~~
  59. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  60. buffer pointer valid for a defined scope
  61. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  62. ^
  63. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  64. rethrows -> R` instead
  65. data.withUnsafeBytes { (ptr:UnsafePointer<UInt8>) -> Void in
  66. ^
  67. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:61:34: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  68. public protocol WebSocketClient: class {
  69. ^~~~~
  70. AnyObject
  71. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:119:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  72. public protocol WSStreamDelegate: class {
  73. ^~~~~
  74. AnyObject
  75. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:313:36: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  76. public protocol WebSocketDelegate: class {
  77. ^~~~~
  78. AnyObject
  79. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:321:40: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  80. public protocol WebSocketPongDelegate: class {
  81. ^~~~~
  82. AnyObject
  83. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:326:44: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  84. public protocol WebSocketAdvancedDelegate: class {
  85. ^~~~~
  86. AnyObject
  87. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_:
  88. (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  89. let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer<Int8>) in
  90. ^
  91. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  92. rethrows -> R` instead
  93. data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
  94. ^
  95. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
  96. return Data(bytes: digest).base64EncodedString()
  97. ^
  98. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  99. rethrows -> R` instead
  100. return try data.withUnsafeBytes { (bytes:UnsafePointer<UInt8>) -> Data in
  101. ^
  102. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  103. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  104. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  106. only for the duration of the call to 'init(_:)'
  107. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  108. ^~~~~~~
  109. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  110. buffer pointer valid for a defined scope
  111. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  112. ^
  113. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  114. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  115. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  117. only for the duration of the call to 'init(_:)'
  118. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  119. ^~~~~~~
  120. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  121. buffer pointer valid for a defined scope
  122. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  123. ^
  124. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  125. rethrows -> R` instead
  126. data.withUnsafeBytes { (ptr:UnsafePointer<UInt8>) -> Void in
  127. ^
  128. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:61:34: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  129. public protocol WebSocketClient: class {
  130. ^~~~~
  131. AnyObject
  132. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:119:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  133. public protocol WSStreamDelegate: class {
  134. ^~~~~
  135. AnyObject
  136. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:313:36: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  137. public protocol WebSocketDelegate: class {
  138. ^~~~~
  139. AnyObject
  140. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:321:40: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  141. public protocol WebSocketPongDelegate: class {
  142. ^~~~~
  143. AnyObject
  144. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:326:44: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  145. public protocol WebSocketAdvancedDelegate: class {
  146. ^~~~~
  147. AnyObject
  148. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_:
  149. (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  150. let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer<Int8>) in
  151. ^
  152. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  153. rethrows -> R` instead
  154. data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
  155. ^
  156. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
  157. return Data(bytes: digest).base64EncodedString()
  158. ^
  159. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  160. rethrows -> R` instead
  161. return try data.withUnsafeBytes { (bytes:UnsafePointer<UInt8>) -> Data in
  162. ^
  163. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  164. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  165. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  167. only for the duration of the call to 'init(_:)'
  168. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  169. ^~~~~~~
  170. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:83:57: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  171. buffer pointer valid for a defined scope
  172. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  173. ^
  174. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
  175. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  176. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid
  178. only for the duration of the call to 'init(_:)'
  179. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  180. ^~~~~~~
  181. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:145:61: note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to
  182. buffer pointer valid for a defined scope
  183. strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
  184. ^
  185. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  186. rethrows -> R` instead
  187. data.withUnsafeBytes { (ptr:UnsafePointer<UInt8>) -> Void in
  188. ^
  189. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:61:34: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  190. public protocol WebSocketClient: class {
  191. ^~~~~
  192. AnyObject
  193. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:119:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  194. public protocol WSStreamDelegate: class {
  195. ^~~~~
  196. AnyObject
  197. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:313:36: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  198. public protocol WebSocketDelegate: class {
  199. ^~~~~
  200. AnyObject
  201. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:321:40: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  202. public protocol WebSocketPongDelegate: class {
  203. ^~~~~
  204. AnyObject
  205. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:326:44: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
  206. public protocol WebSocketAdvancedDelegate: class {
  207. ^~~~~
  208. AnyObject
  209. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_:
  210. (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  211. let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer<Int8>) in
  212. ^
  213. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R)
  214. rethrows -> R` instead
  215. data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
  216. ^
  217. /Users/lucke/Developer/Repos/arktis/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
  218. return Data(bytes: digest).base64EncodedString()
  219. ^
  220. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  221. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  222. ^
  223. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  224. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  225. ^
  226. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  227. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  228. ^
  229. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  230. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  231. ^
  232. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  233. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  234. ^
  235. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  236. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  237. ^
  238. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  239. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  240. ^
  241. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  242. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  243. ^
  244. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  245. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  246. ^
  247. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  248. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  249. ^
  250. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  251. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  252. ^
  253. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  254. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  255. ^
  256. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  257. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  258. ^
  259. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  260. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  261. ^
  262. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  263. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  264. ^
  265. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  266. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  267. ^
  268. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  269. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  270. ^
  271. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  272. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  273. ^
  274. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  275. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  276. ^
  277. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  278. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  279. ^
  280. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  281. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  282. ^
  283. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  284. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  285. ^
  286. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:37: warning: redundant constraint 'Self' : 'AnyObject'
  287. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  288. ^
  289. /Users/lucke/Developer/Repos/arktis/ios/Pods/Socket.IO-Client-Swift/Source/SocketIO/Manager/SocketManagerSpec.swift:49:48: note: constraint 'Self' : 'AnyObject' implied here
  290. public protocol SocketManagerSpec : AnyObject, SocketEngineClient {
  291. ^
  292. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:217:29: error: instance method 'decode(_:from:)' requires that
  293. 'RelationStatus' conform to 'Decodable'
  294. return try? JSONDecoder().decode(RelationStatus.self, from: jsonData)
  295. ^
  296. Foundation.JSONDecoder:31:15: note: where 'T' = 'RelationStatus'
  297. open func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
  298. ^
  299. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:127:25: error: instance method 'encode' requires that
  300. 'RelationStatus' conform to 'Encodable'
  301. return try? JSONEncoder().encode(value as! RelationStatus)
  302. ^
  303. Foundation.JSONEncoder:44:15: note: where 'T' = 'RelationStatus'
  304. open func encode<T>(_ value: T) throws -> Data where T : Encodable
  305. ^
  306. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:217:29: error: instance method 'decode(_:from:)' requires that
  307. 'RelationStatus' conform to 'Decodable'
  308. return try? JSONDecoder().decode(RelationStatus.self, from: jsonData)
  309. ^
  310. Foundation.JSONDecoder:31:15: note: where 'T' = 'RelationStatus'
  311. open func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
  312. ^
  313. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:127:25: error: instance method 'encode' requires that
  314. 'RelationStatus' conform to 'Encodable'
  315. return try? JSONEncoder().encode(value as! RelationStatus)
  316. ^
  317. Foundation.JSONEncoder:44:15: note: where 'T' = 'RelationStatus'
  318. open func encode<T>(_ value: T) throws -> Data where T : Encodable
  319. ^
  320. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:279:42: warning: 'setRelated(related:)' is deprecated: Please use the
  321. related property directly
  322. relations.map { queryBuilder.setRelated(related: $0) }
  323. ^
  324. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:280:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  325. use the relationsDepth property directly
  326. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  327. ^
  328. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:293:49: warning: 'setRelated(related:)' is deprecated: Please use the
  329. related property directly
  330. relations.map { newQueryBuilder.setRelated(related: $0) }
  331. ^
  332. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:294:54: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  333. use the relationsDepth property directly
  334. relationsDepth.map { newQueryBuilder.setRelationsDepth(relationsDepth: $0) }
  335. ^
  336. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:325:42: warning: 'setRelated(related:)' is deprecated: Please use the
  337. related property directly
  338. relations.map { queryBuilder.setRelated(related: $0) }
  339. ^
  340. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:326:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  341. use the relationsDepth property directly
  342. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  343. ^
  344. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:354:42: warning: 'setRelated(related:)' is deprecated: Please use the
  345. related property directly
  346. relations.map { queryBuilder.setRelated(related: $0) }
  347. ^
  348. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:355:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  349. use the relationsDepth property directly
  350. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  351. ^
  352. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:508:13: warning: variable 'children' was never mutated; consider changing to
  353. 'let' constant
  354. var children: [String]? = arguments[Args.childrenObjectIds].flatMap(cast)
  355. ~~~ ^
  356. let
  357. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:217:29: error: instance method 'decode(_:from:)' requires that
  358. 'RelationStatus' conform to 'Decodable'
  359. return try? JSONDecoder().decode(RelationStatus.self, from: jsonData)
  360. ^
  361. Foundation.JSONDecoder:31:15: note: where 'T' = 'RelationStatus'
  362. open func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
  363. ^
  364. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:127:25: error: instance method 'encode' requires that
  365. 'RelationStatus' conform to 'Encodable'
  366. return try? JSONEncoder().encode(value as! RelationStatus)
  367. ^
  368. Foundation.JSONEncoder:44:15: note: where 'T' = 'RelationStatus'
  369. open func encode<T>(_ value: T) throws -> Data where T : Encodable
  370. ^
  371. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:217:29: error: instance method 'decode(_:from:)' requires that
  372. 'RelationStatus' conform to 'Decodable'
  373. return try? JSONDecoder().decode(RelationStatus.self, from: jsonData)
  374. ^
  375. Foundation.JSONDecoder:31:15: note: where 'T' = 'RelationStatus'
  376. open func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
  377. ^
  378. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:127:25: error: instance method 'encode' requires that
  379. 'RelationStatus' conform to 'Encodable'
  380. return try? JSONEncoder().encode(value as! RelationStatus)
  381. ^
  382. Foundation.JSONEncoder:44:15: note: where 'T' = 'RelationStatus'
  383. open func encode<T>(_ value: T) throws -> Data where T : Encodable
  384. ^
  385. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:279:42: warning: 'setRelated(related:)' is deprecated: Please use the
  386. related property directly
  387. relations.map { queryBuilder.setRelated(related: $0) }
  388. ^
  389. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:280:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  390. use the relationsDepth property directly
  391. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  392. ^
  393. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:293:49: warning: 'setRelated(related:)' is deprecated: Please use the
  394. related property directly
  395. relations.map { newQueryBuilder.setRelated(related: $0) }
  396. ^
  397. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:294:54: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  398. use the relationsDepth property directly
  399. relationsDepth.map { newQueryBuilder.setRelationsDepth(relationsDepth: $0) }
  400. ^
  401. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:325:42: warning: 'setRelated(related:)' is deprecated: Please use the
  402. related property directly
  403. relations.map { queryBuilder.setRelated(related: $0) }
  404. ^
  405. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:326:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  406. use the relationsDepth property directly
  407. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  408. ^
  409. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:354:42: warning: 'setRelated(related:)' is deprecated: Please use the
  410. related property directly
  411. relations.map { queryBuilder.setRelated(related: $0) }
  412. ^
  413. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:355:47: warning: 'setRelationsDepth(relationsDepth:)' is deprecated: Please
  414. use the relationsDepth property directly
  415. relationsDepth.map { queryBuilder.setRelationsDepth(relationsDepth: $0) }
  416. ^
  417. /Users/lucke/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-7.1.1/ios/Classes/CallHandlers/DataCallHandler.swift:508:13: warning: variable 'children' was never mutated; consider changing to
  418. 'let' constant
  419. var children: [String]? = arguments[Args.childrenObjectIds].flatMap(cast)
  420. ~~~ ^
  421. let
  422. Command CompileSwift failed with a nonzero exit code
  423. Command CompileSwift failed with a nonzero exit code
  424. Command CompileSwift failed with a nonzero exit code
  425. note: Using new build system
  426. note: Building targets in parallel
  427. note: Planning build
  428. note: Analyzing workspace
  429. note: Constructing build description
  430. note: Build preparation complete
  431. /Users/lucke/Developer/Repos/arktis/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0
  432. to 14.5.99. (in target 'Starscream' from project 'Pods')
  433. /Users/lucke/Developer/Repos/arktis/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0
  434. to 14.5.99. (in target 'Socket.IO-Client-Swift' from project 'Pods')
  435.  
  436. Could not build the application for the simulator.
  437. Error launching application on iPhone 12 Pro Max.
Add Comment
Please, Sign In to add comment