GithubHelp home page GithubHelp logo

Comments (5)

suds7 avatar suds7 commented on August 11, 2024

I also have same issue

from mwfeedparser.

georgesteiner avatar georgesteiner commented on August 11, 2024

I was having the same problem, here's what I've figured out so far. If you change the following method to this, the application will run:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    
    // Override point for customization after app launch    
    [window addSubview:[navigationController view]];


    UIViewController *viewController = [[RootViewController alloc] init];

    self.window.rootViewController = viewController;//making a view to root view

    [window makeKeyAndVisible];
    return YES;
}

And then you will get an error about HTTP, which can be solved easily by changing your Plist file as explained here: http://stackoverflow.com/questions/31216758/how-can-i-add-nsapptransportsecurity-to-my-info-plist-file

Together these two have gotten the application to run and load a basic feed in the demo app. That's as far as I've gotten, I'm still having trouble getting this cocoapod working in my own app though for some reason.

from mwfeedparser.

Hitarth2000 avatar Hitarth2000 commented on August 11, 2024

Thanks @georgesteiner I have done changes as per your suggestion and its working fine now.

from mwfeedparser.

suds7 avatar suds7 commented on August 11, 2024

Thanks @georgesteiner

from mwfeedparser.

kevin87158 avatar kevin87158 commented on August 11, 2024

thanks @georgesteiner it's very helpful

from mwfeedparser.

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.