• 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
Xcode 7.2 / iOS 9.2 xcodebuild wrong architecture for simulator builds?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 7.2 / iOS 9.2 xcodebuild wrong architecture for simulator builds?


  • Subject: Xcode 7.2 / iOS 9.2 xcodebuild wrong architecture for simulator builds?
  • From: Nick Gillett <email@hidden>
  • Date: Thu, 10 Dec 2015 10:19:51 -0800

Updating to 7.2 broke all of our build scripts that compile for the simulator. Did I miss some release notes or project file changes that need to be made?

All of our commands like this fail (yes I created a clean sample app and it still fails):

$ xcodebuild -project Sample.xcodeproj -scheme Sample -configuration Release -sdk iphonesimulator9.2

Even manually providing the architectures doesn’t help:

$ xcodebuild -project Sample.xcodeproj -scheme Sample -configuration Release -sdk iphonesimulator9.2 -arch i386 -arch x86_64
Build settings from command line:
    ARCHS = i386 x86_64
    SDKROOT = iphonesimulator9.2

=== BUILD TARGET Sample OF PROJECT Sample WITH CONFIGURATION Release ===

Check dependencies
No architectures to compile for (ARCHS=i386 x86_64, VALID_ARCHS=arm64 armv7 armv7s).

** BUILD FAILED **


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

Anyone else seeing this?

Cheers.

.n
 _______________________________________________
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: Xcode 7.2 / iOS 9.2 xcodebuild wrong architecture for simulator builds?
      • From: Shazron Abdullah <email@hidden>
  • Prev by Date: Re: Link-time optimization and static libraries
  • Next by Date: Re: Link-time optimization and static libraries
  • Previous by thread: Re: Link-time optimization and static libraries
  • Next by thread: Re: Xcode 7.2 / iOS 9.2 xcodebuild wrong architecture for simulator builds?
  • Index(es):
    • Date
    • Thread