minshikshin / google-cast-sdk

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

iOS Google-Cast-Sdk 2.4.0 does not run on Mac OS X 10.10 Yosemite #425

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a template project in Xcode 6.1 (or use the sample projects 
CastHelloVideo-ios, or CastHelloText-ios on Github)
2. Add iOS cast sdks 2.4.0 to the Embed Binaries build phase of the project
3. Run the app in the iOS 8 simulator or on an iOS 8 device

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

When run in the simulator, Xcode presents the error message: "Unable to run app 
in the simulator. An error was encountered while running (Domain = 
LaunchServicesError, Code = 0). 

The following error is logged in system.log: 

11/8/14 1:03:04.228 PM com.apple.CoreSimulator.CoreSimulatorService[73140]: 
Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. 
(LaunchServicesError error 0.)" UserInfo=0x7f94cc1c43c0 
{Error=PackageInspectionFailed, ErrorDescription=Failed to load Info.plist from 
bundle at path 
/Users/mjc/Library/Developer/CoreSimulator/Devices/E75BC5E4-14C1-44A0-BFDE-9247E
CEB986A/data/Library/Caches/com.apple.mobile.installd.staging/temp.GUfOpS/extrac
ted/mychromecast.app/Frameworks/GoogleCast.framework}

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

iOS sdk 2.4 on Mac OS X 10.10

Please provide any additional information below.

No change was made to the template project. The same result happens using the 
sample projects on Github. 

Original issue reported on code.google.com by mjackson...@gmail.com on 8 Nov 2014 at 6:08

GoogleCodeExporter commented 8 years ago
Please include the iOS Cast SDK in the project's "Linked Frameworks and 
Libraries" section, not in the "Embedded Binaries" section.

Original comment by christia...@google.com on 10 Nov 2014 at 7:38