-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Archiving with different build configuraton - "framework not found QBImagePicker for architecture armv7" #191
Comments
have same issue with custom config schemes( |
@mizinin Have you had any luck getting around it? It's making me sad 😢 |
Getting the same issue. Can anybody solve it? |
Still getting this issue. Have tried using the cocoapods method as well as the manual embedding method but neither work. |
So I was right in that the frameworks aren't ending up in the right directory. I'm not sure how to actually fix this in a nice way, but I got around it by adding a Run Script phase to my project before "Compile Sources" which copies the frameworks over in to the correct directory so they can be found for linking.
Replace "Release-Staging" with the name of your custom build configuration. |
For me I think the problem was really just related to: facebook/react-native#11813 I fixed using the library: https://github.com/Thinkmill/react-native-schemes-manager |
this is the current react-native limitation. As a workaround, follow facebook/react-native#11813 (comment). After that, create another "User defined setting", name it for example: |
Version
Tell us which versions you are using:
Platform
Expected behaviour
Can build and Archive the project in an alternate build configuration.
Actual behaviour
Linker error:
Steps to reproduce
Has anyone run in to a similar issue? Seems like maybe the QBImagePicker framework isn't ending up in right build directory (
Release
instead ofRelease-Staging
).The text was updated successfully, but these errors were encountered: