Open theScud opened 10 years ago
When it crashes there, the color value seems to be empty. Check if the json file for the design was properly delivered with the app.
is this still an issue?
I'm also getting the same issue.
Also, @KrauseFx I checked to make sure the Hex color was getting passed into the method correctly. It was. Seems to be an issue with the HXColor library. If I pass in a standard
[UIColor colorWithRed:Green:Blue:Alpha];
everything works perfectly.
Should note: I produced the same crash on all devices I tested on. An an iOS 7.0.3 iPhone 5S and the simulator.
I'm also getting the same issue. I installed manually (without cocoapods) successfully.
I'll look into this.
any update on this issue ?
Apparently there is something wrong in here
self.backgroundBlurView.blurTintColor = [UIColor colorWithHexString:current[@"backgroundColor"]];
on line 166 of TSMessageView.m
po [UIColor colorWithHexString:current[@"backgroundColor"]]
error: Execution was interrupted, reason: Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.
The process has been returned to the state before expression evaluation.
It's working fine over here... As @mafellows mentioned, it seems to have a naming conflict with other classes.
The wired thing is that this happens only if I use cocoapods to install it, if I do it manually it works fine. Any Idea?
Hi, Any update on this bug? I have the same problem here. If I install it using cocoapods, it doesn't work. If I install it manually, it works.
Hi,
In my case the issue was with the Xcode Project file. It got corrupt or something . Anyway created a new project file and reinstalled using pods and everything was right as rain.
Any updates?
Sorry about that, i'm pretty busy right now. But i will definitive looking into this pretty soon.
In the new HexColors Version it will be pre-fixed with hx_
Hi have setup this project to use TSMessage through cocoapods . Unfortunately The App crashes at line number 168:
[[UIColor colorWithHexString:current[@"backgroundColor"]];
i have followed the steps extactly , and everything was working fine till i did a pod update. now nothing seems to work i even tried reverting to an older version. 0.9.2 but still crashing. Please find my podfile below .
i am using 4 pod target for 4 build different build configuration [Reference https://github.com/CocoaPods/CocoaPods/issues/731]. and i am adding the pods targets through OTHER_LINKER_FLAGS. i'm don't if that is causing issues. All my other pods seem to be working fine. Please Let me know if you need any additional details