You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple commands produce '/Users/expo/Library/Developer/Xcode/DerivedData/[REDACTED]/Build/Intermediates.noindex/ArchiveIntermediates/[REDACTED]/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/customerio_reactnative.framework'
#205
Open
Joaguirrem opened this issue
Jan 16, 2025
· 2 comments
error: Multiple commands produce '/Users/expo/Library/Developer/Xcode/DerivedData/[REDACTED]/Build/Intermediates.noindex/ArchiveIntermediates/[REDACTED]/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/customerio_reactnative.framework'
note: Target 'customerio-reactnative' (project 'Pods') has create directory command with output '/Users/expo/Library/Developer/Xcode/DerivedData/[REDACTED]/Build/Intermediates.noindex/ArchiveIntermediates/[REDACTED]/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/customerio_reactnative.framework'
note: Target 'customerio-reactnative.default-apn' (project 'Pods') has create directory command with output '/Users/expo/Library/Developer/Xcode/DerivedData/[REDACTED]/Build/Intermediates.noindex/ArchiveIntermediates/[REDACTED]/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/customerio_reactnative.framework'
Describe the bug
When attempting to archive the iOS app with a share extension included, the build fails due to a conflict with customerio-reactnative. The error indicates multiple commands are producing the same output directory for the framework. However, this issue does not occur during regular builds.
To Reproduce
Include customerio-expo-plugin and customerio-reactnative in the project dependencies.
Add a share extension to the project (expo-share-extension).
Attempt to archive the iOS app. I'm using Xcode 16.1 (16B40).
Thanks for reaching out and sharing the details. Apologies for any inconvenience this may have caused. Can you please try following steps to help resolve the issue?
Remove DerivedData folder and clear any other cached or build files and check if the issue still exists
If the issue persists, try reproducing it after temporarily removing useFrameworks: 'static'
If this resolves the issue and removing it is feasible, you can proceed without it
If the issue persists or you can't remove it, please let us know so we can explore other solutions to help resolve the problem
Appreciate the details you've provided and your patience as we work together to debug and address the root cause. Have a great day!
SDK version:
customerio-expo-plugin
:2.0.0-beta.1
customerio-reactnative
:4.2.1
expo-share-extension
:2.0.2
Environment:
Are logs available?
Describe the bug
When attempting to archive the iOS app with a share extension included, the build fails due to a conflict with
customerio-reactnative
. The error indicates multiple commands are producing the same output directory for the framework. However, this issue does not occur during regular builds.To Reproduce
customerio-expo-plugin
andcustomerio-reactnative
in the project dependencies.expo-share-extension
).Expected behavior
Archive successful.
Additional context
By making the following changes the archive finished successfully.
customerio-reactnative.podspec
The text was updated successfully, but these errors were encountered: