DaSilva
DaSilva

Reputation: 1358

Xcode 4.4 error

Since I updated Xcode to version 4.4, my project started to crash with the following error:

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

My project have an connection with a library, and i think that´s the error.

Any idea how to solve this??

Thanks in advance

Upvotes: 0

Views: 955

Answers (2)

DaSilva
DaSilva

Reputation: 1358

My Bad... This error didn´t have anything directly related to the new release from apple, Xcode 4.4...

This app that i am working, is an enterprise app, so may people working at the same time. And it needs this framework installed on Xcode : https://github.com/kstenerud/iOS-Universal-Framework.git.

So every time i update the Xcode i need to reinstall it..

Upvotes: 1

Alberto
Alberto

Reputation: 4282

Try copying all your source code & classes somewhere, then create a new project, and paste back in all the code..

Could be a bit annoying but it will work.

At least, reinstall xCode.

Hope I was helpful to you.

Upvotes: 1

Related Questions