-
Notifications
You must be signed in to change notification settings - Fork 375
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
[question]: Multiple commands produce [...] #1485
Comments
Have the same problem. RN: 0.71.1, React: 18.2.0, OneSignal: 4.5.0 |
I was running in to the same issue, and here is how i solved it: In the Build Phases tab of your main target is a section called Embed Frameworks. This section includes |
Hello, I have same error only for M1. On intel it's working perfectly... The solution from @PatrickBokhove it's working. Thank you! |
same issue here... |
Lock on 4.5.0 version works for me (after that you need to force reinstall package and pods)
|
I still getting this erro... trying everything but no success.... |
I faced the same issue today, tried all the steps, and it is not working. Has anyone found (another) solution? |
same here |
Same here as well - running into this issue now when trying to install @PatrickBokhove comment doesn't look to be relevant for OneSignal |
Has anyone resolved this issue? Trying to use Firebase with |
This helped me for Firebase: https://stackoverflow.com/questions/72289521/swift-pods-cannot-yet-be-integrated-as-static-libraries-firebasecoreinternal-lib/74432488#74432488 TL;DR can just set specific Firebase dependencies rather than everything So my podfile looks something to this:
|
@quachdev My Podfile looks the same but I still have a problem |
I guess it is the best solution as mentioned here OneSignal/OneSignal-Flutter-SDK#551 (comment)
|
Hello, apologies for the delay here. Closing this as it looks like a couple of solutions have been presented. Please feel free to ping me if it still remains an issue. |
How can we help?
I've been getting the error:
Multiple commands produce '[path]/Build/Products/Debug-iphonesimulator/project.app/Frameworks/OneSignalOutcomes.framework'
and
Multiple commands produce '[path]/Build/Products/Debug-iphonesimulator/project.app/Frameworks/OneSignalCore.framework'
Does anyone know how to solve this?
Code of Conduct
The text was updated successfully, but these errors were encountered: