achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
170 stars 15 forks source link

[BUG]: In expo project, run:ios is ok, but build error, Can't merge pod_target_xcconfig for pod targets: ["expo-dev-menu", "Main", "ReactNativeCompatibles", "SafeAreaView", "Vendored"]. Singular build setting DEFINES_MODULE has different values. #99

Open ryzencool opened 1 month ago

ryzencool commented 1 month ago

Describe the bug [BUG]: In expo project, run:ios is ok, but build error, Can't merge pod_target_xcconfig for pod targets: ["expo-dev-menu", "Main", "ReactNativeCompatibles", "SafeAreaView", "Vendored"]. Singular build setting DEFINES_MODULE has different values.

To Reproduce build

Environment System: OS: macOS 14.6.1 CPU: (14) arm64 Apple M3 Max Memory: 228.61 MB / 36.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.11.1 path: ~/.nvm/versions/node/v20.11.1/bin/node Yarn: version: 1.22.1 path: ~/.volta/bin/yarn npm: version: 10.2.4 path: ~/.nvm/versions/node/v20.11.1/bin/npm Watchman: version: 2024.04.15.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms:

Additional context

image
achorein commented 6 days ago

not sure to understand. it's working well in local development but not for the EAS build ? do you have any logs about expo-share-intent in your logs ?

this mention "expo-dev-menu", have you tried a npx --yes expo-doctor@latest ?