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
I compiled the iOS application successfully, but the application crashes when opening. I don't know the Objective C language, but as far as I can tell, a variable named sdkVersionChar in the ADJPackageBuilder.m file is set incorrectly, so the strncpy function throws an error. You can see what I mean by looking at the xcode debug screenshot below.
react-native-adjust version: 4.29.3
By the way I resolved this issue changing sdkVersion variable definition like below in 310's line but i don't know can it break something else: