lcidl: objc-string crash with emoticons in text
Posted: Mon Apr 27, 2015 11:04 am
Hi,
As I'm not really sure how to deal with this,
guess it's ok to post it here?
Building an external for iOS7 , 8.1, 8.2 and LC 7,
write an interface in a lcidl file this way:
in the associated source file, declare and run this one-line of code:
and we have to close and restart the app to make it work again.
Emoticons are set in the string theText via the keyboard ( text field)
Regards,
Thierry
As I'm not really sure how to deal with this,
guess it's ok to post it here?
Building an external for iOS7 , 8.1, 8.2 and LC 7,
write an interface in a lcidl file this way:
Code: Select all
tail command myCommand
in theText as objc-string
Code: Select all
void myCommand( NSString* theText ) {
NSLog( "@"Text: %@", theText );
// pass here and don't see the Log when an emoticon is in the text
Emoticons are set in the string theText via the keyboard ( text field)
Regards,
Thierry