Re: Compiler complains about Cocoa Touch Static Library right after Xcode creates it.
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