Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14497] iOS: Provisioning problem prevents device install or iTunes install with Xcode 5 beta 3

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionNot Our Bug
Resolution Date2013-11-07T17:32:12.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 16, 2013 Sprint 16 API
ComponentsiOS
Labelsios7, look1
ReporterEric Merriman
AssigneeIngo Muschenetz
Created2013-07-09T00:50:10.000+0000
Updated2017-03-29T00:54:02.000+0000

Description

Description

While trying to evaluate the latest Xcode 5 (beta 3) I was unable to install to device. I got the following from the console:
[INFO] :   Invoking xcodebuild
[TRACE] :  Build settings from command line:
[TRACE] :      CODE_SIGN_ENTITLEMENTS = Entitlements.plist
[TRACE] :      CODE_SIGN_IDENTITY = iPhone Developer: QE Department (C64864TF2L)
[TRACE] :      DEPLOYMENT_POSTPROCESSING = YES
[TRACE] :      GCC_PREPROCESSOR_DEFINITIONS = DEPLOYTYPE=test TI_TEST=1
[TRACE] :      IPHONEOS_DEPLOYMENT_TARGET = 5.0
[TRACE] :      PROVISIONING_PROFILE = 131A2892-22CD-4172-95CC-AA88AAE103CA
[TRACE] :      SDKROOT = iphoneos7.0
[TRACE] :      TARGETED_DEVICE_FAMILY = 1,2
[TRACE] :      VALID_ARCHS = armv7 armv7s i386
[TRACE] :  === BUILD TARGET KitchenSink-universal OF PROJECT KitchenSink WITH CONFIGURATION Debug ===
[TRACE] :  Check dependencies
[TRACE] :  Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Any App Development”) were found.
[TRACE] :  CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'
[ERROR] :  Error details: Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Any App Development”) were found.
[ERROR] :  Error details: CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'
I tried running the project from within Xcode with a device target with no trouble. I also tried running on simulator which had no error as well.

Steps to reproduce

1) In Studio, set KitchenSink to use 3.1.1.GA SDK 2) Ensure your Xcode-select is set to the beta 3 Xcode (sudo xcode-select -switch ) Also ensure Studio is set correctly for the appropriate Xcode in Preferences>Platform>iOS 3) Run on device - select a valid provision which includes the device.

Result

Failure as seen above

Expected

KitchenSink installed at least to iTunes and run on device after sync.

Comments

  1. Sabil Rahim 2013-07-30

    Looks like this issue has been resolved in Xcode 5 DP 4 by Apple. No action required on our part.
  2. Sabil Rahim 2013-07-30

    This was a Apple Bug in Xcode 5 DP 4
  3. Lee Morris 2017-03-29

    Closing ticket as the issue here is not our bug.

JSON Source