Skip to content

Conversation

@ctrleffive
Copy link
Contributor

I was getting an error from Xcode while running the app with the package installed:

βœ” Installed pods and initialized Xcode workspace.
β€Ί Planning build

❌  error: Multiple commands produce '/Users/______/Library/Developer/Xcode/DerivedData/______-dsqsrgapxbjqamdwlxmfokevxuuy/Build/Products/Debug-iphonesimulator/react-native-multiple-image-picker/react_native_multiple_image_picker.framework/MultipleImagePicker.bundle':


    Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the ______ editor. (in target '______' from project '______')
    duplicate output file '/Users/______/Library/Developer/Xcode/DerivedData/______-dsqsrgapxbjqamdwlxmfokevxuuy/Build/Products/Debug-iphonesimulator/react-native-multiple-image-picker/react_native_multiple_image_picker.framework/MultipleImagePicker.bundle' on task: CpResource /Volumes/Programming/______/______/node_modules/@baronha/react-native-multiple-image-picker/ios/MultipleImagePicker.bundle /Users/______/Library/Developer/Xcode/DerivedData/______-dsqsrgapxbjqamdwlxmfokevxuuy/Build/Products/Debug-iphonesimulator/react-native-multiple-image-picker/react_native_multiple_image_picker.framework/MultipleImagePicker.bundle (in target 'react-native-multiple-image-picker' from project 'Pods')

β€Ί 1 error(s), and 2 warning(s)

Failed to build iOS project. "xcodebuild" exited with error code 65.
  • I was able to run the app after removing the duplicate entry from "Copy Bundle Resources" under "Build Phases" from Pods.
  • I made changes to the Podspec file to fix the manual work.

@baronha baronha merged commit 556373d into NitrogenZLab:main Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants