Git Product home page Git Product logo

Comments (5)

perotinus avatar perotinus commented on May 2, 2024

@erickoledadevrel Appreciate the PR! Do you think you'll be able to sign the CLA?

from gtm-oauth2.

erickoledadevrel avatar erickoledadevrel commented on May 2, 2024

I work at Google, so I didn't think it was required.
On Apr 20, 2016 9:53 PM, "Jonathan MacMillan" [email protected]
wrote:

@erickoledadevrel https://github.com/erickoledadevrel Appreciate the
PR! Do you think you'll be able to sign the CLA?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#63 (comment)

from gtm-oauth2.

erickoledadevrel avatar erickoledadevrel commented on May 2, 2024

I fixed my email address on the commit, so CLABot is happy :-)

from gtm-oauth2.

weibel avatar weibel commented on May 2, 2024

We're still seeing this on 1.1.4 after migrating to use_frameworks! on CocoaPods.

from gtm-oauth2.

weibel avatar weibel commented on May 2, 2024

The problem was that we had subclassed GTMOAuth2ViewControllerTouch. In that case [NSBundle bundleForClass:[self class]] will give you the main bundle.

Inserting the following in the child class solved the problem, but there might be a more elegant solution.

+ (NSBundle *)authNibBundle {
   // subclasses may override this to specify a custom nib bundle
   return [NSBundle bundleForClass:[GTMOAuth2ViewControllerTouch class]];
}

from gtm-oauth2.

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.