iOSOpenDev icon indicating copy to clipboard operation
iOSOpenDev copied to clipboard

Specification files appear symbolized/encrypted

Open tolik85 opened this issue 12 years ago • 1 comments

Hi,

I understand that to deal with "target specifies product type 'com.apple.product-type.library.dynamic', but there's no such product type for the 'iphoneos' platform" error should be by adding the required types and products in the specifications, but iPhoneOSProductTypes.xcspec and iPhoneOSPackageTypes.xcspec all appear symbolized/encrypted and does not follow the xml pattern.

Am I doing something wrong?

tolik85 avatar Mar 04 '13 06:03 tolik85

It's a binary plist. Use plutil to convert to xml1. It'll actually be in json.

__ Spencer W.S. James (@kokoabim)

On Mar 3, 2013, at 10:48 PM, tolik85 [email protected] wrote:

Hi,

I understand that to deal with "target specifies product type 'com.apple.product-type.library.dynamic', but there's no such product type for the 'iphoneos' platform" error should be by adding the required types and products in the specifications, but iPhoneOSProductTypes.xcspec and iPhoneOSPackageTypes.xcspec all appear symbolized/encrypted and does not follow the xml pattern.

Am I doing something wrong?

— Reply to this email directly or view it on GitHubhttps://github.com/kokoabim/iOSOpenDev/issues/63 .

kokoabim avatar Mar 04 '13 07:03 kokoabim