kokoabim / iOSOpenDev

iOSOpenDev
http://iOSOpenDev.com
Other
901 stars 283 forks source link

Specification files appear symbolized/encrypted #63

Closed tolik85 closed 3 months ago

tolik85 commented 11 years ago

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?

kokoabim commented 11 years ago

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 notifications@github.com 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 .