Code Monkey home page Code Monkey logo

Comments (8)

sanjayc77 avatar sanjayc77 commented on June 15, 2024

Are you opening VideoWidgetDemo.xcworkspace instead of VideoWidgetDemo.xcodeproject in Xcode? Cocoapods requires using the .xcworkspace project file.

Another trick to try, just run 'pod try CardboardSDK' on the command line. That should open the video demo app.

from gvr-ios-sdk.

wwrrss avatar wwrrss commented on June 15, 2024

Yes, i opened VideoWidgetDemo.xcworkspace, i ran the Panorama and TreasureHunt demos with no problem. When i run 'pod try CardboardSDK' i get this message:

`Williams-MacBook-Pro:VideoWidgetDemo william$ pod try CardboardSDK
Updating spec repositories

Trying CardboardSDK
Performing CocoaPods Installation
[!] The dependency CardboardSDK is not used in any concrete target.
Williams-MacBook-Pro:VideoWidgetDemo william$
`

I'm using CocoaPods 1.0.0. and according to the Cocoa documentation you have to define a target in your pod file. Maybe this is the problem?

from gvr-ios-sdk.

sanjayc77 avatar sanjayc77 commented on June 15, 2024

We started seeing this recently too. Try:

target 'VideoWidgetDemo' do
pod 'CardboardSDK'
end

from gvr-ios-sdk.

wwrrss avatar wwrrss commented on June 15, 2024

I have tried that too but with no luck, as i said before i ran with no problems the Panorama demo and Treasure Hunt .

My pod file content:

target 'VideoWidgetDemo' do

pod 'CardboardSDK'

end

from gvr-ios-sdk.

wwrrss avatar wwrrss commented on June 15, 2024

I also found this:
Target 'Pods-VideoWidgetDemo' of project 'Pods' was rejected as an implicit dependency for 'libPods-VideoWidgetDemo.a' because its architectures 'x86_64' didn't contain all required architectures 'i386 x86_64

from gvr-ios-sdk.

sanjayc77 avatar sanjayc77 commented on June 15, 2024

From another developer:

"Another issue I noticed was that when you try building Stars or VideoWidget in Xcode, there would be an error: "library not found for -lPods". I was thinking it might be an artifact from the old version of Cocoapods. I removed the file link in XCode, under "Linked Frameworks and Libraries", and it built successfully. I also found a reference online documenting the same issue: http://www.mokacoding.com/blog/upgrading-podfile/"

from gvr-ios-sdk.

wwrrss avatar wwrrss commented on June 15, 2024

Ok, that worked, thanks a lot !!!!

from gvr-ios-sdk.

Anchlate avatar Anchlate commented on June 15, 2024

Hello,when I played more videos(8-13),it crashed。the error message:Message from debugger: Terminated due to memory issue

from gvr-ios-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.