• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Did xcodebuild change in 4.3?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Did xcodebuild change in 4.3?


  • Subject: Did xcodebuild change in 4.3?
  • From: Jeremy Derr <email@hidden>
  • Date: Wed, 28 Mar 2012 15:54:36 -0500

In our CI system, the follow is eventually invoked:

xcodebuild -sdk iphoneos -project SomeProject.xcodeproj -target SomeTarget -configuration Release

In 4.2 and all previous versions, this has worked beautifully. After upgrading to Xcode 4.3, however, xcodebuild seems unable to discover provisioning files correctly.

# build with 4.2
DEVELOPER_DIR=/Developer xcodebuild -sdk iphoneos -project SomeProject.xcodeproj -target SomeTarget -configuration Release
[ ... ]
** BUILD SUCCEEDED **

# build with 4.3 instead
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer xcodebuild -sdk iphoneos -project SomeProject.xcodeproj -target SomeTarget -configuration Release

=== BUILD NATIVE TARGET SomeTarget OF PROJECT SomeProject WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies

[BEROR]Code Sign error: a valid provisioning profile matching the application's Identifier 'com.project.appname
' could not be found

** BUILD FAILED **

The following build commands failed:
    Check dependencies
(1 failure)

Oddly enough, building the same project – with no code or config changes – will succeed with nary a warning, even in Xcode 4.3.

Any ideas what might be causing this behavior from xcodebuild?

Jeremy DerrDevOps
Mutual Mobilem › 512.426.0702w › mutualmobile.com











 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Did xcodebuild change in 4.3?
      • From: Joar Wingfors <email@hidden>
  • Prev by Date: Re: upgrading to Xcode 4.3.1
  • Next by Date: Install of 3.2.6 fails
  • Previous by thread: xcrun failures
  • Next by thread: Re: Did xcodebuild change in 4.3?
  • Index(es):
    • Date
    • Thread