Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." #6223

Closed
2 tasks done
wuaschtikus opened this issue Sep 21, 2016 · 16 comments
Closed
2 tasks done

Comments

@wuaschtikus
Copy link

wuaschtikus commented Sep 21, 2016

New Issue Checklist

Issue Description

After doing a system update and a cleanup of ruby after I installed XCode 8, I get an error message.
I also tryed to install sqlite3 CFPropertyList as stated in #3184. Build seems to work when using the famous use_legacy_build_api. But for me this is workaround.

[08:21:13]: ▸ Archive Succeeded
+ xcodebuild -exportArchive -exportOptionsPlist /var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/gym_config20160921-20233-17hbljo.plist -archivePath '/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive' -exportPath /var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/gym_output20160921-20233-1nncprm
2016-09-21 08:21:13.803 xcodebuild[20798:1077445] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/MyApp_2016-09-21_08-21-13.802.xcdistributionlogs'.
2016-09-21 08:21:17.345 xcodebuild[20798:1077445] [MT] IDEDistribution: Step failed: <IDEDistributionThinningStep: 0x7fc0e7d78b10>: Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo={NSLocalizedDescription=No applicable devices found.}
error: exportArchive: No applicable devices found.

Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo={NSLocalizedDescription=No applicable devices found.}

** EXPORT FAILED **
[08:21:17]: Exit status: 70
[08:21:17]: 2016-09-21 06:21:13 +0000 [MT] Running step: IDEDistributionSigningAssetsStep with <IDEDistributionContext: 0x7fc0e7a4d790; archive(resolved)='<IDEArchive: 0x7fc0e56e1610>', distributionTask(resolved)='2', distributionMethod(resolved)='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID(resolved)='(null)'>
    Chain (2, self inclusive):
    <IDEDistributionContext: 0x7fc0e7a4d790; archive = '(null)', distributionMethod='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID='(null)'>
    <IDEDistributionContext: 0x7fc0e56f1c50; archive = '<IDEArchive: 0x7fc0e56e1610>', distributionMethod='(null)', teamID='(null)'>
</IDEDistributionContext: 0x7fc0e7a4d790>
Complete output when running fastlane, including the stack trace and command used
usr@eopc-x016:/Volumes/ProjectsCaseSensitive/iOS/MyApp$ fastlane
[08:18:47]: Seems like launching fastlane takes a while
[08:18:47]: fastlane detected a Gemfile in this directory
[08:18:47]: however it seems like you don't use `bundle exec`
[08:18:47]: to launch fastlane faster, please use
[08:18:47]: 
[08:18:47]: $ bundle exec fastlane 
[08:18:47]: For more information, check out https://guides.cocoapods.org/using/a-gemfile.html
[08:19:25]: -------------------------------------------------
[08:19:25]: --- Step: Verifying required fastlane version ---
[08:19:25]: -------------------------------------------------
[08:19:25]: fastlane version valid
[08:19:25]: ------------------------------
[08:19:25]: --- Step: default_platform ---
[08:19:25]: ------------------------------
[08:19:25]: Welcome to fastlane! Here's what your app is setup to do:
+--------+-------------------------------------+------------------------------------------------------------------------+
|                                                Available lanes to run                                                 |
+--------+-------------------------------------+------------------------------------------------------------------------+
| Number | Lane Name                           | Description                                                            |
+--------+-------------------------------------+------------------------------------------------------------------------+
| 1      | ios carthage_lane                   | Executes Carthage                                                      |
| 2      | ios test                            | This is the testlane                                                   |
| 3      | ios build_release_stage3            | Build an *.ipa file of the project                                     |
| 4      | ios build_release_enterprise_stage3 | Build an *.ipa file of the project                                     |
| 5      | ios build_release_stage1            | Build an *.ipa file of the project                                     |
| 6      | ios release_hockeyapp               | Publish the release version to Hockeyapp                               |
| 7      | ios push_artifactory                | Publish the release on artifactory, the *.ipa file must already exist! |
| 0      | cancel                              | No selection, exit fastlane!                                           |
+--------+-------------------------------------+------------------------------------------------------------------------+
Which number would you like run?
3
[08:19:29]: Running lane `ios build_release_stage3`. Next time you can do this by directly typing `fastlane ios build_release_stage3` 🚀.
[08:19:29]: Driving the lane 'ios build_release_stage3' 🚀
[08:19:29]: ---------------------------
[08:19:29]: --- Step: opt_out_usage ---
[08:19:29]: ---------------------------
[08:19:29]: Disabled upload of used actions
[08:19:29]: ----------------------------------------------
[08:19:29]: --- Step: Switch to ios build_release lane ---
[08:19:29]: ----------------------------------------------
[08:19:29]: Cruising over to lane 'ios build_release' 🚖
[08:19:29]: -------------------
[08:19:29]: --- Step: match ---
[08:19:29]: -------------------

+-----------------------+--------------------------------------------------------------------------+
|                                     Summary for match 0.8.0                                      |
+-----------------------+--------------------------------------------------------------------------+
| readonly              | true                                                                     |
| type                  | adhoc                                                                    |
| git_url               | ssh://gitlab@git.office.egov.***:60022/***/ios-build-c... |
| git_branch            | master                                                                   |
| app_identifier        | at.***.MyApp.MyApp.ios                                                      |
| username              | egov.inno-dev@******.at                                         |
| keychain_name         | login.keychain                                                           |
| team_id               | 266KF644UN                                                               |
| verbose               | false                                                                    |
| force                 | false                                                                    |
| shallow_clone         | false                                                                    |
| force_for_new_devices | false                                                                    |
| skip_docs             | false                                                                    |
+-----------------------+--------------------------------------------------------------------------+

