raj23shree / google-api-objectivec-client

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

Change GTLTouchStaticLib target skip install setting to YES #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Add GTL.xcodeproj to your project
2.
add GTLTouchStaticLib to your project's "target dependencies" build phase + add 
libGTLTouchStaticLib.a to "link binary with libraries" build phase.
3.
archive your app for ad hoc testing. 

What is the expected output? What do you see instead?

You get Generic Xcode Archive rather than the normal iOS App Archive. If you 
change "skip install" setting on GTLTouchStaticLib target to YES, you get 
proper iOS app archive.

What version of the product are you using? On what operating system?

6-Dec-2012, but this setting is wrong also on current version.

Please provide any additional information below.

You can see this issue in action with current ShareKit version 
(https://github.com/sharekit/sharekit)

Original issue reported on code.google.com by vilem.k...@ttonline.sk on 17 Apr 2013 at 12:29