-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.38.0 Missing nullability type specifier #703
Comments
Hi @JanikReese I tried to reproduce this for our example application but could not do so on my end as an error. Can you check if the |
Hey @Aditi3 and thanks for your answer. This is also reproducible within a freshly created demo project. |
We have added this to our roadmap and will work on eliminating warnings from our SDK soon. Thanks again for bringing this to our attention @JanikReese |
Hi @JanikReese, Our latest release addresses the issue. We would appreciate it if you could give v4.38.1 a shot and let us know if it works. Thank you in advance! |
Hi @Aditi3, it seems to be working fine now. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-adjust](https://togithub.com/adjust/react_native_sdk) | [`^4.38.0` -> `^4.38.1`](https://renovatebot.com/diffs/npm/react-native-adjust/4.38.0/4.38.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-adjust/4.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-adjust/4.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-adjust/4.38.0/4.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-adjust/4.38.0/4.38.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adjust/react_native_sdk (react-native-adjust)</summary> ### [`v4.38.1`](https://togithub.com/adjust/react_native_sdk/blob/HEAD/CHANGELOG.md#Version-4381-30th-April-2024) [Compare Source](https://togithub.com/adjust/react_native_sdk/compare/v4.38.0...v4.38.1) ##### Added - Added sending of the additional iOS SDK observability parameters for debugging purposes. ##### Fixed - Removed nullability type specifier warnings ([https://github.com/adjust/ios_sdk/issues/703](https://togithub.com/adjust/ios_sdk/issues/703)). ##### Native SDKs - \[[email protected]]\[ios_sdk_v4.38.2] - \[[email protected]]\[android_sdk_v4.38.3] *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIm5wbSIsInJlbm92YXRlIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Satish Ravi <[email protected]>
iOS: 17.2
Adjust SDK: Upgraded from 4.37.0 to 4.38.0
Xcode: 15.2
We are seeing warning about missing nullability type specifier in
ADJUrlStrategy.h
andADJUtil.h
.Those warnings convert into build errors within the testing target and the module won't build.
The text was updated successfully, but these errors were encountered: