kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

diff: not such file or directory (iPhoneOSPackageTypes.xcspec) #133

Open testapps3 opened 10 years ago

testapps3 commented 10 years ago

Hello Karl Stenerud

We are getting known error - even after installing "iOS Universal Framework" for "Real Framework"

Error message: "target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphonesimulator' platform"

We have also checked workaround/solution on your "Read-Me" for above error… i.e. installing two/2 diff (*.diff) files on development machine… tried to install these files and getting below error

Error message: "diff:Specifications/iPhoneOSPackageTypes.xcspec: No such file or directory diff: new/iPhoneOSPackageTypes.xcspec: No such file or directory….."

Also attached screen-shot for above error…

Any pointer or help on this would be greatly appreciated.
error

pulsifer-work commented 10 years ago

Did you run the install with sudo?

sudo ./install.sh

Which version of the universal framework are you using?

Dean Pulsifer

Believe in yourself. Say what you mean. Do what you say.

On Jul 2, 2013, at 9:10 AM, testapps3 notifications@github.com wrote:

Hello Karl Stenerud

We are getting known error - even after installing "iOS Universal Framework" for "Real Framework"

Error message: "target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphonesimulator' platform"

We have also checked workaround/solution on your "Read-Me" for above error… i.e. installing two/2 diff (*.diff) files on development machine… tried to install these files and getting below error

Error message: "diff:Specifications/iPhoneOSPackageTypes.xcspec: No such file or directory diff: new/iPhoneOSPackageTypes.xcspec: No such file or directory….."

Also attached screen-shot for above error…

Any pointer or help on this would be greatly appreciated.

[image: error]https://f.cloud.github.com/assets/4727678/736743/7b9e6890-e320-11e2-9d8a-c15e55c4b9be.png

— Reply to this email directly or view it on GitHubhttps://github.com/kstenerud/iOS-Universal-Framework/issues/133 .

testapps3 commented 10 years ago

yes I install with sudo (i.e sudo ./install.sh)

I have tried with MK 8 Beta and also tried MK 5 but got the same result.