[08:19:32]: Cloning remote git repo...
[08:19:39]: 🔓  Successfully decrypted certificates repo
[08:19:39]: Installing certificate...
[08:19:39]: Installing provisioning profile...

+---------------------+---------------------------------------------+--------------------------------------------+
|                                         Installed Provisioning Profile                                         |
+---------------------+---------------------------------------------+--------------------------------------------+
| Parameter           | Environment Variable                        | Value                                      |
+---------------------+---------------------------------------------+--------------------------------------------+
| App Identifier      |                                             | at.***.MyApp.MyApp.ios                        |
| Type                |                                             | adhoc                                      |
| Profile UUID        | sigh_at.***.MyApp.MyApp.ios_adhoc              | 63d8d0ff-a9f6-4748-b387-7595bab0bc03       |
| Profile Name        | sigh_at.***.MyApp.MyApp.ios_adhoc_profile-name | match AdHoc at.***.MyApp.MyApp.ios 1474372984 |
| Development Team ID | sigh_at.***.MyApp.MyApp.ios_adhoc_team-id      | 266KF644UN                                 |
+---------------------+---------------------------------------------+--------------------------------------------+

[08:19:39]: All required keys, certificates and provisioning profiles are installed 🙌
[08:19:39]: 🔒  Successfully encrypted certificates repo
[08:19:39]: Setting Provisioning Profile type to 'ad-hoc'
[08:19:39]: ---------------------------------------------------
[08:19:39]: --- Step: Switch to ios read_build_version lane ---
[08:19:39]: ---------------------------------------------------
[08:19:39]: Cruising over to lane 'ios read_build_version' 🚖
[08:19:39]: Current Version Number: 0.1.0
[08:19:39]: Current Build Number: 0
[08:19:39]: Cruising back to lane 'ios build_release' 🚘
[08:19:39]: ------------------------------------------
[08:19:39]: --- Step: Switch to ios build_app lane ---
[08:19:39]: ------------------------------------------
[08:19:39]: Cruising over to lane 'ios build_app' 🚖
[08:19:39]: -----------------
[08:19:39]: --- Step: gym ---
[08:19:39]: -----------------
[08:19:40]: $ xcodebuild -list -project ./MyApp.xcodeproj
[08:19:41]: $ xcodebuild clean -showBuildSettings -scheme MyApp -project ./MyApp.xcodeproj

+----------------------+----------------------+
|            Summary for gym 1.9.0            |
+----------------------+----------------------+
| scheme               | MyApp                  |
| configuration        | Release Stage 3      |
| output_directory     | fastlane/builds      |
| output_name          | MyApp-0.1.0.0          |
| export_method        | ad-hoc               |
| silent               | true                 |
| clean                | true                 |
| project              | ./MyApp.xcodeproj      |
| destination          | generic/platform=iOS |
| use_legacy_build_api | false                |
| buildlog_path        | ~/Library/Logs/gym   |
+----------------------+----------------------+

[08:19:43]: ▸ Cleaning MyApp/MyApp [Release Stage 3]
[08:19:43]: ▸ Check Dependencies
[08:19:44]: ▸ Clean Succeeded
[08:19:44]: ▸ Building MyApp/MyApp [Release Stage 3]
[08:19:44]: ▸ Check Dependencies
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Controller/TokenController/OfflineTokenController/OfflineTokenController.swift:84:26: result of call to 'factoryFor' is unused
[08:20:12]: ▸ MyAppDialogFactory.factoryFor(MyAppDialogType.defaultUserPrompt(
[08:20:12]: ▸                          ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:138:22: result of call to 'delete' is unused
[08:20:12]: ▸ password.delete(AppConstants.Security.KeychainService.AppPin)
[08:20:12]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:139:22: result of call to 'store(_:password:)' is unused
[08:20:12]: ▸ password.store(AppConstants.Security.KeychainService.AppPin, password: newValue!)
[08:20:12]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:173:22: result of call to 'delete' is unused
[08:20:12]: ▸ password.delete(AppConstants.Security.KeychainService.OfflineToken)
[08:20:12]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:174:22: result of call to 'store(_:password:)' is unused
[08:20:12]: ▸ password.store(AppConstants.Security.KeychainService.OfflineToken, password: newValue)
[08:20:12]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:192:22: result of call to 'delete' is unused
[08:20:12]: ▸ password.delete(AppConstants.Security.KeychainService.ApnsToken)
[08:20:12]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:193:22: result of call to 'store(_:password:)' is unused
[08:20:12]: ▸ password.store(AppConstants.Security.KeychainService.ApnsToken, password: newValue!)
[08:20:12]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Logic/Abstract/AbsEnrollment/ImplEnrollmentTypeBase.swift:221:28: result of call to 'retrieveIdentityByLabel' is unused
[08:20:12]: ▸ try self.csrHelper.retrieveIdentityByLabel(AppConstants.Security.ClientCertificateKeyForEnrolledUser)
[08:20:12]: ▸                            ^                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Password.swift:19:9: result of call to 'delete' is unused
[08:20:12]: ▸ delete(key)
[08:20:12]: ▸         ^     ~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Password.swift:67:14: result of call to 'securityThrower' is unused
[08:20:12]: ▸ self.securityThrower(SecItemCopyMatching(query as CFDictionary, &dataTypeRef))
[08:20:12]: ▸              ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Controller/SettingsController/SettingsControllerExtension.swift:73:12: non-optional expression of type 'Int' used in a check for optionals
[08:20:12]: ▸ if let selectedLockscreenCountdown:Int = Repository.localResources.lockscreenCountdown {
[08:20:12]: ▸            ^                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:12]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Logic/Abstract/AbsProfileCellType/ImplProfileAddressType.swift:34:42: expression of type 'String' is unused
[08:20:12]: ▸ selectedProfileItem.addressType?.rawValue
[08:20:12]: ▸         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Controller/TokenController/OfflineTokenController/OfflineTokenController.swift:84:26: result of call to 'factoryFor' is unused
[08:20:40]: ▸ MyAppDialogFactory.factoryFor(MyAppDialogType.defaultUserPrompt(
[08:20:40]: ▸                          ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:138:22: result of call to 'delete' is unused
[08:20:40]: ▸ password.delete(AppConstants.Security.KeychainService.AppPin)
[08:20:40]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:139:22: result of call to 'store(_:password:)' is unused
[08:20:40]: ▸ password.store(AppConstants.Security.KeychainService.AppPin, password: newValue!)
[08:20:40]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:173:22: result of call to 'delete' is unused
[08:20:40]: ▸ password.delete(AppConstants.Security.KeychainService.OfflineToken)
[08:20:40]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:174:22: result of call to 'store(_:password:)' is unused
[08:20:40]: ▸ password.store(AppConstants.Security.KeychainService.OfflineToken, password: newValue)
[08:20:40]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:192:22: result of call to 'delete' is unused
[08:20:40]: ▸ password.delete(AppConstants.Security.KeychainService.ApnsToken)
[08:20:40]: ▸                      ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Repository/ResourcesKeychain.swift:193:22: result of call to 'store(_:password:)' is unused
[08:20:40]: ▸ password.store(AppConstants.Security.KeychainService.ApnsToken, password: newValue!)
[08:20:40]: ▸                      ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Logic/Abstract/AbsEnrollment/ImplEnrollmentTypeBase.swift:221:28: result of call to 'retrieveIdentityByLabel' is unused
[08:20:40]: ▸ try self.csrHelper.retrieveIdentityByLabel(AppConstants.Security.ClientCertificateKeyForEnrolledUser)
[08:20:40]: ▸                            ^                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Password.swift:19:9: result of call to 'delete' is unused
[08:20:40]: ▸ delete(key)
[08:20:40]: ▸         ^     ~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Password.swift:67:14: result of call to 'securityThrower' is unused
[08:20:40]: ▸ self.securityThrower(SecItemCopyMatching(query as CFDictionary, &dataTypeRef))
[08:20:40]: ▸              ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Controller/SettingsController/SettingsControllerExtension.swift:73:12: non-optional expression of type 'Int' used in a check for optionals
[08:20:40]: ▸ if let selectedLockscreenCountdown:Int = Repository.localResources.lockscreenCountdown {
[08:20:40]: ▸            ^                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[08:20:40]: ▸ ⚠️  /Volumes/ProjectsCaseSensitive/iOS/MyApp/MyApp/Logic/Abstract/AbsProfileCellType/ImplProfileAddressType.swift:34:42: expression of type 'String' is unused
[08:20:40]: ▸ selectedProfileItem.addressType?.rawValue
[08:20:40]: ▸         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
[08:20:40]: ▸ Compiling MyApp_vers.c
[08:20:40]: ▸ Compiling KeychainUtil.m
[08:20:40]: ▸ Compiling KeychainUtil.m
[08:20:40]: ▸ Compiling MyApp_vers.c
[08:20:42]: ▸ Compiling SettingsAppDetailsCell.xib
[08:20:44]: ▸ Compiling EnrolNotificationController.xib
[08:20:44]: ▸ Compiling TimelineController.xib
[08:20:44]: ▸ Compiling UserPasswordController.xib
[08:20:44]: ▸ Compiling SetNewPinController.xib
[08:20:44]: ▸ Compiling FidoDeregistrationDialog.xib
[08:20:44]: ▸ Compiling ViewAlert.xib
[08:20:44]: ▸ Compiling AvatarController.xib
[08:20:44]: ▸ Compiling ResetPinController.xib
[08:20:44]: ▸ Compiling OidcDialog.xib
[08:20:44]: ▸ Compiling IdentitiesController.xib
[08:20:44]: ▸ Compiling ProfilePictureCell.xib
[08:20:44]: ▸ Copying Features-Stage1.plist
[08:20:44]: ▸ Compiling AvatarCell.xib
[08:20:44]: ▸ Compiling PinTimeController.xib
[08:20:45]: ▸ Compiling OnlineTokenController.xib
[08:20:45]: ▸ Compiling CardMenuDetailCell.xib
[08:20:45]: ▸ Compiling ViewAppInactive.xib
[08:20:45]: ▸ Compiling SettingsHeaderCell.xib
[08:20:45]: ▸ Compiling SettingsController.xib
[08:20:45]: ▸ Compiling CsrController.xib
[08:20:45]: ▸ Compiling SharedWithCell.xib
[08:20:45]: ▸ Compiling HomeController.xib
[08:20:45]: ▸ Compiling WelcomeController.xib
[08:20:45]: ▸ Compiling CardMenuDetailHeaderCell.xib
[08:20:45]: ▸ Compiling CardCellMenu.xib
[08:20:45]: ▸ Compiling ResetPinCell.xib
[08:20:45]: ▸ Compiling RegistrationController.xib
[08:20:45]: ▸ Compiling PinLockView.xib
[08:20:45]: ▸ Compiling RejectedResponseCell.xib
[08:20:45]: ▸ Compiling RequestDenied.xib
[08:20:45]: ▸ Copying Features-SML.plist
[08:20:45]: ▸ Compiling HiddenSettingsDefaultCell.xib
[08:20:45]: ▸ Compiling RequestCell.xib
[08:20:45]: ▸ Compiling HiddenSettingsSubtitleCell.xib
[08:20:45]: ▸ Compiling ProfileDetailCell.xib
[08:20:45]: ▸ Compiling HiddenSettingsController.xib
[08:20:45]: ▸ Compiling ProfileController.xib
[08:20:45]: ▸ Compiling TableViewBackgroundWithText.xib
[08:20:45]: ▸ Compiling SettingsDialog.xib
[08:20:45]: ▸ Compiling ReenterPinCell.xib
[08:20:45]: ▸ Compiling EnterPinCell.xib
[08:20:45]: ▸ Compiling SharedFromCell.xib
[08:20:45]: ▸ Compiling SettingsTouchIdCell.xib
[08:20:45]: ▸ Compiling FidoRegistrationDialog.xib
[08:20:45]: ▸ Compiling HiddenSettingsDetailCell.xib
[08:20:45]: ▸ Compiling SharedDetailCell.xib
[08:20:45]: ▸ Compiling CardCell.xib
[08:20:46]: ▸ Copying Features-Stage3.plist
[08:20:46]: ▸ Compiling ClaimController.xib
[08:20:46]: ▸ Compiling ProfileDefaultCell.xib
[08:20:46]: ▸ Compiling ProfileAddressCell.xib
[08:20:46]: ▸ Compiling PinTimeCell.xib
[08:20:46]: ▸ Compiling MapController.xib
[08:20:46]: ▸ Compiling CardNoLongerShared.xib
[08:20:46]: ▸ Compiling ResponseCell.xib
[08:20:46]: ▸ Compiling OfflineTokenController.xib
[08:20:46]: ▸ Compiling HiddenSettingsAppDetailsCell.xib
[08:20:46]: ▸ Compiling HiddenSettingsHeaderCell.xib
[08:20:46]: ▸ Compiling SettingsSwitchCell.xib
[08:20:46]: ▸ Compiling PasswordDialog.xib
[08:20:46]: ▸ Compiling UserEmailController.xib
[08:20:46]: ▸ Compiling SettingsDetailCell.xib
[08:20:46]: ▸ Compiling SettingsDefaultCell.xib
[08:20:46]: ▸ Compiling DefaultDialog.xib
[08:20:46]: ▸ Compiling AskForScene.storyboard
[08:20:47]: ▸ Compiling Helper.storyboard
[08:20:47]: ▸ Compiling LaunchScreen.storyboard
[08:20:48]: ▸ Processing Info.plist
[08:20:49]: ▸ Copying Carthage/Build/iOS/CleanroomASL.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/Alamofire.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/Dto.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/Beautils.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/CleanroomLogger.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/OpenSSL.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/ObjectMapper.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/AlamofireImage.framework
[08:20:49]: ▸ Copying Frameworks/NokNok.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/MiniBarcodeScanner.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/Network.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/OpenIDConnect.framework
[08:20:49]: ▸ Copying Carthage/Build/iOS/BRYXBanner.framework
[08:20:49]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/CleanroomLogger.framework
[08:20:52]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/Alamofire.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/CleanroomASL.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/Dto.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/Beautils.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/OpenSSL.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/ObjectMapper.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/AlamofireImage.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/NokNok.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/MiniBarcodeScanner.framework
[08:20:53]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/Network.framework
[08:20:54]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/OpenIDConnect.framework
[08:20:54]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/Frameworks/BRYXBanner.framework
[08:20:54]: ▸ Running script 'Copy Carthage Frameworks'
[08:21:06]: ▸ Touching MyApp.app
[08:21:10]: ▸ Signing DerivedData/MyApp/Build/Intermediates/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app
[08:21:11]: ▸ All interface orientations must be supported unless the app requires full screen.
[08:21:11]: ▸ Touching MyApp.app.dSYM
[08:21:13]: ▸ Archive Succeeded
+ xcodebuild -exportArchive -exportOptionsPlist /var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/gym_config20160921-20233-17hbljo.plist -archivePath '/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive' -exportPath /var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/gym_output20160921-20233-1nncprm
2016-09-21 08:21:13.803 xcodebuild[20798:1077445] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/MyApp_2016-09-21_08-21-13.802.xcdistributionlogs'.
2016-09-21 08:21:17.345 xcodebuild[20798:1077445] [MT] IDEDistribution: Step failed: <IDEDistributionThinningStep: 0x7fc0e7d78b10>: Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo={NSLocalizedDescription=No applicable devices found.}
error: exportArchive: No applicable devices found.

Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." UserInfo={NSLocalizedDescription=No applicable devices found.}

** EXPORT FAILED **
[08:21:17]: Exit status: 70
[08:21:17]: 2016-09-21 06:21:13 +0000 [MT] Running step: IDEDistributionSigningAssetsStep with <IDEDistributionContext: 0x7fc0e7a4d790; archive(resolved)='<IDEArchive: 0x7fc0e56e1610>', distributionTask(resolved)='2', distributionMethod(resolved)='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID(resolved)='(null)'>
    Chain (2, self inclusive):
    <IDEDistributionContext: 0x7fc0e7a4d790; archive = '(null)', distributionMethod='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID='(null)'>
    <IDEDistributionContext: 0x7fc0e56f1c50; archive = '<IDEArchive: 0x7fc0e56e1610>', distributionMethod='(null)', teamID='(null)'>
</IDEDistributionContext: 0x7fc0e7a4d790>
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b3820:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftObjectiveC.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftObjectiveC.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftObjectiveC.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a5b310:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/AlamofireImage.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/AlamofireImage.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/AlamofireImage.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a6cca0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCore.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCore.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCore.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b2300:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreLocation.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreLocation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreLocation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79af890:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftAVFoundation.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftAVFoundation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftAVFoundation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a62e90:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomASL.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomASL.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomASL.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79a28b0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Alamofire.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79a9450:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomLogger.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomLogger.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/CleanroomLogger.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a6e1a0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftUIKit.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftUIKit.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftUIKit.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b0d90:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreAudio.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreAudio.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreAudio.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b62c0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/MiniBarcodeScanner.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/MiniBarcodeScanner.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/MiniBarcodeScanner.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b3ed10:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDispatch.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDispatch.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDispatch.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a6e3e0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreImage.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreImage.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreImage.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78dde60:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework/Frameworks/ObjectMapper.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a68e30:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Dto.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78e15e0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDarwin.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDarwin.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftDarwin.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78ed1e0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/nnl_util.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/nnl_util.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/nnl_util.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b50b40:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/appsdk.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/appsdk.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/appsdk.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78f35e0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/TouchIDASM.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/TouchIDASM.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/TouchIDASM.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a76d50:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/OOBSDK.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/OOBSDK.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/OOBSDK.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78f6d10:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_asm.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_asm.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_asm.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a7ccc0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_engine.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_engine.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework/Frameworks/uaf_engine.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78e7af0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/NokNok.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b63aa0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenSSL.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenSSL.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenSSL.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b3d820:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreMedia.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreMedia.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreMedia.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b40360:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftFoundation.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftFoundation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftFoundation.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78d8760:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Beautils.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Beautils.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Beautils.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b491d0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/AlamofireImage.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/AlamofireImage.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/AlamofireImage.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78e4040:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomLogger.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomLogger.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomLogger.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b4d400:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomASL.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomASL.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/CleanroomASL.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:15 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b8630:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/Alamofire.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b43370:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/Network.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78e0260:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreGraphics.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreGraphics.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftCoreGraphics.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79b4de0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftos.dylib'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftos.dylib" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/libswiftos.dylib" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b600f0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/Alamofire.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/Alamofire.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e78fb730:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/ObjectMapper.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7a84000:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/OpenIDConnect.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e79c21f0:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/ObjectMapper.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/ObjectMapper.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] [OPTIONAL] Didn't find archived user entitlements for <DVTFilePath:0x7fc0e7b37d10:'/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/BRYXBanner.framework'>: Error Domain=NSCocoaErrorDomain Code=4 "Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/BRYXBanner.framework" did not contain a "archived-expanded-entitlements.xcent" resource." UserInfo={NSLocalizedDescription=Item at "/Users/usr/Library/Developer/Xcode/Archives/2016-09-21/MyApp-0.1.0.0 2016-09-21 08.19.42.xcarchive/Products/Applications/MyApp.app/Frameworks/BRYXBanner.framework" did not contain a "archived-expanded-entitlements.xcent" resource.}
2016-09-21 06:21:16 +0000 [MT] Running step: IDEDistributionThinningStep with <IDEDistributionContext: 0x7fc0e56f74d0; archive(resolved)='<IDEArchive: 0x7fc0e56e1610>', distributionTask(resolved)='2', distributionMethod(resolved)='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID(resolved)='266KF644UN'>
    Chain (3, self inclusive):
    <IDEDistributionContext: 0x7fc0e56f74d0; archive = '(null)', distributionMethod='(null)', teamID='266KF644UN'>
    <IDEDistributionContext: 0x7fc0e7a4d790; archive = '(null)', distributionMethod='<IDEDistributionMethodAdHoc: 0x7fc0e56d7500>', teamID='(null)'>
    <IDEDistributionContext: 0x7fc0e56f1c50; archive = '<IDEArchive: 0x7fc0e56e1610>', distributionMethod='(null)', teamID='(null)'>
</IDEDistributionContext: 0x7fc0e56f74d0>
2016-09-21 06:21:16 +0000 [MT] Running /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool '/var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/IDEDistributionThinningStep.Slp' '--json' '/var/folders/3r/_6fw2smn4vj099_d7j2jtt0cg18svh/T/ipatool-json-filepath-gkUG7Z' '--info' '--toolchain' '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr' '--platforms' '/Applications/Xcode.app/Contents/Developer/Platforms'
2016-09-21 06:21:16 +0000  ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1432: warning: assigned but unused variable - minVersion
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1432: warning: assigned but unused variable - sdkVersion
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1441: warning: assigned but unused variable - sourceVersion
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:1529: warning: shadowing outer local variable - node
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2250: warning: shadowing outer local variable - machoFile
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2250: warning: shadowing outer local variable - machoImage
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2431: warning: assigned but unused variable - flag
/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2431: warning: assigned but unused variable - transformer
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2648: warning: assigned but unused variable - exc
2016-09-21 06:21:16 +0000  /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:708: warning: assigned but unused variable - output
2016-09-21 06:21:16 +0000  /Users/usr/.gem/gems/libxml-ruby-2.9.0/lib/libxml_ruby.bundle: [BUG] Segmentation fault
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/CrashReporter
     * /Library/Logs/CrashReporter
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   the more detail of.

-- Control frame information -----------------------------------------------
c:0020 p:-17532769787768 s:0100 e:000099 TOP    [FINISH]
c:0019 p:---- s:0098 e:000097 CFUNC  :require
c:0018 p:0115 s:0094 e:000093 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55
c:0017 p:0020 s:0084 e:000083 RESCUE /Users/usr/.gem/gems/libxml-ruby-2.9.0/lib/libxml.rb:8
c:0016 p:0029 s:0081 
2016-09-21 06:21:16 +0000  e:000080 TOP    /Users/usr/.gem/gems/libxml-ruby-2.9.0/lib/libxml.rb:4 [FINISH]
c:0015 p:---- s:0079 e:000078 CFUNC  :require
c:0014 p:0073 s:0075 e:000074 RESCUE /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135
c:0013 p:0442 s:0072 e:000071 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144
c:0012 p:0007 s:0062 e:000061 TOP    /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbLibXMLParser.rb:3 [FINISH]
c:0011 p:---- s:0060 e:000059 CFUNC  :require
c:0010 p:0115 s:0056 e:000055 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55
c:0009 p:0146 s:0046 e:000045 TOP    /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbCFPropertyList.rb:98 [FINISH]
c:0008 p:---- s:0041 e:000040 CFUNC  :require
c:0007 p:0115 s:0037 e:000036 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55
c:0006 p:0007 s:0027 e:000026 TOP    /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist.rb:3 [FINISH]
c:0005 p:---- s:0025 e:000024 CFUNC  :require
c:0004 p:0073 s:0021 e:000020 RESCUE /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135
c:0003 p:0442 s:0018 e:000017 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144
c:0002 p:0027 s:0008 E:001bb8 EVAL   /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:15 [FINISH]
c:0001 p:0000 s:0002 E:0021b8 TOP    [FINISH]

/Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:15:in `<main>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `require'
/Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist.rb:3:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbCFPropertyList.rb:98:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbLibXMLParser.rb:3:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `require'
/Users/usr/.gem/gems/libxml-ruby-2.9.0/lib/libxml.rb:4:in `<top (required)>'
/Users/usr/.gem/gems/libxml-ruby-2.9.0/lib/libxml.rb:8:in `rescue in <top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'

-- C level backtrace information -------------------------------------------

-- Other runtime information -----------------------------------------------

* Loaded script: /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool

* Loaded features:

    0 enumerator.so
    1 /System/Library
2016-09-21 06:21:16 +0000  /Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/encdb.bundle
    2 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/trans/transdb.bundle
    3 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/rbconfig.rb
    4 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/compatibility.rb
    5 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/defaults.rb
    6 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/deprecate.rb
    7 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/errors.rb
    8 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/version.rb
    9 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/requirement.rb
   10 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/platform.rb
   11 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb
   12 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/exceptions.rb
   13 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb
   14 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/thread.rb
   15 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/monitor.rb
   16 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb
   17 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems.rb
   18 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/optparse.rb
   19 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/path_support.rb
   20 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/dependency.rb
   21 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/euc_jp.bundle
   22 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/shift_jis.bundle
   23 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/utf_16be.bundle
   24 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/enc/utf_32be.bundle
   25 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/nkf.bundle
   26 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/kconv.rb
   27 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/date_core.bundle
   28 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/date/format.rb
   29 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/date.rb
   30 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/time.rb
   31 /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbCFPlistError.rb
   32 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/base64.rb
   33 /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbCFTypes.rb
   34 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/stringio.bundle
   35 /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbBinaryCFPropertyList.rb
   36 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin15/strscan.bundle
   37 /Users/usr/.gem/gems/CFPropertyList-2.3.3/lib/cfpropertylist/rbPlainCFPropertyList.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
Don't forget to include the above Crash Report log file.
For details: http://www.ruby-lang.org/bugreport.html

2016-09-21 06:21:17 +0000 [MT] /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool exited with a signal 6
2016-09-21 06:21:17 +0000 [MT] ipatool JSON: (null)

[08:21:17]: There was an error exporting your application
[08:21:17]: Unfortunately the new Xcode export API is unstable and causes problems on some projects
[08:21:17]: You can temporary use the :use_legacy_build_api option to get the build to work again
[08:21:17]: --------------------------
[08:21:17]: --- Step: notification ---
[08:21:17]: --------------------------
[08:21:17]: Variable Dump:
[08:21:17]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios build_release_stage3", :SIGH_PROFILE_TYPE=>"ad-hoc"}
[08:21:17]: Error packaging up the application

+------+---------------------------------------+-------------+
|                      fastlane summary                      |
+------+---------------------------------------+-------------+
| Step | Action                                | Time (in s) |
+------+---------------------------------------+-------------+
| 1    | Verifying required fastlane version   | 0           |
| 2    | default_platform                      | 0           |
| 3    | opt_out_usage                         | 0           |
| 4    | Switch to ios build_release lane      | 0           |
| 5    | match                                 | 10          |
| 6    | Switch to ios read_build_version lane | 0           |
| 7    | Switch to ios build_app lane          | 0           |
| 8    | gym                                   | 97          |
| 9    | notification                          | 0           |
+------+---------------------------------------+-------------+

[08:21:17]: fastlane finished with errors

[!] Error packaging up the application
usr@eopc-x016:/Volumes/ProjectsCaseSensitive/iOS/MyApp$ 

Configuration Files

Please copy the complete content of your Fastfile and any other configuration files you use below:

Fastfile:

# Define the minimal Fastlane version
fastlane_version "1.87.1"
# Use the iOS platform as default
default_platform :ios
# Define what to do for the iOS platform
platform :ios do

  before_all do

    opt_out_usage # disables crash report sending to fastlane

  end

  desc "Executes Carthage"
  lane :carthage_lane do
  build_version = read_build_version()
    carthage(
        command: "update",
        verbose: true,
        platform: "iOS"
    )
  end

  desc "This is the testlane"
  lane :test do 

    # download keys, certs and provisioning profiles
    match(
        readonly: true,
        type: "development"
    )

    scan(
        scheme: ENV["SCHEME"],
        clean: false,
        code_coverage: true,
        configuration: ENV["BUILD_CONFIG_TEST"],
        skip_build: false
    )
  end

  desc "Build an *.ipa file of the project"
  lane :build_release_stage3 do |options| 

    build_release(
      configuration: ENV["BUILD_CONFIG_RELEASESTAGE3"]
    )

  end

  desc "Build an *.ipa file of the project"
  lane :build_release_enterprise_stage3 do |options| 

    build_enterprise(
      configuration: ENV["BUILD_CONFIG_RELEASESML"]
    )

  end

  desc "Build an *.ipa file of the project"
  lane :build_release_stage1 do |options|

    build_release(
      configuration: ENV["BUILD_CONFIG_RELEASESTAGE1"]
    )

  end

  desc "Build an enterprise signed *.ipa file for the project"
  private_lane :build_enterprise do |options|      

    build_version = read_build_version()

    # sh `xcodebuild -project ../Mia.xcodeproj -scheme 'Mia' clean build archive -configuration 'Sue met Lin' -archivePath ./builds/Mia.xcarchive`
    sh `xcodebuild -exportArchive -archivePath ./builds/Mia.xcarchive -exportPath ./builds/ + ENV["SCHEME"] + "-" + build_version + ".ipa"`

#    build_app(
 #     project: ENV["PROJECT"],
  #    configuration: options[:configuration],
   #   scheme: ENV["SCHEME"],
    #  ipaname: ENV["SCHEME"] + "-" + build_version + ".ipa",
     # outputpath: ENV["OUTPUT_PATH"],
      #export_method: "enterprise"
    #)   

  end

  desc "Build a distribution signed *.ipa file of the project"
  private_lane :build_release do |options|    

    # download keys, certs and provisioning profiles
    match(
        readonly: true,
        type: "adhoc"
    )    

    build_version = read_build_version()

    build_app(
      project: ENV["PROJECT"],
      configuration: options[:configuration],
      scheme: ENV["SCHEME"],
      ipaname: ENV["SCHEME"] + "-" + build_version + ".ipa",
      outputpath: ENV["OUTPUT_PATH"],
      export_method: "ad-hoc"
    )   

  end

  desc "Publish the release version to Hockeyapp"
  lane :release_hockeyapp do |options|

    build_version = read_build_version()

    publish_hockey(
        release_type: "3", # Enterprise Builds
        ipname: ENV["OUTPUT_PATH_BUILD"] + build_version + ".ipa",
        dsymname: ENV["OUTPUT_PATH_BUILD"] + build_version + ".app.dSYM.zip",
        token: ENV["HOCKEY_TOKEN"],
        status: "1" # No user can download 
     )
  end

  desc "Publish the release on artifactory, the *.ipa file must already exist!"
  lane :push_artifactory do |options|
    puts "NOTE: Requires credentials for Artifactory"
    puts "NOTE: Define input Paramater like: $ fastlane artifactory user:[username] password:[*******]"

    build_version = read_build_version()

    artifactory(
      username: options[:user],
      password: options[:password],
      endpoint: ENV["ARTIFACTORY_ENDPOINT"],
      file: ENV["OUTPUT_PATH_BUILD"] + build_version + ".ipa",                                                          
      repo: ENV["ARTIFACTORY_REPO"],                                         
      repo_path: ENV["ARTIFACTORY_REPO_PATH"] + build_version + "/" + ENV["SCHEME"] + "-" + build_version + ".ipa"                     
    )

    artifactory(
      username: options[:user],
      password: options[:password],
      endpoint: ENV["ARTIFACTORY_ENDPOINT"],
      file: ENV["OUTPUT_PATH_BUILD"] + build_version + ".app.dSYM.zip",                                                          
      repo: ENV["ARTIFACTORY_REPO"],                                         
      repo_path: ENV["ARTIFACTORY_REPO_PATH"] + build_version + "/" + ENV["SCHEME"] + "-" + build_version + ".app.dSYM.zip"                     
    )
  end

  desc "After all" 
  after_all do |lane|
    notification(
        title: ENV["SCHEME"],
        message: "Fastlane finished!"
    )
  end

  desc "Error"
  error do |lane, exception|
    notification(
        title: ENV["SCHEME"],
        message: "Fastlane failed!"
    )
  end

  desc "This is the base to build the app" 
  private_lane :build_app do |options|    
    gym(
      scheme: "#{options[:scheme]}",
      configuration: options[:configuration],
      output_directory: options[:outputpath],
      output_name: options[:ipaname],
      export_method: options[:export],
      silent: true,
    )
  end

  desc "Reads and returns the build version number from the Info.plist file e.g., 0.1.0.140"
  private_lane :read_build_version do 
    version = `/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" ../#{ENV['SCHEME']}/Info.plist`
    build_number = `/usr/libexec/PlistBuddy -c "Print CFBundleVersion" ../#{ENV['SCHEME']}/Info.plist`
    puts "Current Version Number: " + version.strip
    puts "Current Build Number: " + build_number.strip
    version.strip + "." + build_number.strip
  end  

  desc "Publish to Hockeyapp"
  private_lane :publish_hockey do |options|
    build_version = read_build_version()

    hockey(
        api_token: options[:token], 
        notes_type: "1",
        notify: "0",
        notes: "This is a fastlane promoted build",
        ipa: ENV["OUTPUT_PATH_BUILD"] + build_version + ".ipa",
        status: options[:status],
        release_type: options[:release_type]
    )
  end  
end

Environment

fastlane version (run fastlane -v):
fastlane 1.103.0

Do you use bundler to execute fastlane (i.e. bundle exec fastlane)?
No

Do you use a Ruby environment manager (e.g. chruby, rbenv, rvm)?
No
Using system version of ruby. -> ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Using a user install of fastlane.

export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH
@fastlane-bot
Copy link

It seems like this issue might be related to code signing 🚫

Have you seen our new Code Signing Troubleshooting Guide? It will help you resolve the most common code signing issues 👍

@wuaschtikus
Copy link
Author

wuaschtikus commented Sep 21, 2016

I already forced match to create new provisioning profiles.
I deactivated "Managed Code Signing" and defined a Development Team. The provisioning profiles also have this new identifier.

From my project.pbxproj
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc at.midori.***.**.ios 1474372984";

@Philipp372
Copy link

I encountered the same error after updating to Xcode 8. I am not using fastlane, so I see this issue on Apple side. I posted my question on SO (see here) and also Apple dev forums. Pretty major for me, most builds from script are failing.

@TKBurner
Copy link

@wuaschtikus @Philipp372 I want to reach out to the core team about this but first I need you to test on a blank Xcode project. If this is project specific we are going to need to investigate differently than if you can reproduce on a blank project. Thanks!

@Philipp372
Copy link

@TKBurner I set up a blank Swift and also a ObjC project and integrated+initialized our product (which is an SDK in the form of a dynamic framework) via cocoapods. For both projects, the export went through successfully (also built via script and the archive + export commands used).
I also updated our app project to the recommended settings by Xcode 8, but the export still fails.

@Philipp372
Copy link

@TKBurner I made a 4h effort to create a new project file for our app and reproduce all settings and content, and the build + IPA export went through successfully. So in my opinion, some setting or metadata in the project file must be responsible for letting the export command fail.
Creating a new project to solve this issue is just considered as a work-around, though. This should not be the solution.
Clearly an issue where Apple is supposed to give a statement on and fix, but seems they don't really care. My forum post on apple dev forums is not approved since days, so I can' even state my work-around there for others. Very annoying.

@TKBurner
Copy link

@Philipp372 Do you still get this error in your main project if you run xcodebuild clean -showBuildSettings -scheme MyApp -project ./MyApp.xcodeproj? Thanks!

@KrauseFx
Copy link
Member

Hey everyone, we just pushed a new gym release with gym 1.11.1, that should fix an error in xcodebuild. Xcode depends on system Ruby being used, and sometimes can't find the system gems. The new release should fix that error. Please disable the use_legacy_build_api flag, update to the latest version of gym and give it a try.

Let us know if that fixes the issue for you. If it doesn't work still, please share the complete output with the latest version of gym so we can further investigate the problem 👍

Thanks everybody for helping resolve this issue 🚀

@fastlane-bot
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

@nicolasbraun
Copy link
Contributor

Hi guys,

Having this issue on a project after moving to xcode8. Forcing xcode7 works.
Looking deeper into this

Nicolas

@nicolasbraun
Copy link
Contributor

nicolasbraun commented Dec 15, 2016

OK guys,

After meaning digging this solution worked for me http://stackoverflow.com/a/39814611/3979236
A little more digging made me narrow the issue to the Google Cast framework https://code.google.com/p/google-cast-sdk/issues/detail?id=954

It seems to be corrected in google cast 3.3 (was on 3.2), will update and let you know.

Edit : it worked 🎉

Nicolas

@chrisfelix82
Copy link

Seeing the same issue. Xcode 8.1 export_method "enterprise". Using use_legacy_build_api true works.

@houlianpi
Copy link

houlianpi commented Feb 6, 2017

Using use_legacy_build_api true works,but,if app has app extensions can not install。
I was also in the issue,and find compileBitcode must be all On or all Off。more info at http://stackoverflow.com/questions/39634404/xcodebuild-exportarchive-no-applicable-devices-found/39986136#39986136

@jjksam
Copy link

jjksam commented Mar 9, 2017

When I'm using gym without extra parameters, gym will work, but when I add extra parameters to the gym, it will show the exact error.
Using use_legacy_build_api with true will work.

Here is the build script, buildtest will not work if I added extra parameter, and beta will work.

desc "Build test version"
lane :buildtest do
sh "./changeenv.sh test"
gym(
scheme: "RoadShow",
include_bitcode: false,
export_method: "development",
output_name: "RoadShowTest",
#		use_legacy_build_api: true
)
#pilot
end
desc "Submit a new Beta Build to Apple TestFlight"
desc "This will also make sure the profile is up to date"
lane :beta do
# match(type: "appstore") # more information: https://codesigning.guide
sh "./changeenv.sh production"
gym(scheme: "RoadShow") # Build your app - more options available
pilot

# sh "your_script.sh"
end

Environment Info:
fastlane -v
fastlane installation at path:
/usr/local/lib/ruby/gems/2.3.0/gems/fastlane-2.19.2/bin/fastlane

fastlane 2.19.2

ruby -v
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16]

@JanC
Copy link

JanC commented Mar 14, 2017

Hi,
I'm having the same issue. If I use use_legacy_build_api: true the ipa is exported fine but the app extension don't work. If I don't use use_legacy_build_api then I get the error: exportArchive: No applicable devices found.

@KrauseFx
Copy link
Member

@JanC Please don't use the legacy build api, but fix the underlying code signing issue instead. Please submit a new issue, with as much information as possible, so we can help you resolve this 👍

@fastlane fastlane locked and limited conversation to collaborators Mar 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants