react-native-community / react-native-template-typescript

👾 Clean and minimalist React Native template for a quick start with TypeScript.
https://www.npmjs.com/package/react-native-template-typescript
MIT License
1.86k stars 398 forks source link

Command PhaseScriptExecution failed with a nonzero exit code #212

Closed GustavoMSevero closed 3 years ago

GustavoMSevero commented 3 years ago

Hi guys! I develop an app with RN, using typescript template. When I run "build" in Xcode, it builds success, but then I run "archive" to upload the app to App Store and i get this error:

Captura de Tela 2021-07-26 às 19 36 37

I didn't find no solution, until now to solve this problem. Here is my macOS configuration

System: OS: macOS 11.4 CPU: (8) arm64 Apple M1 Memory: 116.30 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.3 - /opt/homebrew/opt/node@14/bin/node Yarn: 1.22.10 - /opt/homebrew/bin/yarn npm: 6.14.13 - /opt/homebrew/opt/node@14/bin/npm Watchman: 2021.06.07.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.10.1 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: Not Found IDEs: Android Studio: 4.2 AI-202.7660.26.42.7486908 Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild Languages: Java: 11.0.11 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: 0.64.2 => 0.64.2 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

emin93 commented 3 years ago

Does this also happen when you create a vanilla project without this template?

npx react-native init MyApp
emin93 commented 3 years ago

Closing this for now, feel free to re-open if you still encounter the issue.