There is a problem in the Backendless-ios-SDK (3.0.39)

Hi all,
In Backendless-ios-SDK (3.0.39), there is a problem of “Implicit declaration of function’ notify_register_dispatch 'is invalid in C99”
In Backendless-ios-SDK(3.0.38) there was no problem.
Did you change something in this version?
Do I have something to do?
code:

#import "ViewController.h"
#include <notify.h>
#include <notify_keys.h>


@interface ViewController ()


@end


@implementation ViewController


- (void)viewDidLoad {
 [super viewDidLoad];


 int notifyToken = 0;
 notify_register_dispatch(kNotifyASLDBUpdate, &notifyToken, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^(int token)
 {


 });
}




@end

Thanks.

Hi Kunito,

Thanks for reporting, we are looking into it. For reference, the internal task ID is BKNDLSS-13219.

Hi Kunito,

As temporary solution, please, remove Notify.h header file from Pods/Pods/Backendless folder of your project:
http://support.backendless.com/public/attachments/41fe945967745cca349147950384742b.png</img>
Choose “Move To Trash”.

We let you know when we will fix this issue.

Regards,
Slava

We have fixed this issue, please update the latest Backendless SDK (pod 3.0.40 release)

Hi Vyacheslav,

I use “pod Backendless-ios-SDK”, the issue has been resolved.

Thanks.