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:
// oldsdkVersion[21];
// newsdkVersion[50];
The text was updated successfully, but these errors were encountered:
Thanks for reporting this and for the detailed explanation. We'll try to address this as soon as we can (natively + update React Native SDK as well). Will keep you posted.
We have just released v4.29.4 update which should hopefully address this issue. Feel free to give it a shot and let us know if it fixed the issue you were facing with or is it still present.
We have just released v4.29.4 update which should hopefully address this issue. Feel free to give it a shot and let us know if it fixed the issue you were facing with or is it still present.
Hey,
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:
The text was updated successfully, but these errors were encountered: