fastlane: Gym: Same File Error when Project name is in Cyrillic
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
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]: [33mSeems like launching fastlane takes a while - please run[0m
[10:42:35]:
[10:42:35]: [36m$ [sudo] gem cleanup[0m
[10:42:35]:
[10:42:35]: [33mto uninstall outdated gems and make fastlane launch faster[0m
[10:42:35]: [33mAlternatively it's recommended to start using a Gemfile to lock your dependencies[0m
[10:42:35]: [33mTo get started with a Gemfile, run[0m
[10:42:35]:
[10:42:35]: [36m$ bundle init[0m
[10:42:35]: [36m$ echo 'gem "fastlane"' >> Gemfile[0m
[10:42:35]: [36m$ bundle install[0m
[10:42:35]:
[10:42:35]: [33mAfter creating the Gemfile and Gemfile.lock, commit those files into version control[0m
[10:42:35]: [33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile[0m
DEBUG [2018-01-02 10:42:36.45]: Checking if there are any plugins that should be loaded...
[33mSuccessfully loaded Appfile at path '/Users/cthos/Documents/Code/fastlane-test/fastlane/Appfile'[0m
- [36mapp_identifier[0m: '[32mcom.alextheward.cyrillicexample[0m'
- [36mapple_id[0m: '[32mdaginus@gmail.com[0m'
- [36mteam_id[0m: '[32m36Y4TU2EV3[0m'
-------
INFO [2018-01-02 10:42:36.89]: [32m-------------------------------------------------[0m
INFO [2018-01-02 10:42:36.89]: [32m--- Step: Verifying required fastlane version ---[0m
INFO [2018-01-02 10:42:36.89]: [32m-------------------------------------------------[0m
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]: [32m------------------------------[0m
INFO [2018-01-02 10:42:36.92]: [32m--- Step: default_platform ---[0m
INFO [2018-01-02 10:42:36.92]: [32m------------------------------[0m
INFO [2018-01-02 10:42:36.93]: [32mDriving the lane 'ios dev' 🚀[0m
INFO [2018-01-02 10:42:36.96]: [32m-----------------[0m
INFO [2018-01-02 10:42:36.96]: [32m--- Step: gym ---[0m
INFO [2018-01-02 10:42:36.96]: [32m-----------------[0m
INFO [2018-01-02 10:42:37.02]: [36m$ xcodebuild -list -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj -configuration Release[0m
INFO [2018-01-02 10:42:38.66]: [36m$ xcodebuild -showBuildSettings -scheme \П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е -project ./platforms/ios/\П\р\и\м\е\р\ \в\ \к\и\р\и\л\л\и\ц\е.xcodeproj -configuration Release[0m
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"}
+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+
| [32mSummary for gym 2.72.0[0m |
+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+
| 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 |
+---------------------------------------------------------------------+--------------------------------------------------------------------------------------+
+---------------------------------------------------------------------------------------------+----------------------+
| [32mGenerated Build Command[0m |
+---------------------------------------------------------------------------------------------+----------------------+
| 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]: [36m$ 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[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m2018-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=([0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m0 DTDeviceKitBase 0x000000010c8bdfed DTDKCreateNSError + 113[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m1 DTDeviceKitBase 0x000000010c8be831 DTDK_AMDErrorToNSError + 1135[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m2 DTDeviceKitBase 0x000000010c8ff441 -[DTDKMobileDeviceToken mountDeveloperDiskImage:withError:] + 782[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m3 DTDeviceKitBase 0x000000010c8ffcf8 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 488[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m4 IDEiOSSupportCore 0x000000010c7e3250 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 133[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m5 DVTFoundation 0x0000000101274b63 __DVTDispatchGroupAsync_block_invoke + 806[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m6 libdispatch.dylib 0x00007fff647a5591 _dispatch_call_block_and_release + 12[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m7 libdispatch.dylib 0x00007fff6479dd50 _dispatch_client_callout + 8[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m8 libdispatch.dylib 0x00007fff647b0ef5 _dispatch_continuation_pop + 599[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m9 libdispatch.dylib 0x00007fff647a86cb _dispatch_async_redirect_invoke + 703[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m10 libdispatch.dylib 0x00007fff6479f941 _dispatch_root_queue_drain + 515[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m11 libdispatch.dylib 0x00007fff6479f6ed _dispatch_worker_thread3 + 101[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m12 libsystem_pthread.dylib 0x00007fff64a621ca _pthread_wqthread + 1387[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m13 libsystem_pthread.dylib 0x00007fff64a61c4d start_wqthread + 13[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m), NSLocalizedRecoverySuggestion=An unknown error occurred., NSLocalizedFailureReason=An unknown error occurred.}) {[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35mNSLocalizedDescription = "An unknown error occurred.";[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35mNSLocalizedFailureReason = "An unknown error occurred.";[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35mNSLocalizedRecoverySuggestion = "An unknown error occurred.";[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m"com.apple.dtdevicekit.stacktrace" = ([0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m0 DTDeviceKitBase 0x000000010c8bdfed DTDKCreateNSError + 113[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m1 DTDeviceKitBase 0x000000010c8be831 DTDK_AMDErrorToNSError + 1135[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m2 DTDeviceKitBase 0x000000010c8ff441 -[DTDKMobileDeviceToken mountDeveloperDiskImage:withError:] + 782[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m3 DTDeviceKitBase 0x000000010c8ffcf8 -[DTDKMobileDeviceToken mountDeveloperDiskImageWithError:] + 488[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m4 IDEiOSSupportCore 0x000000010c7e3250 __37-[DVTiOSDevice(Connect) hasConnected]_block_invoke_2 + 133[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m5 DVTFoundation 0x0000000101274b63 __DVTDispatchGroupAsync_block_invoke + 806[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m6 libdispatch.dylib 0x00007fff647a5591 _dispatch_call_block_and_release + 12[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m7 libdispatch.dylib 0x00007fff6479dd50 _dispatch_client_callout + 8[0m
INFO [2018-01-02 10:42:41.90]: ▸ [35m8 libdispatch.dylib 0x00007fff647b0ef5 _dispatch_continuation_pop + 599[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m9 libdispatch.dylib 0x00007fff647a86cb _dispatch_async_redirect_invoke + 703[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m10 libdispatch.dylib 0x00007fff6479f941 _dispatch_root_queue_drain + 515[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m11 libdispatch.dylib 0x00007fff6479f6ed _dispatch_worker_thread3 + 101[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m12 libsystem_pthread.dylib 0x00007fff64a621ca _pthread_wqthread + 1387[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m13 libsystem_pthread.dylib 0x00007fff64a61c4d start_wqthread + 13[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m);[0m
INFO [2018-01-02 10:42:41.91]: ▸ [35m}[0m
INFO [2018-01-02 10:42:42.46]: [35m[33m▸[0m [39;1mBuilding[0m CordovaLib/CordovaLib [Release][0m
INFO [2018-01-02 10:42:42.46]: [35m[33m▸[0m [39;1mCheck Dependencies[0m
INFO [2018-01-02 10:42:42.64]: [35m[33m▸[0m [39;1mCopying[0m CDVScreenOrientationDelegate.h[0m
INFO [2018-01-02 10:42:42.64]: [35m[33m▸[0m [39;1mCopying[0m CDVWebViewEngineProtocol.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDV.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDVCommandDelegateImpl.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDVAppDelegate.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDVCommandQueue.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDVWhitelist.h[0m
INFO [2018-01-02 10:42:42.65]: [35m[33m▸[0m [39;1mCopying[0m CDVPlugin+Resources.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVAvailability.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVUIWebViewDelegate.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVPluginResult.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m NSMutableArray+QueueAdditions.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m NSDictionary+CordovaPreferences.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVPlugin.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVInvokedUrlCommand.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVURLProtocol.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVCommandDelegate.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVAvailabilityDeprecated.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVUserAgentUtil.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVTimer.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVConfigParser.h[0m
INFO [2018-01-02 10:42:42.66]: [35m[33m▸[0m [39;1mCopying[0m CDVViewController.h[0m
INFO [2018-01-02 10:42:42.67]: [35m[33m▸[0m [39;1mPrecompiling[0m CordovaLib_Prefix.pch[0m
INFO [2018-01-02 10:42:42.93]: [35m[33m▸[0m [39;1mPrecompiling[0m CordovaLib_Prefix.pch[0m
INFO [2018-01-02 10:42:42.98]: [35m[33m▸[0m [39;1mCompiling[0m NSDictionary+CordovaPreferences.m[0m
INFO [2018-01-02 10:42:43.66]: [35m[33m▸[0m [39;1mCompiling[0m CDVViewController.m[0m
INFO [2018-01-02 10:42:43.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVAppDelegate.m[0m
INFO [2018-01-02 10:42:43.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewDelegate.m[0m
INFO [2018-01-02 10:42:43.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVCommandDelegateImpl.m[0m
INFO [2018-01-02 10:42:43.93]: [35m[33m▸[0m [39;1mCompiling[0m CDVJSON_private.m[0m
INFO [2018-01-02 10:42:43.93]: [35m[33m▸[0m [39;1mCompiling[0m CDVWhitelist.m[0m
INFO [2018-01-02 10:42:44.01]: [35m[33m▸[0m [39;1mCompiling[0m CDVInvokedUrlCommand.m[0m
INFO [2018-01-02 10:42:44.02]: [35m[33m▸[0m [39;1mCompiling[0m CDVTimer.m[0m
INFO [2018-01-02 10:42:44.11]: [35m[33m▸[0m [39;1mCompiling[0m CDVUserAgentUtil.m[0m
INFO [2018-01-02 10:42:44.19]: [35m[33m▸[0m [39;1mCompiling[0m CDVConfigParser.m[0m
INFO [2018-01-02 10:42:44.20]: [35m[33m▸[0m [39;1mCompiling[0m CDVGestureHandler.m[0m
INFO [2018-01-02 10:42:44.34]: [35m[33m▸[0m [39;1mCompiling[0m CDVHandleOpenURL.m[0m
INFO [2018-01-02 10:42:44.38]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewNavigationDelegate.m[0m
INFO [2018-01-02 10:42:44.53]: [35m[33m▸[0m [39;1mCompiling[0m NSMutableArray+QueueAdditions.m[0m
INFO [2018-01-02 10:42:44.53]: [35m[33m▸[0m [39;1mCompiling[0m CDVCommandQueue.m[0m
INFO [2018-01-02 10:42:44.56]: [35m[33m▸[0m [39;1mCompiling[0m CDVPluginResult.m[0m
INFO [2018-01-02 10:42:44.63]: [35m[33m▸[0m [39;1mCompiling[0m CDVPlugin+Resources.m[0m
INFO [2018-01-02 10:42:44.63]: [35m[33m▸[0m [39;1mCompiling[0m CDVURLProtocol.m[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:9: [33m'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][0m
INFO [2018-01-02 10:42:44.80]: ▸ [35mALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:69: [33m'defaultRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.80]: ▸ [35mALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:64:142: [33m'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][0m
INFO [2018-01-02 10:42:44.80]: ▸ [35mNSString* MIMEType = (__bridge_transfer NSString*)UTTypeCopyPreferredTagWithClass((__bridge CFStringRef)[assetRepresentation UTI], kUTTagClassMIMEType);[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:65:82: [33m'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][0m
INFO [2018-01-02 10:42:44.80]: ▸ [35mByte* buffer = (Byte*)malloc((unsigned long)[assetRepresentation size]);[0m
INFO [2018-01-02 10:42:44.80]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:44.81]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:133: [33m'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][0m
INFO [2018-01-02 10:42:44.81]: ▸ [35mNSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];[0m
INFO [2018-01-02 10:42:44.81]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:44.81]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:62: [33m'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][0m
INFO [2018-01-02 10:42:44.81]: ▸ [35mNSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];[0m
INFO [2018-01-02 10:42:44.81]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:63: [33m'ALAsset' is deprecated: first deprecated in iOS 9.0 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.82]: ▸ [35mALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:17: [33m'ALAssetRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.82]: ▸ [35mALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:74:9: [33m'ALAssetsLibraryAccessFailureBlock' is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.82]: ▸ [35mALAssetsLibraryAccessFailureBlock failureBlock = ^(NSError* error) {[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:9: [33m'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.82]: ▸ [35mALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.82]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:60: [33m'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:44.83]: ▸ [35mALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];[0m
INFO [2018-01-02 10:42:44.83]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.83]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:80:24: [33m'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][0m
INFO [2018-01-02 10:42:44.83]: ▸ [35m[assetsLibrary assetForURL:url resultBlock:resultBlock failureBlock:failureBlock];[0m
INFO [2018-01-02 10:42:44.83]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:44.83]: [35m[33m▸[0m [39;1mCompiling[0m CDVLogger.m[0m
INFO [2018-01-02 10:42:44.83]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewEngine.m[0m
INFO [2018-01-02 10:42:44.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVPlugin.m[0m
INFO [2018-01-02 10:42:44.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVLocalStorage.m[0m
INFO [2018-01-02 10:42:45.24]: [35m[33m▸[0m [39;1mCompiling[0m CDVIntentAndNavigationFilter.m[0m
INFO [2018-01-02 10:42:45.25]: [35m[33m▸[0m [39;1mCompiling[0m CDVViewController.m[0m
INFO [2018-01-02 10:42:45.72]: [35m[33m▸[0m [39;1mCompiling[0m NSDictionary+CordovaPreferences.m[0m
INFO [2018-01-02 10:42:45.73]: [35m[33m▸[0m [39;1mCompiling[0m CDVAppDelegate.m[0m
INFO [2018-01-02 10:42:45.73]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewDelegate.m[0m
INFO [2018-01-02 10:42:45.73]: [35m[33m▸[0m [39;1mCompiling[0m CDVCommandDelegateImpl.m[0m
INFO [2018-01-02 10:42:45.73]: [35m[33m▸[0m [39;1mCompiling[0m CDVJSON_private.m[0m
INFO [2018-01-02 10:42:45.73]: [35m[33m▸[0m [39;1mCompiling[0m CDVWhitelist.m[0m
INFO [2018-01-02 10:42:45.75]: [35m[33m▸[0m [39;1mCompiling[0m CDVInvokedUrlCommand.m[0m
INFO [2018-01-02 10:42:45.75]: [35m[33m▸[0m [39;1mCompiling[0m CDVTimer.m[0m
INFO [2018-01-02 10:42:45.75]: [35m[33m▸[0m [39;1mCompiling[0m CDVUserAgentUtil.m[0m
INFO [2018-01-02 10:42:45.90]: [35m[33m▸[0m [39;1mCompiling[0m CDVConfigParser.m[0m
INFO [2018-01-02 10:42:45.91]: [35m[33m▸[0m [39;1mCompiling[0m CDVGestureHandler.m[0m
INFO [2018-01-02 10:42:45.95]: [35m[33m▸[0m [39;1mCompiling[0m CDVHandleOpenURL.m[0m
INFO [2018-01-02 10:42:45.98]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewNavigationDelegate.m[0m
INFO [2018-01-02 10:42:46.18]: [35m[33m▸[0m [39;1mCompiling[0m NSMutableArray+QueueAdditions.m[0m
INFO [2018-01-02 10:42:46.18]: [35m[33m▸[0m [39;1mCompiling[0m CDVCommandQueue.m[0m
INFO [2018-01-02 10:42:46.22]: [35m[33m▸[0m [39;1mCompiling[0m CDVPluginResult.m[0m
INFO [2018-01-02 10:42:46.22]: [35m[33m▸[0m [39;1mCompiling[0m CDVPlugin+Resources.m[0m
INFO [2018-01-02 10:42:46.23]: [35m[33m▸[0m [39;1mCompiling[0m CDVURLProtocol.m[0m
INFO [2018-01-02 10:42:46.55]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:9: [33m'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][0m
INFO [2018-01-02 10:42:46.55]: ▸ [35mALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {[0m
INFO [2018-01-02 10:42:46.55]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.55]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:69: [33m'defaultRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.55]: ▸ [35mALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];[0m
INFO [2018-01-02 10:42:46.55]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:64:142: [33m'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][0m
INFO [2018-01-02 10:42:46.56]: ▸ [35mNSString* MIMEType = (__bridge_transfer NSString*)UTTypeCopyPreferredTagWithClass((__bridge CFStringRef)[assetRepresentation UTI], kUTTagClassMIMEType);[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:65:82: [33m'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][0m
INFO [2018-01-02 10:42:46.56]: ▸ [35mByte* buffer = (Byte*)malloc((unsigned long)[assetRepresentation size]);[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:133: [33m'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][0m
INFO [2018-01-02 10:42:46.56]: ▸ [35mNSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:66:62: [33m'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][0m
INFO [2018-01-02 10:42:46.56]: ▸ [35mNSUInteger bufferSize = [assetRepresentation getBytes:buffer fromOffset:0.0 length:(NSUInteger)[assetRepresentation size] error:nil];[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.56]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:60:63: [33m'ALAsset' is deprecated: first deprecated in iOS 9.0 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.56]: ▸ [35mALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:63:17: [33m'ALAssetRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.57]: ▸ [35mALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:74:9: [33m'ALAssetsLibraryAccessFailureBlock' is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.57]: ▸ [35mALAssetsLibraryAccessFailureBlock failureBlock = ^(NSError* error) {[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:9: [33m'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.57]: ▸ [35mALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:79:60: [33m'ALAssetsLibrary' is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:46.57]: ▸ [35mALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/CordovaLib/Classes/Public/CDVURLProtocol.m:80:24: [33m'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][0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[assetsLibrary assetForURL:url resultBlock:resultBlock failureBlock:failureBlock];[0m
INFO [2018-01-02 10:42:46.57]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:46.58]: [35m[33m▸[0m [39;1mCompiling[0m CDVLogger.m[0m
INFO [2018-01-02 10:42:46.58]: [35m[33m▸[0m [39;1mCompiling[0m CDVUIWebViewEngine.m[0m
INFO [2018-01-02 10:42:46.58]: [35m[33m▸[0m [39;1mCompiling[0m CDVPlugin.m[0m
INFO [2018-01-02 10:42:46.58]: [35m[33m▸[0m [39;1mCompiling[0m CDVLocalStorage.m[0m
INFO [2018-01-02 10:42:46.76]: [35m[33m▸[0m [39;1mCompiling[0m CDVIntentAndNavigationFilter.m[0m
INFO [2018-01-02 10:42:46.77]: [35m[33m▸[0m [39;1mBuilding library[0m libCordova.a[0m
INFO [2018-01-02 10:42:46.79]: [35m[33m▸[0m [39;1mBuilding library[0m libCordova.a[0m
INFO [2018-01-02 10:42:47.34]: [35m[33m▸[0m [39;1mBuilding[0m –ü—Ä–∏–º–µ—Ä –≤ –∫–∏—Ä–∏–ª–ª–∏—Ü–µ/–ü—Ä–∏–º–µ—Ä –≤ –∫–∏—Ä–∏–ª–ª–∏—Ü–µ [Release][0m
INFO [2018-01-02 10:42:47.34]: [35m[33m▸[0m [39;1mCheck Dependencies[0m
INFO [2018-01-02 10:42:47.36]: [35m[33m▸[0m [39;1mRunning script[0m 'Copy www directory'[0m
INFO [2018-01-02 10:42:47.89]: [35m[33m▸[0m [39;1mCompiling[0m CDVLaunchScreen.storyboard[0m
INFO [2018-01-02 10:42:51.58]: [35m[33m▸[0m [39;1mCompiling[0m MainViewController.xib[0m
INFO [2018-01-02 10:42:56.81]: [35m[33m▸[0m [39;1mProcessing[0m Пример в кириллице-Info.plist[0m
INFO [2018-01-02 10:42:56.84]: [35m[33m▸[0m [39;1mPrecompiling[0m кириллице-Prefix.pch[0m
INFO [2018-01-02 10:42:57.32]: [35m[33m▸[0m [39;1mPrecompiling[0m кириллице-Prefix.pch[0m
INFO [2018-01-02 10:42:57.39]: [35m[33m▸[0m [39;1mCompiling[0m main.m[0m
INFO [2018-01-02 10:42:57.77]: [35m[33m▸[0m [39;1mCompiling[0m AppDelegate.m[0m
INFO [2018-01-02 10:42:57.78]: [35m[33m▸[0m [39;1mCompiling[0m MainViewController.m[0m
INFO [2018-01-02 10:42:57.78]: [35m[33m▸[0m [39;1mCompiling[0m CDVDevice.m[0m
INFO [2018-01-02 10:42:57.82]: [35m[33m▸[0m [39;1mCompiling[0m CDVInAppBrowser.m[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:500:48: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:_previousStatusBarStyle];[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: [33m'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:58.83]: ▸ [35mself.closeButton = [[UIBarButtonItem alloc] initWithTitle:title style:UIBarButtonItemStyleBordered target:self action:@selector(close)];[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: [33mnull passed to a callee that requires a non-null argument [-Wnonnull][0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[self.webView loadHTMLString:nil baseURL:nil];[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:855:44: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:[self preferredStatusBarStyle]];[0m
INFO [2018-01-02 10:42:58.83]: ▸ [35m[36m ^ ~~~[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:958:1: [33mconflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int') [-Wmismatched-return-types][0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m- (NSUInteger)supportedInterfaceOrientations[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: [33mconflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int') [-Wmismatched-return-types][0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m- (NSUInteger)supportedInterfaceOrientations[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[36m^ ~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
INFO [2018-01-02 10:42:58.84]: [35m[33m▸[0m [39;1mCompiling[0m CDVSplashScreen.m[0m
INFO [2018-01-02 10:42:58.84]: [35m[33m▸[0m [39;1mCompiling[0m CDVViewController+SplashScreen.m[0m
INFO [2018-01-02 10:42:58.84]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKWebViewEngine.m[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:148:23: [33m'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:58.84]: ▸ [35mconfiguration.mediaPlaybackRequiresUserAction = YES;[0m
INFO [2018-01-02 10:42:58.84]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:58.85]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:587:91: [33m'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][0m
INFO [2018-01-02 10:42:58.85]: ▸ [35merrorUrl = [NSURL URLWithString:[NSString stringWithFormat:@"?error=%@", [message stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]] relativeToURL:errorUrl];[0m
INFO [2018-01-02 10:42:58.85]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:58.85]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKWebViewUIDelegate.m[0m
INFO [2018-01-02 10:42:58.85]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKProcessPoolFactory.m[0m
INFO [2018-01-02 10:42:58.85]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServer.m[0m
INFO [2018-01-02 10:42:59.15]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerConnection.m[0m
INFO [2018-01-02 10:42:59.15]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFunctions.m[0m
INFO [2018-01-02 10:42:59.15]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerRequest.m[0m
INFO [2018-01-02 10:42:59.16]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerResponse.m[0m
INFO [2018-01-02 10:42:59.16]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerDataRequest.m[0m
INFO [2018-01-02 10:42:59.27]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFileRequest.m[0m
INFO [2018-01-02 10:42:59.33]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerMultiPartFormRequest.m[0m
INFO [2018-01-02 10:42:59.58]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerURLEncodedFormRequest.m[0m
INFO [2018-01-02 10:42:59.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerDataResponse.m[0m
INFO [2018-01-02 10:42:59.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerErrorResponse.m[0m
INFO [2018-01-02 10:42:59.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFileResponse.m[0m
INFO [2018-01-02 10:42:59.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerStreamedResponse.m[0m
INFO [2018-01-02 10:42:59.68]: [35m[33m▸[0m [39;1mCompiling[0m CDVStatusBar.m[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:271:44: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:style];[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:358:14: [33m'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[app setStatusBarHidden:YES];[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:389:14: [33m'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[app setStatusBarHidden:NO];[0m
INFO [2018-01-02 10:42:59.94]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:42:59.94]: [35m[33m▸[0m [39;1mCompiling[0m CDVIonicKeyboard.m[0m
INFO [2018-01-02 10:42:59.94]: [35m[33m▸[0m [39;1mCompiling[0m main.m[0m
INFO [2018-01-02 10:42:59.95]: [35m[33m▸[0m [39;1mCompiling[0m AppDelegate.m[0m
INFO [2018-01-02 10:42:59.95]: [35m[33m▸[0m [39;1mCompiling[0m MainViewController.m[0m
INFO [2018-01-02 10:42:59.96]: [35m[33m▸[0m [39;1mCompiling[0m CDVDevice.m[0m
INFO [2018-01-02 10:43:00.07]: [35m[33m▸[0m [39;1mCompiling[0m CDVInAppBrowser.m[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:500:48: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:_previousStatusBarStyle];[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: [33m'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:00.86]: ▸ [35mself.closeButton = [[UIBarButtonItem alloc] initWithTitle:title style:UIBarButtonItemStyleBordered target:self action:@selector(close)];[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: [33mnull passed to a callee that requires a non-null argument [-Wnonnull][0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[self.webView loadHTMLString:nil baseURL:nil];[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:855:44: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:[self preferredStatusBarStyle]];[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[36m ^ ~~~[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:958:1: [33mconflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long') [-Wmismatched-return-types][0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m- (NSUInteger)supportedInterfaceOrientations[0m
INFO [2018-01-02 10:43:00.86]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.87]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: [33mconflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long') [-Wmismatched-return-types][0m
INFO [2018-01-02 10:43:00.87]: ▸ [35m- (NSUInteger)supportedInterfaceOrientations[0m
INFO [2018-01-02 10:43:00.87]: ▸ [35m[36m^ ~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
INFO [2018-01-02 10:43:00.87]: [35m[33m▸[0m [39;1mCompiling[0m CDVSplashScreen.m[0m
INFO [2018-01-02 10:43:00.87]: [35m[33m▸[0m [39;1mCompiling[0m CDVViewController+SplashScreen.m[0m
INFO [2018-01-02 10:43:00.87]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKWebViewEngine.m[0m
INFO [2018-01-02 10:43:00.87]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:148:23: [33m'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:00.87]: ▸ [35mconfiguration.mediaPlaybackRequiresUserAction = YES;[0m
INFO [2018-01-02 10:43:00.87]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.88]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-webview/CDVWKWebViewEngine.m:587:91: [33m'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][0m
INFO [2018-01-02 10:43:00.88]: ▸ [35merrorUrl = [NSURL URLWithString:[NSString stringWithFormat:@"?error=%@", [message stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]] relativeToURL:errorUrl];[0m
INFO [2018-01-02 10:43:00.88]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:00.88]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKWebViewUIDelegate.m[0m
INFO [2018-01-02 10:43:00.88]: [35m[33m▸[0m [39;1mCompiling[0m CDVWKProcessPoolFactory.m[0m
INFO [2018-01-02 10:43:00.88]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServer.m[0m
INFO [2018-01-02 10:43:01.12]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerConnection.m[0m
INFO [2018-01-02 10:43:01.12]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFunctions.m[0m
INFO [2018-01-02 10:43:01.12]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerRequest.m[0m
INFO [2018-01-02 10:43:01.19]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerResponse.m[0m
INFO [2018-01-02 10:43:01.31]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerDataRequest.m[0m
INFO [2018-01-02 10:43:01.31]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFileRequest.m[0m
INFO [2018-01-02 10:43:01.33]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerMultiPartFormRequest.m[0m
INFO [2018-01-02 10:43:01.58]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerURLEncodedFormRequest.m[0m
INFO [2018-01-02 10:43:01.58]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerDataResponse.m[0m
INFO [2018-01-02 10:43:01.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerErrorResponse.m[0m
INFO [2018-01-02 10:43:01.59]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerFileResponse.m[0m
INFO [2018-01-02 10:43:01.70]: [35m[33m▸[0m [39;1mCompiling[0m GCDWebServerStreamedResponse.m[0m
INFO [2018-01-02 10:43:01.71]: [35m[33m▸[0m [39;1mCompiling[0m CDVStatusBar.m[0m
INFO [2018-01-02 10:43:01.80]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:271:44: [33m'setStatusBarStyle:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[[UIApplication sharedApplication] setStatusBarStyle:style];[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[36m^[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:358:14: [33m'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[app setStatusBarHidden:YES];[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:389:14: [33m'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations][0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[app setStatusBarHidden:NO];[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:01.81]: [35m[33m▸[0m [39;1mCompiling[0m CDVIonicKeyboard.m[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[33m⚠️ [0m/Users/cthos/Documents/Code/fastlane-test/platforms/ios/Пример в кириллице/Plugins/cordova-plugin-ionic-keyboard/CDVIonicKeyboard.m:73:52: [33menum values with underlying type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat][0m
INFO [2018-01-02 10:43:01.81]: ▸ [35mNSLog(@"CDVIonicKeyboard: resize mode %d", self.keyboardResizes);[0m
INFO [2018-01-02 10:43:01.81]: ▸ [35m[36m ^[0m
INFO [2018-01-02 10:43:01.82]: [35m[33m▸[0m [39;1mLinking[0m Пример\[0m
INFO [2018-01-02 10:43:02.07]: [35m[33m▸[0m [39;1mLinking[0m Пример\[0m
INFO [2018-01-02 10:43:02.10]: [35m[33m▸[0m [39;1mGenerating 'Пример\ в\ кириллице.app.dSYM'[0m
INFO [2018-01-02 10:43:02.46]: [35m[33m▸[0m [39;1mTouching[0m Пример\ в\ кириллице.app[0m
INFO [2018-01-02 10:43:02.48]: [35m[33m▸[0m [39;1mSigning[0m /Users/cthos/Library/Developer/Xcode/DerivedData/Пример_в_кириллице-fcfsxshpuicxmgglrmlpbkgqqplj/Build/Intermediates.noindex/ArchiveIntermediates/Пример\ в\ кириллице/InstallationBuildProductsLocation/Applications/Пример\ в\ кириллице.app[0m
INFO [2018-01-02 10:43:02.78]: [35m[33m▸[0m [39;1mTouching[0m Пример\ в\ кириллице.app.dSYM[0m
INFO [2018-01-02 10:43:02.97]: [35m[33m▸[0m [39;1mArchive[0m Succeeded[0m
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]: [33mGenerated plist file with the following values:[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m-----------------------------------------[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m{[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m "method": "development",[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m "provisioningProfiles": {[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m "com.alextheward.cyrillicexample": "XCWildcard"[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m },[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m "signingStyle": "manual"[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m}[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m-----------------------------------------[0m
INFO [2018-01-02 10:43:03.21]: This results in the following plist file:
INFO [2018-01-02 10:43:03.21]: ▸ [35m-----------------------------------------[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m<?xml version="1.0" encoding="UTF-8"?>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m<plist version="1.0">[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m<dict>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <key>method</key>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <string>development</string>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <key>provisioningProfiles</key>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <dict>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <key>com.alextheward.cyrillicexample</key>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <string>XCWildcard</string>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m </dict>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <key>signingStyle</key>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m <string>manual</string>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m</dict>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m</plist>[0m
INFO [2018-01-02 10:43:03.21]: ▸ [35m-----------------------------------------[0m
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
| [32mGenerated Package Command[0m |
+--------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
| 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]: [36m$ /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" [0m
INFO [2018-01-02 10:43:03.24]: ▸ [35mRVM detected, forcing to use system ruby[0m
INFO [2018-01-02 10:43:03.67]: ▸ [35m[32mNow using system ruby.[0m
INFO [2018-01-02 10:43:03.71]: ▸ [35m+ 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[0m
INFO [2018-01-02 10:43:04.66]: ▸ [35m2018-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'.[0m
INFO [2018-01-02 10:43:06.40]: ▸ [35mExported Пример в кириллице 2018-01-02 10.42.40.xcarchive to: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz[0m
INFO [2018-01-02 10:43:06.40]: ▸ [35m** EXPORT SUCCEEDED **[0m
INFO [2018-01-02 10:43:06.42]: Compressing 1 dSYM(s)
INFO [2018-01-02 10:43:06.42]: [36m$ 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[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/ (stored 0%)[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/Contents/ (stored 0%)[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/Contents/Resources/ (stored 0%)[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/Contents/Resources/DWARF/ (stored 0%)[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/Contents/Resources/DWARF/Пример в кириллице (deflated 64%)[0m
INFO [2018-01-02 10:43:06.62]: ▸ [35mupdating: Пример в кириллице.app.dSYM/Contents/Info.plist (deflated 52%)[0m
INFO [2018-01-02 10:43:06.62]: [32mSuccessfully exported and compressed dSYM file[0m
WARN [2018-01-02 10:43:07.11]: [33m[33mLane Context:[0m
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]: [31msame file: /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa and /var/folders/y3/dr0vj3597gz9yg_lgl4g75fh0000gn/T/gym_output20180102-18849-7jzxfz/Пример в кириллице.ipa[0m
INFO [2018-01-02 10:43:07.11]: [32mSuccessfully generated documentation at path '/Users/cthos/Documents/Code/fastlane-test/fastlane/README.md'[0m
+------+-------------------------------------+-------------+
| [32mfastlane summary[0m |
+------+-------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+-------------------------------------+-------------+
| 1 | Verifying required fastlane version | 0 |
| 2 | default_platform | 0 |
| 💥 | [31mgym[0m | 29 |
+------+-------------------------------------+-------------+
ERROR [2018-01-02 10:43:07.13]: [31mfastlane finished with errors[0m
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
@cthos awesome! thx for your help to tackle down the issue.