You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to start my app on iOS, but get this exception
2024-11-15 13:48:33.806 MyApp.IOS[3349:1619377] Received unhandled Objective-C exception that was marshalled from a managed exception: Could not find the type 'ObjCRuntime.Registrar' in the assembly 'BranchSDK.iOSBinding'. (ObjCRuntime.RuntimeException)
at ObjCRuntime.RegistrarHelper.GetMapEntry(String assemblyName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 105
at ObjCRuntime.RegistrarHelper.GetMapEntry(Assembly assembly) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 93
at ObjCRuntime.RegistrarHelper.LookupRegisteredType(Assembly assembly, UInt32 id) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 199
at ObjCRuntime.Class.ResolveToken(Assembly assembly, Module module, UInt32 token) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 521
at ObjCRuntime.Class.ResolveFullTokenReference(UInt32 token_reference) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 449
at ObjCRuntime.Class.ResolveTokenReference(UInt32 token_reference, UInt32 implicit_token_type) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 486
at ObjCRuntime.Class.ResolveTypeTokenReference(UInt32 token_reference) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 454
at ObjCRuntime.Class.FindType(NativeHandle class, Boolean& is_custom_type) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 423
at ObjCRuntime.Class.Lookup(IntPtr klass, Boolean throw_on_error) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 222
at ObjCRuntime.Class.Lookup(IntPtr klass) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 213
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr, IntPtr sel, RuntimeMethodHandle method_handle, Boolean evenInFinalizerQueue) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1882
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr, IntPtr sel, RuntimeMethodHandle method_handle) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1860
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1855
at IOSNativeBranch.Branch.GetInstance(String branchKey)
at BranchSDK.BranchIOS.get_NativeBranch()
at BranchSDK.BranchIOS.Init(String branchKey, NSDictionary launchOptions, IBranchBUOSessionInterface callback)
at CardsIOS.AppDelegate.InitConfigurations(NSDictionary launchOptions) in /Users/pavelderevyankin/RiderProjects/MyApp.MobileApp/Cards.IOS/AppDelegate.cs:line 257
at CardsIOS.AppDelegate.WillFinishLaunching(UIApplication application, NSDictionary launchOptions) in /Users/pavelderevyankin/RiderProjects/MyApp.MobileApp/Cards.IOS/AppDelegate.cs:line 97
at CardsIOS.AppDelegate.Registrar_Callbacks.callback_9_CardsIOS_AppDelegate_WillFinishLaunching(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr p1, IntPtr* exception_gchandle)
Steps to reproduce
Build Project with branch-xamarin-linking-sdk/9.0.1
Start on real device
Get Error
Expected behavior
Just worked app =)
SDK Version
9.0.0
Make and Model
iPhone 11 Pro
OS
iOS 17.4.1
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello!
I tried to start my app on iOS, but get this exception
2024-11-15 13:48:33.806 MyApp.IOS[3349:1619377] Received unhandled Objective-C exception that was marshalled from a managed exception: Could not find the type 'ObjCRuntime.Registrar' in the assembly 'BranchSDK.iOSBinding'. (ObjCRuntime.RuntimeException)
at ObjCRuntime.RegistrarHelper.GetMapEntry(String assemblyName) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 105
at ObjCRuntime.RegistrarHelper.GetMapEntry(Assembly assembly) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 93
at ObjCRuntime.RegistrarHelper.LookupRegisteredType(Assembly assembly, UInt32 id) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/RegistrarHelper.cs:line 199
at ObjCRuntime.Class.ResolveToken(Assembly assembly, Module module, UInt32 token) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 521
at ObjCRuntime.Class.ResolveFullTokenReference(UInt32 token_reference) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 449
at ObjCRuntime.Class.ResolveTokenReference(UInt32 token_reference, UInt32 implicit_token_type) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 486
at ObjCRuntime.Class.ResolveTypeTokenReference(UInt32 token_reference) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 454
at ObjCRuntime.Class.FindType(NativeHandle class, Boolean& is_custom_type) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 423
at ObjCRuntime.Class.Lookup(IntPtr klass, Boolean throw_on_error) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 222
at ObjCRuntime.Class.Lookup(IntPtr klass) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Class.cs:line 213
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr, IntPtr sel, RuntimeMethodHandle method_handle, Boolean evenInFinalizerQueue) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1882
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr, IntPtr sel, RuntimeMethodHandle method_handle) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1860
at ObjCRuntime.Runtime.GetNSObject[Branch](IntPtr ptr) in /Users/builder/azdo/_work/1/s/xamarin-macios/src/ObjCRuntime/Runtime.cs:line 1855
at IOSNativeBranch.Branch.GetInstance(String branchKey)
at BranchSDK.BranchIOS.get_NativeBranch()
at BranchSDK.BranchIOS.Init(String branchKey, NSDictionary launchOptions, IBranchBUOSessionInterface callback)
at CardsIOS.AppDelegate.InitConfigurations(NSDictionary launchOptions) in /Users/pavelderevyankin/RiderProjects/MyApp.MobileApp/Cards.IOS/AppDelegate.cs:line 257
at CardsIOS.AppDelegate.WillFinishLaunching(UIApplication application, NSDictionary launchOptions) in /Users/pavelderevyankin/RiderProjects/MyApp.MobileApp/Cards.IOS/AppDelegate.cs:line 97
at CardsIOS.AppDelegate.Registrar_Callbacks.callback_9_CardsIOS_AppDelegate_WillFinishLaunching(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr p1, IntPtr* exception_gchandle)
Steps to reproduce
Expected behavior
Just worked app =)
SDK Version
9.0.0
Make and Model
iPhone 11 Pro
OS
iOS 17.4.1
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: