New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release build #2
Comments
|
Yeah, we have released to AppStore with this module. no extra steps required. |
|
is it failing for you in the example app as well? |
|
Yes I can reproduce it with the example: gh repo clone popshoplive/react-native-shareplay
cd react-native-shareplay
yarn
cd example
yarn
cd ios && pod install && cd -
react-native run-ios --configuration Release |
|
@zhigang1992 Do you have the same version? |
|
That's odd, But our own project still works. I'll look into this a bit more tonight. |
|
Hi @zhigang1992, have you been able to take a look by any chance? Thanks |
|
@Minishlink sry I couldn't figure out what's going on yet. We are using expo for our project, this library works without any issue there https://github.com/zhigang1992/shareplay-example This is the simplest example that works fine in Release configuration. I'm not sure what's different from this example and example in this repo. I'll keep checking, but in the mean time. You can look into the example from above link as well. Maybe you'd have better luck spotting the differences. |
|
https://github.com/zhigang1992/shareplay-test-bare-rn it actually works in bare react-native project as well. |
|
Could reproduce the issue with bare react-native project on 0.64.2 but not on your test bare rn project so there's something between these versions. EDIT: Builds successfully on 0.65.2 |
|
Found the culprit :) |
Hello,
Thanks a lot for the project!
It compiles and works well in Debug configuration. But as soon as I switch to Release configuration I have the following errors:
It looks like it cannot find the GroupActivity framework.
I am on XCode 13.1. My app entitlements contain the Group Activities capability (com.apple.developer.group-session).
Have you built a project in Release configuration with your module? Have you made any additional steps?
The text was updated successfully, but these errors were encountered: