gingerbeur / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

GoogleCastSDK-2.5.0-Release missing arm64 #448

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add GogleCast.framework to iOS app
2. Implement casting
3. Try to build on iPhone 6 device

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

Expected: App should build successfully
Result: ld: warning: ignoring file ./GoogleCast.framework/GoogleCast, missing 
required architecture arm64 in file ./GoogleCast.framework/GoogleCast (3 slices)

What version of the product are you using? On what operating system?
Version 2.5.0 for iOS.

Please provide any additional information below.
The app builds successfully on an iPhone 5 device. I have tried ranlib from 
this post:
https://code.google.com/p/google-cast-sdk/issues/detail?id=324&can=1&q=arm64
But it did not help.

Original issue reported on code.google.com by charming...@gmail.com on 12 Dec 2014 at 2:49

GoogleCodeExporter commented 9 years ago
This is kind of critical as apple won't allow uploads to appstore after the 1. 
february 2015, if they don't support  arm64.

Original comment by jacobvon...@gmail.com on 12 Dec 2014 at 1:46

GoogleCodeExporter commented 9 years ago
Seems that I had two versions of the framework floating around in my project 
and Xcode was using the older one (unbeknownst to me). Fortunately 2.5.0 DOES 
support arm 64. I've removed the old framework and everything builds now.

Original comment by defymedi...@gmail.com on 12 Dec 2014 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by na...@google.com on 12 Dec 2014 at 8:02