You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Mac was auto updated recently and hence, my Xcode 5 got updated to Xcode 6. But i still required Xcode 5, so i downloaded the DMG and installed Xcode 5.
Once i did that , my project that would run fine previously was throwing me some build errors.
Like this:
"target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphonesimulator' platform"
Then i found out that installing this framework would help me get rid of the error.
But i am having trouble installing it.
Here is what i get :
This is what i did:
Download the framework from github.
Open terminal window and type sudo sh.
3)Drag install.sh from Real Framework directory into terminal and hit enter.
After the above steps i run into the above issue.
The text was updated successfully, but these errors were encountered:
Hi,
My Mac was auto updated recently and hence, my Xcode 5 got updated to Xcode 6. But i still required Xcode 5, so i downloaded the DMG and installed Xcode 5.
Once i did that , my project that would run fine previously was throwing me some build errors.
Like this:
"target specifies product type 'com.apple.product-type.framework.static', but there's no such product type for the 'iphonesimulator' platform"
Then i found out that installing this framework would help me get rid of the error.
But i am having trouble installing it.
Here is what i get :
This is what i did:
3)Drag install.sh from Real Framework directory into terminal and hit enter.
After the above steps i run into the above issue.
The text was updated successfully, but these errors were encountered: