AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
625 stars 227 forks source link

Error when upload an app to app store apple #717

Closed ChrisNg02655332 closed 1 year ago

ChrisNg02655332 commented 1 year ago

Describe the bug seems there are some errors with the agora package with CFBundleShortVersionString must be 3 parts only not 4 can you fix it to complete the upload of the app?

Screenshots

Screenshot 2023-10-20 at 4 31 05 PM Screenshot 2023-10-20 at 4 28 31 PM

Additional context xcode: 15.0 react-native: "^0.71.6" react-native-agora: "^4.2.1"

radko93 commented 1 year ago

It is fixed in #716, for now you can set your version to 4.2.1

ChrisNg02655332 commented 1 year ago

It worked now. Thank you