File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ - (dispatch_queue_t)methodQueue {
47
47
[inv setSelector: setPrivateApiSEL];
48
48
[inv setTarget: [Instabug class ]];
49
49
[inv setArgument: &(platform) atIndex: 2 ];
50
- [inv setArgument: &cpSDKVersion atIndex: 3 ]; // setting cpSDKVersion as the 3rd argument
50
+ [inv setArgument: &( cpSDKVersion) atIndex: 3 ]; // setting cpSDKVersion as the 3rd argument
51
51
[inv invoke ];
52
52
}
53
53
IBGInvocationEvent invocationEvents = 0 ;
@@ -432,6 +432,7 @@ - (void) setBaseUrlForDeprecationLogs {
432
432
[inv setSelector: setCurrentPlatformSEL];
433
433
[inv setTarget: [Instabug class ]];
434
434
IBGPlatform platform = IBGPlatformReactNative;
435
+ NSString *cpSDKVersion = @" 11.13.0" ;
435
436
[inv setArgument: &(platform) atIndex: 2 ];
436
437
[inv setArgument: &(cpSDKVersion) atIndex: 3 ];
437
438
You can’t perform that action at this time.
0 commit comments