cabin33 / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to build the framwork for iphone

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Make the configuartion changes in Xcode 
2.such as base sdk ,architecture ,platforms
3. build the framwork

What is the expected output? What do you see instead?
It should build without compilation isssue and create .a nd herder files to 
integarte in main project.


Exact error message I ma geeting is :

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

Original issue reported on code.google.com by dnyanesh...@gmail.com on 22 Jun 2012 at 6:22

This error is reported by some older versions of Xcode. Set the project to an 
iOS target, and close and reopen the project. 

Note that the Framework build is only for Mac. For iOS, build the static 
library, or put the source files directly into your project, as explained in 
the library site's Introduction page.

Original comment by grobb...@google.com on 22 Jun 2012 at 10:26

  • Changed state: Invalid