• 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
Re: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.


  • Subject: Re: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
  • From: Michael Crawford <email@hidden>
  • Date: Thu, 14 Nov 2013 10:34:07 -0500

Xcode uses specification files (.xcspec) in order to know what it can build, how to build it, and how to package it.  The last time I looked, these specifications existed as binary property lists and lived within the given iPhone or desktop SDK.  An example of this would be the iPhoneOSProductTypes.xcspec found at the following path:

	/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specification/ .

This error would seem to indicate that the product specification for a static framework is missing or invalid.  I've no idea how this would be the case without direct tampering.  Hopefully this will give you a clue as to where to look in order to track down the problem.

-Michael

On Nov 14, 2013, at 12:16 AM, Gavin Stokes <email@hidden> wrote:

> I create a new project of that type and Xcode immediately flags it
> with an error saying:
>
> "target specifies product type
> 'com.apple.product-type.framework.static', but there's no such product
> type for the 'iphoneos' platform"
>
> Anybody know what gives here?  Thanks.
>
> Gavin
> _______________________________________________
> 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


 _______________________________________________
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: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
      • From: Gavin Stokes <email@hidden>
References: 
 >Compiler complains about Cocoa Touch Static Library right after Xcode creates it. (From: Gavin Stokes <email@hidden>)

  • Prev by Date: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
  • Next by Date: Re: Order of compilation?
  • Previous by thread: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
  • Next by thread: Re: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
  • Index(es):
    • Date
    • Thread