This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/temirlan/development/flutter/bin/flutter --no-color build ios | |
Running "flutter pub get" in cirilla... 6,1s | |
Building ru.daghelping.ios for device (ios-release)... | |
Automatically signing iOS for device deployment using specified development team in Xcode project: Z28CRSW2XN | |
Running pod install... 7,2s | |
Running Xcode build... | |
Xcode build done. 72,0s | |
Failed to build iOS app | |
Error output from Xcode build: | |
↳ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/temirlan/development/flutter_1.22.6/bin/flutter --no-color build ios | |
Running "flutter pub get" in 1bmobile... 1,3s | |
Building ru.one.b.ruble.boom for device (ios-release)... | |
Automatically signing iOS for device deployment using specified development team in Xcode project: N5Q35K3MFB | |
Running pod install... 2,3s | |
Running Xcode build... | |
Xcode build done. 3,2s | |
Failed to build iOS app | |
Error output from Xcode build: | |
↳ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: Deserializing '[{question: Бонусными рублями не могут быть оплачены какие товары/услуги?, an...' to 'BuiltList' failed due to: Invalid argument(s): Unknown type on deserialization. Need either specifiedType or discriminator field. | |
I/flutter (23193): #0 BuiltJsonSerializers._deserialize (package:built_value/src/built_json_serializers.dart:153:11) | |
I/flutter (23193): #1 BuiltJsonSerializers.deserialize (package:built_value/src/built_json_serializers.dart:104:18) | |
I/flutter (23193): #2 OHttpClient.post (package:one_b/data/o_http_client.dart:104:26) | |
I/flutter (23193): <asynchronous suspension> | |
I/flutter (23193): #3 StaticContentRepository.getCustomerHelp (package:one_b/data/static_content/static_content_repository.dart:39:30) | |
I/flutter (23193): #4 StaticContentManager.getCustomerHelp.<anonymous closure> (package:one_b/domain/static_content_manager.dart:51:47) | |
I/flutter (23193): #5 RequestManager.requestRetry._innerNetworkRetry.<anonymous closure> (package:one_b/dom |