-
Notifications
You must be signed in to change notification settings - Fork 1.6k
On new build system, build failed for archive because of Multiple commands produce #2166
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
Comments
Remove pod 'Firebase' from the app extension target. This is likely an instance of the CocoaPods issue - CocoaPods/CocoaPods#8206. Workarounds include using the old build system or making sure that requested subspecs match between extension and main targets. However, to take a step back, I don't know of a reason to include pod 'Firebase' in an app extension target, so I recommend removing it and avoiding the CocoaPods bug completely. |
In our case, this issue can be solved by removing Firebase from the pod subspec of the unit test target. But then it complains "fail to find Firebase module", the solution of which is described in issue #16. |
Closing this since it's not actionable here. |
[READ] Step 1: Are you in the right place?
Yes.
[REQUIRED] Step 2: Describe your environment
same as #2165
[REQUIRED] Step 3: Describe the problem
following log when building for archive:
Steps to reproduce:
To run archive on new build system with the environment of #2165.
The text was updated successfully, but these errors were encountered: