Flic-App v2.1.1 crashing during button grabbing
-
Hi,
I using latest version 2.1.1 of Flic app to grab a button from ios-boilerplate-objc.
However, after selecting the button in Flic and hitting "Done" the app crashes and closes the screen.
Anybody using Flic 2.1.1 succesfully with a custom app?
Thanks,
Markus -
Yees, this was it.
Now I can see the icon for my button in the app. I was wondering why there was so much white space above the button label.
Thanks for your support.
Markus
-
Hi!
Thanks for all the info! We found that some buttons had some missing data in the database, we have now corrected this.
Please try again and let us know if you have any further issues!
-
@oskar We also getting the same problem and we are sending everything.
-
Hi,
We also getting the same problem and we are sending everything.
-
Hi,
thanks for the response.
It even happens with the Flappy Flic app from the iTunes Store on my iPhone 6s with iOS 9.3.3.
I have sent a crash log to help@shortcutlabs.com for details. see below for some parts.
It looks like the null value issue you have mentioned. My guess is, that it has to do with network configuration. See Backtrace below.
Can I help in any way during debugging?
Thanks,
MarkusConsole Log:
Jul 21 23:27:49 Markuss-iPhone flic[2349] <Error>: -[NSNull stringByAddingPercentEncodingWithAllowedCharacters:]: unrecognized selector sent to instance 0x1a1cde490
Jul 21 23:27:49 Markuss-iPhone flic[2349] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull stringByAddingPercentEncodingWithAllowedCharacters:]: unrecognized selector sent to instance 0x1a1cde490'
*** First throw call stack:
(0x1832d2db0 0x182937f80 0x1832d9c4c 0x1832d6bec 0x1831d4c5c 0x183cc0f14 0x1008a3760 0x10005bc8c 0x188468be8 0x188468b64 0x188450870 0x188468454 0x188468084 0x188460c20 0x18843104c 0x18842f628 0x18328909c 0x183288b30 0x183286830 0x1831b0c50 0x184a98088 0x18849a088 0x100203ed0 0x182d4e8b8)Last Exception Backtrace:
0 CoreFoundation 0x1832d2db0 __exceptionPreprocess + 124
1 libobjc.A.dylib 0x182937f80 objc_exception_throw + 56
2 CoreFoundation 0x1832d9c4c -[NSObject(NSObject) doesNotRecognizeSelector:] + 212
3 CoreFoundation 0x1832d6bec forwarding + 872
4 CoreFoundation 0x1831d4c5c _CF_forwarding_prep_0 + 92
5 Foundation 0x183cc0f14 -[__NSConcreteURLComponents setQueryItems:] + 536
6 fliclib 0x1008a3760 0x100880000 + 145248
7 flic 0x10005bc8c 0x100054000 + 31884
8 UIKit 0x188468be8 -[UIApplication sendActionfrom:forEvent:] + 100 -
Hi!
We have seen some crash reports in the button grabber where it is receiving a null value and thus cannot construct the button object. However we were not able to recreate this error, so we are not sure what causes it.
If you are able to, could you please verify that you are not omitting any of these parameters to FlicLib: app id, app secret, or callback url.