What steps will reproduce the problem?
1. Create workspace/project for an iOS app in Xcode
1. Follow instructions [1] for linking to Google Client Library for Objective-C
as iOS static library
2. Build app for iPhone Retina (4 inch 64 bit) simulator
[1]
https://code.google.com/p/google-api-objectivec-client/wiki/BuildingTheLibrary
What is the expected output? What do you see instead?
Build errors such as the following where there should be none.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GTLCollectionObject", referenced from:
What version of the product are you using? On what operating system?
* latest version obtained with svn checkout
http://google-api-objectivec-client.googlecode.com/svn/trunk/
google-api-objectivec-client-read-only
* Xcode 5.1.1, iOS 7.1.2
Please provide any additional information below.
* Architectures (under Build Settings) for target GTLTouchStaticLib should be
changed from "$(ARCHS_STANDARD_32_BIT)" to "Standard architectures (armv7,
armv7s, arm64)"
* patch file for project.pbxproj (output from svn diff) is attached
Original issue reported on code.google.com by tiptopl...@gmail.com on 5 Jul 2014 at 6:34
Original issue reported on code.google.com by
tiptopl...@gmail.com
on 5 Jul 2014 at 6:34Attachments: