okta/okta-oidc-ios

Support for Vision OS

Opened this issue · 0 comments

Describe the bug?

While trying to compile our enterprise native iOS application that uses Okta SDK, we are running into the following errors during compilation:

Screenshot 2024-05-07 at 9 02 23 PM-1 (1)
Screenshot 2024-05-07 at 9 04 19 PM-1 (1)

The version of the Okta SDK we have used is : pod 'OktaOidc', '~> 3.11.2'

What is expected to happen?

We should be able to compile and run the application from Xcode and deploy it on Vision Pro.

What is the actual behavior?

Build fails during compilation.

Reproduction Steps?

As shown in the screenshots, import the SDK in one of the Swift files and try compiling it for Vision OS. You can also try running for Vision OS simulator, no need for the actual device.

Additional Information?

No response

SDK Version(s)

pod 'OktaOidc', '~> 3.11.2'

Build Information

No response