Git Product home page Git Product logo

Comments (5)

KrauseFx avatar KrauseFx commented on August 18, 2024

Could you set a break point for all exceptions to see which line is causing the problem?

from tsmessages.

azamsharp avatar azamsharp commented on August 18, 2024

Thanks for the reply! I have colored the row in red below which causes the
exception.

  • (id)initWithTitle:(NSString *)title

    withContent:(NSString *)content
    
       withType:(TSMessageNotificationType)notificationType
    

    withDuration:(CGFloat)duration

    inViewController:(UIViewController *)viewController

    withCallback:(void (^)())callback

    withButtonTitle:(NSString *)buttonTitle

    withButtonCallback:(void (^)())buttonCallback

       atPosition:(TSMessageNotificationPosition)position
    

    shouldBeDismissed:(BOOL)dismissAble

{

if (!notificationDesign)

{

    NSString *path = [[[NSBundle mainBundle] resourcePath]

stringByAppendingPathComponent:TSDesignFileName];

  •    notificationDesign = [NSJSONSerialization JSONObjectWithData:[
    

    NSData dataWithContentsOfFile:path]*

                                                         options:
    

    kNilOptions

                                                           error:nil];
    

    }

On Wed, Jul 10, 2013 at 1:36 PM, Felix Krause [email protected]:

Could you set a break point for all exceptions to see which line is
causing the problem?


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-20763246
.

Mohammad Azam
MVP (Most Valuable Professional)
www.highoncoding.com
www.azamsharp.com
Check out my iPhone apps at http://www.azamsharp.com

from tsmessages.

KrauseFx avatar KrauseFx commented on August 18, 2024

I guess it's the NSJSON line, right?
Please check if the JSON file was properly included. Do you use the Cocoapods version of TSMessages?
As you can see, the library tries to load a file name after the constant 'TSDesignFileName', that was not properly included in the project.
I hope that helps.

from tsmessages.

azamsharp avatar azamsharp commented on August 18, 2024

Thanks! I forgot to include the design file and all the images :) Now
everything works!

Thank a lot,
Azam

On Wed, Jul 10, 2013 at 1:56 PM, Felix Krause [email protected]:

I guess it's the NSJSON line, right?
Please check if the JSON file was properly included. Do you use the
Cocoapods version of TSMessages?
As you can see, the library tries to load a file name after the constant
'TSDesignFileName', that was not properly included in the project.
I hope that helps.


Reply to this email directly or view it on GitHubhttps://github.com//issues/45#issuecomment-20764656
.

Mohammad Azam
MVP (Most Valuable Professional)
www.highoncoding.com
www.azamsharp.com
Check out my iPhone apps at http://www.azamsharp.com

from tsmessages.

KrauseFx avatar KrauseFx commented on August 18, 2024

Glad it works now

from tsmessages.

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.