Issue Binding IOS Xamarin

community, I am doing a kaltura sdk binding to use in xamarin form but it returns the following error when I try to create the configuration.

Could you give me some help?
{Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: *** -[NSBundle initWithURL:]: nil URL argument
Native stack trace:
0 CoreFoundation 0x000000011834a1cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000011916af41 objc_exception_throw + 48
2 CoreFoundation 0x00000001183beb95 +[NSException raise:format:] + 197
3 Foundation 0x000000010e5912b9 -[NSBundle initWithURL:] + 87
4 Foundation 0x000000010e59124f +[NSBundle bundleWithURL:] + 45
5 App8.iOS 0x00000001099ecf74 -[KPPlayerConfig bundle] + 111
6 App8.iOS 0x00000001099ecfc0 -[KPPlayerConfig getVersion] + 30
7 App8.iOS 0x00000001099ed1a3 -[KPPlayerConfig init] + 230
8 App8.iOS 0x00000001099ed260 -[KPPlayerConfig initWithServer:uiConfID:partnerId:] + 89
9 App8.iOS 0x00000001099ed495 -[KPPlayerConfig initWithDomain:uiConfID:partnerId:] + 71
10 App8.iOS 0x0000000109dfec69 xamarin_dyn_objc_msgSend + 217
11 ??? 0x000000013812d81f 0x0 + 5235726367

at ObjCRuntime.Runtime.ThrowNSException (System.IntPtr ns_exception) [0x00000] in /Users/builder/data/lanes/5024/152b654a/source/xamarin-macios/src/ObjCRuntime/Runtime.cs:332
at ObjCRuntime.Runtime.throw_ns_exception (System.IntPtr exc) [0x00000] in /Users/builder/data/lanes/5024/152b654a/source/xamarin-macios/runtime/Delegates.generated.cs:126
at (wrapper native-to-managed) ObjCRuntime.Runtime:throw_ns_exception (intptr)
— End of stack trace from previous location where exception was thrown —
at (wrapper managed-to-native) ApiDefinition.Messaging:IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr (intptr,intptr,intptr,intptr,intptr)
at LibKalturaSDK.KPPlayerConfig…ctor (System.String domain, System.String uiConfId, System.String partnerId) [0x00088] in C:\Users\Admin\Documents\Visual Studio 2017\Projects\LibKalturaSDK\LibKalturaSDK\obj\Debug\ios\LibKalturaSDK\KPPlayerConfig.g.cs:351
at App8.iOS.OpenTokViewRenderer.DoPublish () [0x00017] in C:\Users\Admin\Documents\Visual Studio 2015\Projects\App8\App8\App8.iOS\KalturaViewRenderer.cs:70 0 CoreFoundation 0x000000011834a1cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000011916af41 objc_exception_throw + 48
2 CoreFoundation 0x00000001183beb95 +[NSException raise:format:] + 197
3 Foundation 0x000000010e5912b9 -[NSBundle initWithURL:] + 87
4 Foundation 0x000000010e59124f +[NSBundle bundleWithURL:] + 45
5 App8.iOS 0x00000001099ecf74 -[KPPlayerConfig bundle] + 111
6 App8.iOS 0x00000001099ecfc0 -[KPPlayerConfig getVersion] + 30
7 App8.iOS 0x00000001099ed1a3 -[KPPlayerConfig init] + 230
8 App8.iOS 0x00000001099ed260 -[KPPlayerConfig initWithServer:uiConfID:partnerId:] + 89
9 App8.iOS 0x00000001099ed495 -[KPPlayerConfig initWithDomain:uiConfID:partnerId:] + 71
10 App8.iOS 0x0000000109dfec69 xamarin_dyn_objc_msgSend + 217
11 ??? 0x000000013812d81f 0x0 + 5235726367
}