vinodgithub / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Not able to build the framwork for iphone #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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