Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architectures for target GTLTouchStaticLib should be changed to "Standard architectures (armv7, armv7s, arm64)" #66

Open
GoogleCodeExporter opened this issue Apr 8, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant