Skip to content

SDK-184 AuthFailure is missing Objc on its properties#976

Merged
joaodordio merged 1 commit intomasterfrom
fix/SDK-184-authfailure-is-missing-objc-on-its-properties
Nov 24, 2025
Merged

SDK-184 AuthFailure is missing Objc on its properties#976
joaodordio merged 1 commit intomasterfrom
fix/SDK-184-authfailure-is-missing-objc-on-its-properties

Conversation

@joaodordio
Copy link
Member

@joaodordio joaodordio commented Nov 24, 2025

🔹 Jira Ticket(s)

✏️ Description

  • Replaced @objc with @objcMembers on AuthFailure class to ensure properties are accessible from Objective-C

Fixes #959

Replaced @objc with @objcMembers on AuthFailure class to ensure properties are accessible from Objective-C
@joaodordio joaodordio self-assigned this Nov 24, 2025
@joaodordio joaodordio linked an issue Nov 24, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.43%. Comparing base (6e2fdec) to head (e7bb041).
⚠️ Report is 901 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #976       +/-   ##
===========================================
- Coverage   85.19%   69.43%   -15.76%     
===========================================
  Files          91      109       +18     
  Lines        6301     8916     +2615     
===========================================
+ Hits         5368     6191      +823     
- Misses        933     2725     +1792     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@Ayyanchira Ayyanchira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New learning! I thought @objc was enough!

@joaodordio joaodordio merged commit 6d7c911 into master Nov 24, 2025
12 of 13 checks passed
@joaodordio joaodordio deleted the fix/SDK-184-authfailure-is-missing-objc-on-its-properties branch November 24, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AuthFailure.swift is missing @objc on it's properties

2 participants