fastlane: Gym: Same File Error when Project name is in Cyrillic

New Issue Checklist

Issue Description

There is actually an existant issue with a similar problem (https://github.com/fastlane/fastlane/issues/10166), but that one is closed and didn’t provide very much info so I figured I should open another one with the full output here.

Basically, when the project name is in Cyrillic (I’ve used Пример в кириллице for this example), Fastlane will produce the following after successfully building the application:

same file: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-17590-2k864i/Пример в кириллице.ipa and /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-17590-2k864i/Пример в кириллице.ipa

I’ve tried this with other multibyte languages (like Mandarin, and just gibberish Chinese characters), and so far Cyrillic’s the only one that has produced this error for me.

Complete output when running fastlane, including the stack trace and command used
:warning: All the details :warning:

Details

fastlane ios dev

[10:42:35]: Seems like launching fastlane takes a while - please run
[10:42:35]: 
[10:42:35]: $ [sudo] gem cleanup
[10:42:35]: 
[10:42:35]: to uninstall outdated gems and make fastlane launch faster
[10:42:35]: Alternatively it's recommended to start using a Gemfile to lock your dependencies
[10:42:35]: To get started with a Gemfile, run
[10:42:35]: 
[10:42:35]: $ bundle init
[10:42:35]: $ echo 'gem "fastlane"' >> Gemfile
[10:42:35]: $ bundle install
[10:42:35]: 
[10:42:35]: After creating the Gemfile and Gemfile.lock, commit those files into version control
[10:42:35]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
DEBUG [2018-01-02 10:42:36.45]: Checking if there are any plugins that should be loaded...
Successfully loaded Appfile at path '/Users/cthos/Documents/Code/fastlane-test/fastlane/Appfile'
- app_identifier: 'com.alextheward.cyrillicexample'
- apple_id: 'daginus@gmail.com'
- team_id: '36Y4TU2EV3'
-------
INFO [2018-01-02 10:42:36.89]: -------------------------------------------------
INFO [2018-01-02 10:42:36.89]: --- Step: Verifying required fastlane version ---
INFO [2018-01-02 10:42:36.89]: -------------------------------------------------
INFO [2018-01-02 10:42:36.89]: Your fastlane version 2.72.0 matches the minimum requirement of 2.72.0  ✅
INFO [2018-01-02 10:42:36.92]: ------------------------------
INFO [2018-01-02 10:42:36.92]: --- Step: default_platform ---
INFO [2018-01-02 10:42:36.92]: ------------------------------
INFO [2018-01-02 10:42:36.93]: Driving the lane 'ios dev' 🚀
INFO [2018-01-02 10:42:36.96]: -----------------
INFO [2018-01-02 10:42:36.96]: --- Step: gym ---
INFO [2018-01-02 10:42:36.96]: -----------------
INFO [2018-01-02 10:42:37.02]: $ xcodebuild -list -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj -configuration Release
INFO [2018-01-02 10:42:38.66]: $ xcodebuild -showBuildSettings -scheme \П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj -configuration Release
DEBUG [2018-01-02 10:42:40.67]: Parsing project file '/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице.xcodeproj' to find selected provisioning profiles
DEBUG [2018-01-02 10:42:40.67]: Finding provision profiles for 'Release'
DEBUG [2018-01-02 10:42:40.83]: Merging provisioning profile mappings
DEBUG [2018-01-02 10:42:40.83]: -------------------------------------
DEBUG [2018-01-02 10:42:40.83]: Primary provisioning profile mapping:
DEBUG [2018-01-02 10:42:40.83]: {"com.alextheward.cyrillicexample"=>"XCWildcard"}
DEBUG [2018-01-02 10:42:40.83]: Secondary provisioning profile mapping:
DEBUG [2018-01-02 10:42:40.83]: {}
DEBUG [2018-01-02 10:42:40.83]: Resulting in the following mapping:
DEBUG [2018-01-02 10:42:40.83]: {:"com.alextheward.cyrillicexample"=>"XCWildcard"}
INFO [2018-01-02 10:42:40.83]: Detected provisioning profile mapping: {:"com.alextheward.cyrillicexample"=>"XCWildcard"}

+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+
|                                                                   Summary for gym 2.72.0                                                                   |
+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+
| xcargs                                                              | CODE_SIGN_STYLE="Manual" PROVISIONING_PROFILE="d2ea99bd-f010-470e-a744-ee194a6ab541" |
| project                                                             | ./platforms/ios/Пример в кириллице.xcodeproj                                         |
| scheme                                                              | Пример в кириллице                                                                   |
| output_directory                                                    | ./build                                                                              |
| export_method                                                       | development                                                                          |
| codesigning_identity                                                | iPhone Developer: Alexander Ward                                                     |
| configuration                                                       | Release                                                                              |
| export_options.method                                               | development                                                                          |
| export_options.provisioningProfiles.com.alextheward.cyrillicexample | XCWildcard                                                                           |
| destination                                                         | generic/platform=iOS                                                                 |
| output_name                                                         | Пример в кириллице                                                                   |
| build_path                                                          | /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02                             |
| clean                                                               | false                                                                                |
| silent                                                              | false                                                                                |
| skip_package_ipa                                                    | false                                                                                |
| buildlog_path                                                       | ~/Library/Logs/gym                                                                   |
| skip_profile_detection                                              | false                                                                                |
| xcode_path                                                          | /Applications/Xcode.app                                                              |
+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+

+---------------------------------------------------------------------------------------------+----------------------+
|                                              Generated Build Command                                               |
+---------------------------------------------------------------------------------------------+----------------------+
| Option                                                                                      | Value                |
+---------------------------------------------------------------------------------------------+----------------------+
| set -o pipefail &&                                                                          |                      |
| xcodebuild                                                                                  |                      |
| -scheme \П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е                                                |                      |
| -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj                     |                      |
| -configuration Release                                                                      |                      |
| -destination                                                                                | generic/platform=iOS |
| -archivePath /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/\П\р\и\м\е\р\ \в\     |                      |
| \к\и\р\и\л\л\и\ц\е\ 2018-01-02\ 10.42.40.xcarchive                                          |                      |
| CODE_SIGN_STYLE="Manual" PROVISIONING_PROFILE="d2ea99bd-f010-470e-a744-ee194a6ab541"        |                      |
| archive                                                                                     |                      |
| CODE_SIGN_IDENTITY=iPhone\ Developer:\ Alexander\ Ward                                      |                      |
| | tee /Users/cthos/Library/Logs/gym/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е-\П\р\и\м\е\р\ \в\  |                      |
| \к\и\р\и\л\л\и\ц\е.log                                                                      |                      |
| | xcpretty                                                                                  |                      |
+---------------------------------------------------------------------------------------------+----------------------+
INFO [2018-01-02 10:42:40.88]: $ set -o pipefail && xcodebuild -scheme \П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj -configuration Release -destination 'generic/platform=iOS' -archivePath /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е\ 2018-01-02\ 10.42.40.xcarchive CODE_SIGN_STYLE="Manual" PROVISIONING_PROFILE="d2ea99bd-f010-470e-a744-ee194a6ab541" archive CODE_SIGN_IDENTITY=iPhone\ Developer:\ Alexander\ Ward | tee /Users/cthos/Library/Logs/gym/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е-\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.log | xcpretty
INFO [2018-01-02 10:42:41.90]: ▸ 2018-01-02 10:42:41.903 xcodebuild[18881:6181325]  iPhoneConnect: ## Unable to mount developer disk image, (Error Domain=com.apple.dtdevicekit Code=-402653183 "An unknown error occurred." UserInfo={NSLocalizedDescription=An unknown error occurred., com.apple.dtdevicekit.stacktrace=(
INFO [2018-01-02 10:42:41.90]: ▸ 0   DTDeviceKitBase                     0x000000010c8bdfed DTDKCreateNSError + 113
INFO [2018-01-02 10:42:41.90]: ▸ 1   DTDeviceKitBase                     0x000000010c8be831 DTDK_AMDErrorToNSError + 1135
INFO [2018-01-02 10:42:41.90]: ▸ 2   DTDeviceKitBase                     0x000000010c8ff441 -[DTDKMobileDeviceToken mountDeveloperDiskImage:withError:] + 782
INFO [2018-01-02 10:42:41.90]: ▸ 3   DTDeviceKitBase                     0x000000010c8ffcf8 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 488
INFO [2018-01-02 10:42:41.90]: ▸ 4   IDEiOSSupportCore                   0x000000010c7e3250 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 133
INFO [2018-01-02 10:42:41.90]: ▸ 5   DVTFoundation                       0x0000000101274b63 __DVTDispatchGroupAsync_block_invoke + 806
INFO [2018-01-02 10:42:41.90]: ▸ 6   libdispatch.dylib                   0x00007fff647a5591 _dispatch_call_block_and_release + 12
INFO [2018-01-02 10:42:41.90]: ▸ 7   libdispatch.dylib                   0x00007fff6479dd50 _dispatch_client_callout + 8
INFO [2018-01-02 10:42:41.90]: ▸ 8   libdispatch.dylib                   0x00007fff647b0ef5 _dispatch_continuation_pop + 599
INFO [2018-01-02 10:42:41.90]: ▸ 9   libdispatch.dylib                   0x00007fff647a86cb _dispatch_async_redirect_invoke + 703
INFO [2018-01-02 10:42:41.90]: ▸ 10  libdispatch.dylib                   0x00007fff6479f941 _dispatch_root_queue_drain + 515
INFO [2018-01-02 10:42:41.90]: ▸ 11  libdispatch.dylib                   0x00007fff6479f6ed _dispatch_worker_thread3 + 101
INFO [2018-01-02 10:42:41.90]: ▸ 12  libsystem_pthread.dylib             0x00007fff64a621ca _pthread_wqthread + 1387
INFO [2018-01-02 10:42:41.90]: ▸ 13  libsystem_pthread.dylib             0x00007fff64a61c4d start_wqthread + 13
INFO [2018-01-02 10:42:41.90]: ▸ ), NSLocalizedRecoverySuggestion=An unknown error occurred., NSLocalizedFailureReason=An unknown error occurred.}) {
INFO [2018-01-02 10:42:41.90]: ▸ NSLocalizedDescription = "An unknown error occurred.";
INFO [2018-01-02 10:42:41.90]: ▸ NSLocalizedFailureReason = "An unknown error occurred.";
INFO [2018-01-02 10:42:41.90]: ▸ NSLocalizedRecoverySuggestion = "An unknown error occurred.";
INFO [2018-01-02 10:42:41.90]: ▸ "com.apple.dtdevicekit.stacktrace" = (
INFO [2018-01-02 10:42:41.90]: ▸ 0   DTDeviceKitBase                     0x000000010c8bdfed DTDKCreateNSError + 113
INFO [2018-01-02 10:42:41.90]: ▸ 1   DTDeviceKitBase                     0x000000010c8be831 DTDK_AMDErrorToNSError + 1135
INFO [2018-01-02 10:42:41.90]: ▸ 2   DTDeviceKitBase                     0x000000010c8ff441 -[DTDKMobileDeviceToken mountDeveloperDiskImage:withError:] + 782
INFO [2018-01-02 10:42:41.90]: ▸ 3   DTDeviceKitBase                     0x000000010c8ffcf8 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 488
INFO [2018-01-02 10:42:41.90]: ▸ 4   IDEiOSSupportCore                   0x000000010c7e3250 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 133
INFO [2018-01-02 10:42:41.90]: ▸ 5   DVTFoundation                       0x0000000101274b63 __DVTDispatchGroupAsync_block_invoke + 806
INFO [2018-01-02 10:42:41.90]: ▸ 6   libdispatch.dylib                   0x00007fff647a5591 _dispatch_call_block_and_release + 12
INFO [2018-01-02 10:42:41.90]: ▸ 7   libdispatch.dylib                   0x00007fff6479dd50 _dispatch_client_callout + 8
INFO [2018-01-02 10:42:41.90]: ▸ 8   libdispatch.dylib                   0x00007fff647b0ef5 _dispatch_continuation_pop + 599
INFO [2018-01-02 10:42:41.91]: ▸ 9   libdispatch.dylib                   0x00007fff647a86cb _dispatch_async_redirect_invoke + 703
INFO [2018-01-02 10:42:41.91]: ▸ 10  libdispatch.dylib                   0x00007fff6479f941 _dispatch_root_queue_drain + 515
INFO [2018-01-02 10:42:41.91]: ▸ 11  libdispatch.dylib                   0x00007fff6479f6ed _dispatch_worker_thread3 + 101
INFO [2018-01-02 10:42:41.91]: ▸ 12  libsystem_pthread.dylib             0x00007fff64a621ca _pthread_wqthread + 1387
INFO [2018-01-02 10:42:41.91]: ▸ 13  libsystem_pthread.dylib             0x00007fff64a61c4d start_wqthread + 13
INFO [2018-01-02 10:42:41.91]: ▸ );
INFO [2018-01-02 10:42:41.91]: ▸ }
INFO [2018-01-02 10:42:42.46]: ▸ Building CordovaLib/CordovaLib [Release]
INFO [2018-01-02 10:42:42.46]: ▸ Check Dependencies
INFO [2018-01-02 10:42:42.64]: ▸ Copying CDVScreenOrientationDelegate.h
INFO [2018-01-02 10:42:42.64]: ▸ Copying CDVWebViewEngineProtocol.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDV.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDVCommandDelegateImpl.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDVAppDelegate.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDVCommandQueue.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDVWhitelist.h
INFO [2018-01-02 10:42:42.65]: ▸ Copying CDVPlugin+Resources.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVAvailability.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVUIWebViewDelegate.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVPluginResult.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying NSMutableArray+QueueAdditions.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying NSDictionary+CordovaPreferences.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVPlugin.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVInvokedUrlCommand.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVURLProtocol.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVCommandDelegate.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVAvailabilityDeprecated.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVUserAgentUtil.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVTimer.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVConfigParser.h
INFO [2018-01-02 10:42:42.66]: ▸ Copying CDVViewController.h
INFO [2018-01-02 10:42:42.67]: ▸ Precompiling CordovaLib_Prefix.pch
INFO [2018-01-02 10:42:42.93]: ▸ Precompiling CordovaLib_Prefix.pch
INFO [2018-01-02 10:42:42.98]: ▸ Compiling NSDictionary+CordovaPreferences.m
INFO [2018-01-02 10:42:43.66]: ▸ Compiling CDVViewController.m
INFO [2018-01-02 10:42:43.90]: ▸ Compiling CDVAppDelegate.m
INFO [2018-01-02 10:42:43.90]: ▸ Compiling CDVUIWebViewDelegate.m
INFO [2018-01-02 10:42:43.90]: ▸ Compiling CDVCommandDelegateImpl.m
INFO [2018-01-02 10:42:43.93]: ▸ Compiling CDVJSON_private.m
INFO [2018-01-02 10:42:43.93]: ▸ Compiling CDVWhitelist.m
INFO [2018-01-02 10:42:44.01]: ▸ Compiling CDVInvokedUrlCommand.m
INFO [2018-01-02 10:42:44.02]: ▸ Compiling CDVTimer.m
INFO [2018-01-02 10:42:44.11]: ▸ Compiling CDVUserAgentUtil.m
INFO [2018-01-02 10:42:44.19]: ▸ Compiling CDVConfigParser.m
INFO [2018-01-02 10:42:44.20]: ▸ Compiling CDVGestureHandler.m
INFO [2018-01-02 10:42:44.34]: ▸ Compiling CDVHandleOpenURL.m
INFO [2018-01-02 10:42:44.38]: ▸ Compiling CDVUIWebViewNavigationDelegate.m
INFO [2018-01-02 10:42:44.53]: ▸ Compiling NSMutableArray+QueueAdditions.m
INFO [2018-01-02 10:42:44.53]: ▸ Compiling CDVCommandQueue.m
INFO [2018-01-02 10:42:44.56]: ▸ Compiling CDVPluginResult.m
INFO [2018-01-02 10:42:44.63]: ▸ Compiling CDVPlugin+Resources.m
INFO [2018-01-02 10:42:44.63]: ▸ Compiling CDVURLProtocol.m
INFO [2018-01-02 10:42:44.80]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:9: 'ALAssetsLibraryAssetForURLResultBlock' is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.80]: ▸ ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {
INFO [2018-01-02 10:42:44.80]: ▸         ^
INFO [2018-01-02 10:42:44.80]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:69: 'defaultRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.80]: ▸ ALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];
INFO [2018-01-02 10:42:44.80]: ▸                ^
INFO [2018-01-02 10:42:44.80]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:64:142: 'UTI' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager for a PHAsset to request image data from the Photos framework and check the dataUTI passed to your result handler instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.80]: ▸ NSString* MIMEType = (__bridge_transfer NSString*)UTTypeCopyPreferredTagWithClass((__bridge CFStringRef)[assetRepresentation UTI], kUTTagClassMIMEType);
INFO [2018-01-02 10:42:44.80]: ▸ ^
INFO [2018-01-02 10:42:44.80]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:65:82: 'size' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.80]: ▸ Byte* buffer = (Byte*)malloc((unsigned long)[assetRepresentation size]);
INFO [2018-01-02 10:42:44.80]: ▸ ^
INFO [2018-01-02 10:42:44.81]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:133: 'size' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.81]: ▸ NSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];
INFO [2018-01-02 10:42:44.81]: ▸ ^
INFO [2018-01-02 10:42:44.81]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:62: 'getBytes:fromOffset:length:error:' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.81]: ▸ NSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];
INFO [2018-01-02 10:42:44.81]: ▸ ^
INFO [2018-01-02 10:42:44.82]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:63: 'ALAsset' is deprecated: first deprecated in iOS 9.0 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.82]: ▸ ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {
INFO [2018-01-02 10:42:44.82]: ▸ ^
INFO [2018-01-02 10:42:44.82]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:17: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.82]: ▸ ALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];
INFO [2018-01-02 10:42:44.82]: ▸            ^
INFO [2018-01-02 10:42:44.82]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:74:9: 'ALAssetsLibraryAccessFailureBlock' is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.82]: ▸ ALAssetsLibraryAccessFailureBlock failureBlock = ^(NSError* error) {
INFO [2018-01-02 10:42:44.82]: ▸            ^
INFO [2018-01-02 10:42:44.82]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:9: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.82]: ▸ ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];
INFO [2018-01-02 10:42:44.82]: ▸                ^
INFO [2018-01-02 10:42:44.82]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:60: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.83]: ▸ ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];
INFO [2018-01-02 10:42:44.83]: ▸            ^
INFO [2018-01-02 10:42:44.83]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:80:24: 'assetForURL:resultBlock:failureBlock:' is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:44.83]: ▸ [assetsLibrary assetForURL:url resultBlock:resultBlock failureBlock:failureBlock];
INFO [2018-01-02 10:42:44.83]: ▸            ^
INFO [2018-01-02 10:42:44.83]: ▸ Compiling CDVLogger.m
INFO [2018-01-02 10:42:44.83]: ▸ Compiling CDVUIWebViewEngine.m
INFO [2018-01-02 10:42:44.90]: ▸ Compiling CDVPlugin.m
INFO [2018-01-02 10:42:44.90]: ▸ Compiling CDVLocalStorage.m
INFO [2018-01-02 10:42:45.24]: ▸ Compiling CDVIntentAndNavigationFilter.m
INFO [2018-01-02 10:42:45.25]: ▸ Compiling CDVViewController.m
INFO [2018-01-02 10:42:45.72]: ▸ Compiling NSDictionary+CordovaPreferences.m
INFO [2018-01-02 10:42:45.73]: ▸ Compiling CDVAppDelegate.m
INFO [2018-01-02 10:42:45.73]: ▸ Compiling CDVUIWebViewDelegate.m
INFO [2018-01-02 10:42:45.73]: ▸ Compiling CDVCommandDelegateImpl.m
INFO [2018-01-02 10:42:45.73]: ▸ Compiling CDVJSON_private.m
INFO [2018-01-02 10:42:45.73]: ▸ Compiling CDVWhitelist.m
INFO [2018-01-02 10:42:45.75]: ▸ Compiling CDVInvokedUrlCommand.m
INFO [2018-01-02 10:42:45.75]: ▸ Compiling CDVTimer.m
INFO [2018-01-02 10:42:45.75]: ▸ Compiling CDVUserAgentUtil.m
INFO [2018-01-02 10:42:45.90]: ▸ Compiling CDVConfigParser.m
INFO [2018-01-02 10:42:45.91]: ▸ Compiling CDVGestureHandler.m
INFO [2018-01-02 10:42:45.95]: ▸ Compiling CDVHandleOpenURL.m
INFO [2018-01-02 10:42:45.98]: ▸ Compiling CDVUIWebViewNavigationDelegate.m
INFO [2018-01-02 10:42:46.18]: ▸ Compiling NSMutableArray+QueueAdditions.m
INFO [2018-01-02 10:42:46.18]: ▸ Compiling CDVCommandQueue.m
INFO [2018-01-02 10:42:46.22]: ▸ Compiling CDVPluginResult.m
INFO [2018-01-02 10:42:46.22]: ▸ Compiling CDVPlugin+Resources.m
INFO [2018-01-02 10:42:46.23]: ▸ Compiling CDVURLProtocol.m
INFO [2018-01-02 10:42:46.55]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:9: 'ALAssetsLibraryAssetForURLResultBlock' is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.55]: ▸ ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {
INFO [2018-01-02 10:42:46.55]: ▸ ^
INFO [2018-01-02 10:42:46.55]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:69: 'defaultRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.55]: ▸ ALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];
INFO [2018-01-02 10:42:46.55]: ▸                ^
INFO [2018-01-02 10:42:46.56]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:64:142: 'UTI' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager for a PHAsset to request image data from the Photos framework and check the dataUTI passed to your result handler instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.56]: ▸ NSString* MIMEType = (__bridge_transfer NSString*)UTTypeCopyPreferredTagWithClass((__bridge CFStringRef)[assetRepresentation UTI], kUTTagClassMIMEType);
INFO [2018-01-02 10:42:46.56]: ▸ ^
INFO [2018-01-02 10:42:46.56]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:65:82: 'size' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.56]: ▸ Byte* buffer = (Byte*)malloc((unsigned long)[assetRepresentation size]);
INFO [2018-01-02 10:42:46.56]: ▸ ^
INFO [2018-01-02 10:42:46.56]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:133: 'size' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.56]: ▸ NSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];
INFO [2018-01-02 10:42:46.56]: ▸ ^
INFO [2018-01-02 10:42:46.56]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:62: 'getBytes:fromOffset:length:error:' is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.56]: ▸ NSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];
INFO [2018-01-02 10:42:46.56]: ▸ ^
INFO [2018-01-02 10:42:46.56]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:63: 'ALAsset' is deprecated: first deprecated in iOS 9.0 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.56]: ▸ ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {
INFO [2018-01-02 10:42:46.57]: ▸ ^
INFO [2018-01-02 10:42:46.57]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:17: 'ALAssetRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.57]: ▸ ALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];
INFO [2018-01-02 10:42:46.57]: ▸            ^
INFO [2018-01-02 10:42:46.57]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:74:9: 'ALAssetsLibraryAccessFailureBlock' is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.57]: ▸ ALAssetsLibraryAccessFailureBlock failureBlock = ^(NSError* error) {
INFO [2018-01-02 10:42:46.57]: ▸            ^
INFO [2018-01-02 10:42:46.57]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:9: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.57]: ▸ ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];
INFO [2018-01-02 10:42:46.57]: ▸                ^
INFO [2018-01-02 10:42:46.57]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:60: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.57]: ▸ ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];
INFO [2018-01-02 10:42:46.57]: ▸            ^
INFO [2018-01-02 10:42:46.57]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:80:24: 'assetForURL:resultBlock:failureBlock:' is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:46.57]: ▸ [assetsLibrary assetForURL:url resultBlock:resultBlock failureBlock:failureBlock];
INFO [2018-01-02 10:42:46.57]: ▸            ^
INFO [2018-01-02 10:42:46.58]: ▸ Compiling CDVLogger.m
INFO [2018-01-02 10:42:46.58]: ▸ Compiling CDVUIWebViewEngine.m
INFO [2018-01-02 10:42:46.58]: ▸ Compiling CDVPlugin.m
INFO [2018-01-02 10:42:46.58]: ▸ Compiling CDVLocalStorage.m
INFO [2018-01-02 10:42:46.76]: ▸ Compiling CDVIntentAndNavigationFilter.m
INFO [2018-01-02 10:42:46.77]: ▸ Building library libCordova.a
INFO [2018-01-02 10:42:46.79]: ▸ Building library libCordova.a
INFO [2018-01-02 10:42:47.34]: ▸ Building –ü—Ä–∏–º–µ—Ä –≤ –∫–∏—Ä–∏–ª–ª–∏—Ü–µ/–ü—Ä–∏–º–µ—Ä –≤ –∫–∏—Ä–∏–ª–ª–∏—Ü–µ [Release]
INFO [2018-01-02 10:42:47.34]: ▸ Check Dependencies
INFO [2018-01-02 10:42:47.36]: ▸ Running script 'Copy www directory'
INFO [2018-01-02 10:42:47.89]: ▸ Compiling CDVLaunchScreen.storyboard
INFO [2018-01-02 10:42:51.58]: ▸ Compiling MainViewController.xib
INFO [2018-01-02 10:42:56.81]: ▸ Processing Пример в кириллице-Info.plist
INFO [2018-01-02 10:42:56.84]: ▸ Precompiling кириллице-Prefix.pch
INFO [2018-01-02 10:42:57.32]: ▸ Precompiling кириллице-Prefix.pch
INFO [2018-01-02 10:42:57.39]: ▸ Compiling main.m
INFO [2018-01-02 10:42:57.77]: ▸ Compiling AppDelegate.m
INFO [2018-01-02 10:42:57.78]: ▸ Compiling MainViewController.m
INFO [2018-01-02 10:42:57.78]: ▸ Compiling CDVDevice.m
INFO [2018-01-02 10:42:57.82]: ▸ Compiling CDVInAppBrowser.m
INFO [2018-01-02 10:42:58.83]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:500:48: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:58.83]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:_previousStatusBarStyle];
INFO [2018-01-02 10:42:58.83]: ▸ ^
INFO [2018-01-02 10:42:58.83]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:58.83]: ▸ self.closeButton = [[UIBarButtonItem alloc] initWithTitle:title style:UIBarButtonItemStyleBordered target:self action:@selector(close)];
INFO [2018-01-02 10:42:58.83]: ▸                                                  ^
INFO [2018-01-02 10:42:58.83]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: null passed to a callee that requires a non-null argument [-Wnonnull]
INFO [2018-01-02 10:42:58.83]: ▸ [self.webView loadHTMLString:nil baseURL:nil];
INFO [2018-01-02 10:42:58.83]: ▸     ^
INFO [2018-01-02 10:42:58.83]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:855:44: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:58.83]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:[self preferredStatusBarStyle]];
INFO [2018-01-02 10:42:58.83]: ▸                   ^              ~~~
INFO [2018-01-02 10:42:58.84]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:958:1: conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int') [-Wmismatched-return-types]
INFO [2018-01-02 10:42:58.84]: ▸ - (NSUInteger)supportedInterfaceOrientations
INFO [2018-01-02 10:42:58.84]: ▸                                                  ^
INFO [2018-01-02 10:42:58.84]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int') [-Wmismatched-return-types]
INFO [2018-01-02 10:42:58.84]: ▸ - (NSUInteger)supportedInterfaceOrientations
INFO [2018-01-02 10:42:58.84]: ▸ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
INFO [2018-01-02 10:42:58.84]: ▸ Compiling CDVSplashScreen.m
INFO [2018-01-02 10:42:58.84]: ▸ Compiling CDVViewController+SplashScreen.m
INFO [2018-01-02 10:42:58.84]: ▸ Compiling CDVWKWebViewEngine.m
INFO [2018-01-02 10:42:58.84]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:148:23: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:58.84]: ▸ configuration.mediaPlaybackRequiresUserAction = YES;
INFO [2018-01-02 10:42:58.84]: ▸                                                           ^
INFO [2018-01-02 10:42:58.85]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:587:91: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:58.85]: ▸ errorUrl = [NSURL URLWithString:[NSString stringWithFormat:@"?error=%@", [message stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]] relativeToURL:errorUrl];
INFO [2018-01-02 10:42:58.85]: ▸                            ^
INFO [2018-01-02 10:42:58.85]: ▸ Compiling CDVWKWebViewUIDelegate.m
INFO [2018-01-02 10:42:58.85]: ▸ Compiling CDVWKProcessPoolFactory.m
INFO [2018-01-02 10:42:58.85]: ▸ Compiling GCDWebServer.m
INFO [2018-01-02 10:42:59.15]: ▸ Compiling GCDWebServerConnection.m
INFO [2018-01-02 10:42:59.15]: ▸ Compiling GCDWebServerFunctions.m
INFO [2018-01-02 10:42:59.15]: ▸ Compiling GCDWebServerRequest.m
INFO [2018-01-02 10:42:59.16]: ▸ Compiling GCDWebServerResponse.m
INFO [2018-01-02 10:42:59.16]: ▸ Compiling GCDWebServerDataRequest.m
INFO [2018-01-02 10:42:59.27]: ▸ Compiling GCDWebServerFileRequest.m
INFO [2018-01-02 10:42:59.33]: ▸ Compiling GCDWebServerMultiPartFormRequest.m
INFO [2018-01-02 10:42:59.58]: ▸ Compiling GCDWebServerURLEncodedFormRequest.m
INFO [2018-01-02 10:42:59.59]: ▸ Compiling GCDWebServerDataResponse.m
INFO [2018-01-02 10:42:59.59]: ▸ Compiling GCDWebServerErrorResponse.m
INFO [2018-01-02 10:42:59.59]: ▸ Compiling GCDWebServerFileResponse.m
INFO [2018-01-02 10:42:59.59]: ▸ Compiling GCDWebServerStreamedResponse.m
INFO [2018-01-02 10:42:59.68]: ▸ Compiling CDVStatusBar.m
INFO [2018-01-02 10:42:59.94]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:271:44: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:59.94]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:style];
INFO [2018-01-02 10:42:59.94]: ▸ ^
INFO [2018-01-02 10:42:59.94]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:358:14: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:59.94]: ▸ [app setStatusBarHidden:YES];
INFO [2018-01-02 10:42:59.94]: ▸                                                  ^
INFO [2018-01-02 10:42:59.94]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:389:14: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
INFO [2018-01-02 10:42:59.94]: ▸ [app setStatusBarHidden:NO];
INFO [2018-01-02 10:42:59.94]: ▸                                                               ^
INFO [2018-01-02 10:42:59.94]: ▸ Compiling CDVIonicKeyboard.m
INFO [2018-01-02 10:42:59.94]: ▸ Compiling main.m
INFO [2018-01-02 10:42:59.95]: ▸ Compiling AppDelegate.m
INFO [2018-01-02 10:42:59.95]: ▸ Compiling MainViewController.m
INFO [2018-01-02 10:42:59.96]: ▸ Compiling CDVDevice.m
INFO [2018-01-02 10:43:00.07]: ▸ Compiling CDVInAppBrowser.m
INFO [2018-01-02 10:43:00.86]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:500:48: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:00.86]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:_previousStatusBarStyle];
INFO [2018-01-02 10:43:00.86]: ▸                                                               ^
INFO [2018-01-02 10:43:00.86]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:00.86]: ▸ self.closeButton = [[UIBarButtonItem alloc] initWithTitle:title style:UIBarButtonItemStyleBordered target:self action:@selector(close)];
INFO [2018-01-02 10:43:00.86]: ▸                                                  ^
INFO [2018-01-02 10:43:00.86]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: null passed to a callee that requires a non-null argument [-Wnonnull]
INFO [2018-01-02 10:43:00.86]: ▸ [self.webView loadHTMLString:nil baseURL:nil];
INFO [2018-01-02 10:43:00.86]: ▸     ^
INFO [2018-01-02 10:43:00.86]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:855:44: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:00.86]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:[self preferredStatusBarStyle]];
INFO [2018-01-02 10:43:00.86]: ▸                   ^              ~~~
INFO [2018-01-02 10:43:00.86]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:958:1: conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long') [-Wmismatched-return-types]
INFO [2018-01-02 10:43:00.86]: ▸ - (NSUInteger)supportedInterfaceOrientations
INFO [2018-01-02 10:43:00.86]: ▸                                                  ^
INFO [2018-01-02 10:43:00.87]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long') [-Wmismatched-return-types]
INFO [2018-01-02 10:43:00.87]: ▸ - (NSUInteger)supportedInterfaceOrientations
INFO [2018-01-02 10:43:00.87]: ▸ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
INFO [2018-01-02 10:43:00.87]: ▸ Compiling CDVSplashScreen.m
INFO [2018-01-02 10:43:00.87]: ▸ Compiling CDVViewController+SplashScreen.m
INFO [2018-01-02 10:43:00.87]: ▸ Compiling CDVWKWebViewEngine.m
INFO [2018-01-02 10:43:00.87]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:148:23: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:00.87]: ▸ configuration.mediaPlaybackRequiresUserAction = YES;
INFO [2018-01-02 10:43:00.87]: ▸                                                           ^
INFO [2018-01-02 10:43:00.88]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:587:91: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:00.88]: ▸ errorUrl = [NSURL URLWithString:[NSString stringWithFormat:@"?error=%@", [message stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]] relativeToURL:errorUrl];
INFO [2018-01-02 10:43:00.88]: ▸                            ^
INFO [2018-01-02 10:43:00.88]: ▸ Compiling CDVWKWebViewUIDelegate.m
INFO [2018-01-02 10:43:00.88]: ▸ Compiling CDVWKProcessPoolFactory.m
INFO [2018-01-02 10:43:00.88]: ▸ Compiling GCDWebServer.m
INFO [2018-01-02 10:43:01.12]: ▸ Compiling GCDWebServerConnection.m
INFO [2018-01-02 10:43:01.12]: ▸ Compiling GCDWebServerFunctions.m
INFO [2018-01-02 10:43:01.12]: ▸ Compiling GCDWebServerRequest.m
INFO [2018-01-02 10:43:01.19]: ▸ Compiling GCDWebServerResponse.m
INFO [2018-01-02 10:43:01.31]: ▸ Compiling GCDWebServerDataRequest.m
INFO [2018-01-02 10:43:01.31]: ▸ Compiling GCDWebServerFileRequest.m
INFO [2018-01-02 10:43:01.33]: ▸ Compiling GCDWebServerMultiPartFormRequest.m
INFO [2018-01-02 10:43:01.58]: ▸ Compiling GCDWebServerURLEncodedFormRequest.m
INFO [2018-01-02 10:43:01.58]: ▸ Compiling GCDWebServerDataResponse.m
INFO [2018-01-02 10:43:01.59]: ▸ Compiling GCDWebServerErrorResponse.m
INFO [2018-01-02 10:43:01.59]: ▸ Compiling GCDWebServerFileResponse.m
INFO [2018-01-02 10:43:01.70]: ▸ Compiling GCDWebServerStreamedResponse.m
INFO [2018-01-02 10:43:01.71]: ▸ Compiling CDVStatusBar.m
INFO [2018-01-02 10:43:01.80]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:271:44: 'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:01.81]: ▸ [[UIApplication sharedApplication] setStatusBarStyle:style];
INFO [2018-01-02 10:43:01.81]: ▸ ^
INFO [2018-01-02 10:43:01.81]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:358:14: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:01.81]: ▸ [app setStatusBarHidden:YES];
INFO [2018-01-02 10:43:01.81]: ▸                                                  ^
INFO [2018-01-02 10:43:01.81]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:389:14: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
INFO [2018-01-02 10:43:01.81]: ▸ [app setStatusBarHidden:NO];
INFO [2018-01-02 10:43:01.81]: ▸                                                               ^
INFO [2018-01-02 10:43:01.81]: ▸ Compiling CDVIonicKeyboard.m
INFO [2018-01-02 10:43:01.81]: ▸ ⚠️  /Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-keyboard/CDVIonicKeyboard.m:73:52: enum values with underlying type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
INFO [2018-01-02 10:43:01.81]: ▸ NSLog(@"CDVIonicKeyboard: resize mode %d", self.keyboardResizes);
INFO [2018-01-02 10:43:01.81]: ▸                                                               ^
INFO [2018-01-02 10:43:01.82]: ▸ Linking Пример\
INFO [2018-01-02 10:43:02.07]: ▸ Linking Пример\
INFO [2018-01-02 10:43:02.10]: ▸ Generating 'Пример\ в\ кириллице.app.dSYM'
INFO [2018-01-02 10:43:02.46]: ▸ Touching Пример\ в\ кириллице.app
INFO [2018-01-02 10:43:02.48]: ▸ Signing /Users/cthos/Library/Developer/Xcode/DerivedData/Пример_в_кириллице-fcfsxshpuicxmgglrmlpbkgqqplj/Build/Intermediates.noindex/ArchiveIntermediates/Пример\ в\ кириллице/InstallationBuildProductsLocation/Applications/Пример\ в\ кириллице.app
INFO [2018-01-02 10:43:02.78]: ▸ Touching Пример\ в\ кириллице.app.dSYM
INFO [2018-01-02 10:43:02.97]: ▸ Archive Succeeded
DEBUG [2018-01-02 10:43:03.20]: Stored the archive in: /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/Пример в кириллице 2018-01-02 10.42.40.xcarchive
WARN [2018-01-02 10:43:03.21]: Generated plist file with the following values:
INFO [2018-01-02 10:43:03.21]: ▸ -----------------------------------------
INFO [2018-01-02 10:43:03.21]: ▸ {
INFO [2018-01-02 10:43:03.21]: ▸   "method": "development",
INFO [2018-01-02 10:43:03.21]: ▸   "provisioningProfiles": {
INFO [2018-01-02 10:43:03.21]: ▸     "com.alextheward.cyrillicexample": "XCWildcard"
INFO [2018-01-02 10:43:03.21]: ▸   },
INFO [2018-01-02 10:43:03.21]: ▸   "signingStyle": "manual"
INFO [2018-01-02 10:43:03.21]: ▸ }
INFO [2018-01-02 10:43:03.21]: ▸ -----------------------------------------
INFO [2018-01-02 10:43:03.21]: This results in the following plist file:
INFO [2018-01-02 10:43:03.21]: ▸ -----------------------------------------
INFO [2018-01-02 10:43:03.21]: ▸ <?xml version="1.0" encoding="UTF-8"?>
INFO [2018-01-02 10:43:03.21]: ▸ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
INFO [2018-01-02 10:43:03.21]: ▸ <plist version="1.0">
INFO [2018-01-02 10:43:03.21]: ▸ <dict>
INFO [2018-01-02 10:43:03.21]: ▸ 	<key>method</key>
INFO [2018-01-02 10:43:03.21]: ▸ 	<string>development</string>
INFO [2018-01-02 10:43:03.21]: ▸ 	<key>provisioningProfiles</key>
INFO [2018-01-02 10:43:03.21]: ▸ 	<dict>
INFO [2018-01-02 10:43:03.21]: ▸ 		<key>com.alextheward.cyrillicexample</key>
INFO [2018-01-02 10:43:03.21]: ▸ 		<string>XCWildcard</string>
INFO [2018-01-02 10:43:03.21]: ▸ 	</dict>
INFO [2018-01-02 10:43:03.21]: ▸ 	<key>signingStyle</key>
INFO [2018-01-02 10:43:03.21]: ▸ 	<string>manual</string>
INFO [2018-01-02 10:43:03.21]: ▸ </dict>
INFO [2018-01-02 10:43:03.21]: ▸ </plist>
INFO [2018-01-02 10:43:03.21]: ▸ -----------------------------------------
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
|                                                                                    Generated Package Command                                                                                     |
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
| Option                                                                                                 | Value                                                                                   |
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
| /usr/bin/xcrun                                                                                         |                                                                                         |
| /Users/cthos/.rvm/gems/ruby-2.4.0/gems/fastlane-2.72.0/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh  |                                                                                         |
| -exportArchive                                                                                         |                                                                                         |
| -exportOptionsPlist                                                                                    | /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_config20180102-18849-116lyqd.plist |
| -archivePath /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/\П\р\и\м\е\р\ \в\                |                                                                                         |
| \к\и\р\и\л\л\и\ц\е\ 2018-01-02\ 10.42.40.xcarchive                                                     |                                                                                         |
| -exportPath                                                                                            | /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz        |
| CODE_SIGN_STYLE="Manual" PROVISIONING_PROFILE="d2ea99bd-f010-470e-a744-ee194a6ab541"                   |                                                                                         |
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
INFO [2018-01-02 10:43:03.22]: $ /usr/bin/xcrun /Users/cthos/.rvm/gems/ruby-2.4.0/gems/fastlane-2.72.0/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh -exportArchive -exportOptionsPlist '/var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_config20180102-18849-116lyqd.plist' -archivePath /Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е\ 2018-01-02\ 10.42.40.xcarchive -exportPath '/var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz' CODE_SIGN_STYLE="Manual" PROVISIONING_PROFILE="d2ea99bd-f010-470e-a744-ee194a6ab541" 
INFO [2018-01-02 10:43:03.24]: ▸ RVM detected, forcing to use system ruby
INFO [2018-01-02 10:43:03.67]: ▸ Now using system ruby.
INFO [2018-01-02 10:43:03.71]: ▸ + xcodebuild -exportArchive -exportOptionsPlist /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_config20180102-18849-116lyqd.plist -archivePath '/Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/Пример в кириллице 2018-01-02 10.42.40.xcarchive' -exportPath /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE=d2ea99bd-f010-470e-a744-ee194a6ab541
INFO [2018-01-02 10:43:04.66]: ▸ 2018-01-02 10:43:04.661 xcodebuild[19429:6183137] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/Пример в кириллице_2018-01-02_10-43-04.660.xcdistributionlogs'.
INFO [2018-01-02 10:43:06.40]: ▸ Exported Пример в кириллице 2018-01-02 10.42.40.xcarchive to: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz
INFO [2018-01-02 10:43:06.40]: ▸ ** EXPORT SUCCEEDED **
INFO [2018-01-02 10:43:06.42]: Compressing 1 dSYM(s)
INFO [2018-01-02 10:43:06.42]: $ cd '/Users/cthos/Library/Developer/Xcode/Archives/2018-01-02/Пример в кириллице 2018-01-02 10.42.40.xcarchive/dSYMs' && zip -r '/Users/cthos/Documents/Code/fastlane-test/build/Пример в кириллице.app.dSYM.zip' *.dSYM
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/ (stored 0%)
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/Contents/ (stored 0%)
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/Contents/Resources/ (stored 0%)
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/Contents/Resources/DWARF/ (stored 0%)
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/Contents/Resources/DWARF/Пример в кириллице (deflated 64%)
INFO [2018-01-02 10:43:06.62]: ▸ updating: Пример в кириллице.app.dSYM/Contents/Info.plist (deflated 52%)

INFO [2018-01-02 10:43:06.62]: Successfully exported and compressed dSYM file
WARN [2018-01-02 10:43:07.11]: Lane Context:
INFO [2018-01-02 10:43:07.11]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios dev"}
ERROR [2018-01-02 10:43:07.11]: same file: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa and /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa
INFO [2018-01-02 10:43:07.11]: Successfully generated documentation at path '/Users/cthos/Documents/Code/fastlane-test/fastlane/README.md'

+------+-------------------------------------+-------------+
|                     fastlane summary                     |
+------+-------------------------------------+-------------+
| Step | Action                              | Time (in s) |
+------+-------------------------------------+-------------+
| 1    | Verifying required fastlane version | 0           |
| 2    | default_platform                    | 0           |
| 💥   | gym                                 | 29          |
+------+-------------------------------------+-------------+

ERROR [2018-01-02 10:43:07.13]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...
Search query: same file: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa and /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa

URL: https://api.github.com/search/issues?q=same%20file:%20/var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80%20%D0%B2%20%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B5.ipa%20and%20/var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80%20%D0%B2%20%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B5.ipa+repo:fastlane/fastlane
Found no similar issues. To create a new issue, please visit:
https://github.com/fastlane/fastlane/issues/new
Run `fastlane env` to append the fastlane environment to your issue

Environment

✅ fastlane environment ✅

Stack

Key Value
OS 10.13.2
Ruby 2.4.0
Bundler? false
Git git version 2.14.1
Installation Source ~/.rvm/gems/ruby-2.4.0/bin/fastlane
Host Mac OS X 10.13.2 (17C88)
Ruby Lib Dir ~/.rvm/rubies/ruby-2.4.0/lib
OpenSSL Version OpenSSL 1.1.0e 16 Feb 2017
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 9.2

System Locale

Variable Value
LANG en_US.UTF-8
LC_ALL
LANGUAGE

fastlane files:

`./fastlane/Fastfile`
# Customize this file, documentation can be found here:
# https://docs.fastlane.tools/actions/
# All available actions: https://docs.fastlane.tools/actions
# can also be listed using the `fastlane actions` command

# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`

# If you want to automatically update fastlane if a new version is available:
# update_fastlane

# This is the minimum version number required.
# Update this, if you use features of a newer version
min_fastlane_version("2.72.0")

default_platform(:ios)

platform :ios do
  before_all do
    # ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
    # cocoapods
    # cocoapods
  end

  desc "Runs all the tests"
  lane :test do
    run_tests
  end

  desc "Dev Build with Gym"
  lane :dev do
    gym(xcargs: "CODE_SIGN_STYLE=\"Manual\" PROVISIONING_PROFILE=\"d2ea99bd-f010-470e-a744-ee194a6ab541\"", project: './platforms/ios/Пример в кириллице.xcodeproj', scheme: 'Пример в кириллице', output_directory: "./build", export_method: "development", codesigning_identity: "iPhone Developer: Alexander Ward", configuration: "Release", export_options: {method: 'development', provisioningProfiles: {"com.alextheward.cyrillicexample" => 'XCWildcard'}} )
  end

  # You can define as many lanes as you want

  after_all do |lane|
    # This block is called, only if the executed lane was successful

    # slack(
    #   message: "Successfully deployed new App Update."
    # )
  end

  error do |lane, exception|
    # slack(
    #   message: exception.message,
    #   success: false
    # )
  end
end


# More information about multiple platforms in fastlane: https://docs.fastlane.tools/advanced/#control-configuration-by-lane-and-by-platform
# All available actions: https://docs.fastlane.tools/actions

# fastlane reports which actions are used. No personal data is recorded.
# Learn more at https://docs.fastlane.tools/#metrics

`./fastlane/Appfile`
app_identifier "com.alextheward.cyrillicexample" # The bundle identifier of your app
apple_id "daginus@gmail.com" # Your Apple email address

team_id "36Y4TU2EV3" # Developer Portal Team ID

# you can even provide different app identifiers, Apple IDs and team names per lane:
# More information: https://docs.fastlane.tools/advanced/#appfile

fastlane gems

Gem Version Update-Status
fastlane 2.72.0 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.1.0
executable-hooks 1.3.2
bundler-unload 1.0.2
rubygems-bundler 1.4.4
bundler 1.16.1
io-console 0.4.6
slack-notifier 1.5.1
multipart-post 2.0.0
word_wrap 1.0.0
public_suffix 2.0.5
tty-cursor 0.5.0
tty-spinner 0.7.0
babosa 1.0.2
colored 1.2
commander-fastlane 4.4.5
unf_ext 0.0.7.4
unf 0.1.4
domain_name 0.5.20170404
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
gh_inspector 1.0.3
mini_magick 4.5.1
multi_xml 0.6.0
rubyzip 1.2.1
security 0.1.3
declarative-option 0.1.0
representable 3.0.4
mime-types-data 3.2016.0521
mime-types 3.1
httpclient 2.8.3
google-api-client 0.13.6
json 2.1.0
highline 1.7.10
excon 0.60.0
openssl 2.0.2
CFPropertyList 2.3.6
mini_portile2 2.1.0
nokogiri 1.7.1
plist 3.4.0
tty-screen 0.6.4
faraday 0.13.1
faraday_middleware 0.12.2
little-plugger 1.1.4
logging 2.2.2
os 0.9.6
googleauth 0.6.2
signet 0.8.1
fastimage 2.1.1
claide 1.0.2
colored2 3.1.2
nanaimo 0.2.3
xcodeproj 1.5.4
terminal-table 1.8.0
unicode-display_width 1.3.0

generated on: 2018-01-02

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 21

Most upvoted comments

@cthos awesome! thx for your help to tackle down the issue.