voxeet / voxeet-uxkit-reactnative

https://www.npmjs.com/package/@voxeet/react-native-voxeet-conferencekit
MIT License
11 stars 12 forks source link

Swift compiler error #59

Closed charleston10 closed 1 year ago

charleston10 commented 2 years ago

Describe the bug

Build failed I updated my mac and also xcode now the project keeps giving error when trying to build

Maybe I need to do a new configuration, can someone help me with this case?

image

Expected Behaviour

Build success

Steps to Reproduce the Problem

Xcode -> Product -> Build

Specifications

macOS Monterey 12.2 XCode 13.1 | 13.2 | 13.2.1 Swfit 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) react-native-voxeet-conferencekit 0.3.0 -- Dependency pod voxeet-uxkit-ios 1.6.0

FabienLavocat commented 2 years ago

Hi @charleston10,

The current version of the UXKit for React Native is using the iOS UXKit version 1.6.0 which is using the iOS SDK 3.3.0 and is only compatible with Xcode 13.1. Could you please make sure you are running the compiler with Xcode 13.1. We are working on updating the UXKit with the latest version of the iOS SDK and UXkit.

Fabien

codal-mpawar commented 2 years ago

@FabienLavocat we are facing the same issue. Can you please let us know when we expect the update? Same specifications as @charleston10 mentioned.

Screenshot 2022-03-01 at 3 05 45 PM

?

harpalCodal commented 2 years ago

@FabienLavocat any update for latest iPhone os support ?

FabienLavocat commented 2 years ago

Hi @codal-mpawar, the pull request #63 will fix the compatibility issue with the most recent version of Xcode.

codal-mpawar commented 2 years ago

@FabienLavocat Can you please let us know when we expect the updated SDK?

FabienLavocat commented 2 years ago

@codal-mpawar The UXKit will be updated and available on NPM within 24h.

FabienLavocat commented 2 years ago

The UXKit 0.3.1 has been released on NPM.JS.