Giphy / giphy-react-native-sdk

GIPHY React Native SDK
https://developers.giphy.com
Apache License 2.0
67 stars 25 forks source link

XCode build failing after latest update (3.0.0) #142

Closed timothyerwin closed 10 months ago

timothyerwin commented 11 months ago

🐛 Bug Report

Screenshot 2023-09-12 at 4 08 30 PM

To Reproduce

(Write your steps here:)

Update packages using ncu -u

 @giphy/react-components                      ^8.1.0  →    ^9.0.1
 @giphy/react-native-sdk                      ^2.4.2  →    ^3.0.0

Expected behavior

I expect it to build

Actual Behavior

Build fails even after cleaning, deleting derived, total rebuild, etc.

Your Environment

Reproducible Demo

pshoniuk commented 11 months ago

Hi @timothyerwin, thanks for the report! Have you tried reinstalling the pods from ios folder?

cd ios/
pod install

or

cd ios/
pod install --repo-update
github-actions[bot] commented 10 months ago

Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.