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
@ryanlntn
× Building Solution: Microsoft.ReactNative.Managed.CodeGen -> C:\Users\princ\Desktop\React Native\myproject\node_...
× Build failed with message C:\Users\princ\Desktop\React Native\bnodypos\node_modules\react-native-windows\PropertySheets\ManagedCodeGen\Microsoft.ReactNative.Managed.CodeGen.targets(78,5): error MSB3073: The command "C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-windows\target\x64\Debug\Microsoft.ReactNative.Managed.CodeGen\publish\Microsoft.ReactNative.Managed.CodeGen.exe @C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-view-shot\windows\RNViewShot\obj\x64\Debug\RNViewShot.ReactNativeCodeGenRNViewShot.ReactNativeCodeGen.rsp" exited with code 9009. [C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-view-shot\windows\RNViewShot\RNViewShot.csproj]. Check your build configuration.
Command failed. Re-run the command with --logging for more information.
bug report
Version & Platform
Library version : "react-native-view-shot": "^3.0.8",
Platform : Windows 10 Pro
"react-native-view-shot": "^3.0.8",
**Platform:**Windows 10 Pro , "react-native": "0.76.5", "react-native-windows": "^0.76.0",
Expected behavior
Should build successful
Actual behavior
build failed with this given issue
Steps to reproduce the behavior
Simple install new project with @ryanlntn npx --yes @react-native-community/cli@latest init --version "latest"
after that install the react-native-view-shot latest or the "react-native-view-shot": "^3.0.8", after that add windows support in React native project usign yarn add react-native-windows@^0.76.0 and npx react-native init-windows --overwrite then start the project with npx react-native run-windows got this error while make build kindly give the solution i need this in my project
The text was updated successfully, but these errors were encountered:
feature request
@ryanlntn
× Building Solution: Microsoft.ReactNative.Managed.CodeGen -> C:\Users\princ\Desktop\React Native\myproject\node_...
× Build failed with message C:\Users\princ\Desktop\React Native\bnodypos\node_modules\react-native-windows\PropertySheets\ManagedCodeGen\Microsoft.ReactNative.Managed.CodeGen.targets(78,5): error MSB3073: The command "C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-windows\target\x64\Debug\Microsoft.ReactNative.Managed.CodeGen\publish\Microsoft.ReactNative.Managed.CodeGen.exe @C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-view-shot\windows\RNViewShot\obj\x64\Debug\RNViewShot.ReactNativeCodeGenRNViewShot.ReactNativeCodeGen.rsp" exited with code 9009. [C:\Users\princ\Desktop\React Native\myproject\node_modules\react-native-view-shot\windows\RNViewShot\RNViewShot.csproj]. Check your build configuration.
Command failed. Re-run the command with --logging for more information.
bug report
Version & Platform
Library version : "react-native-view-shot": "^3.0.8",
Platform : Windows 10 Pro
**Platform:**Windows 10 Pro , "react-native": "0.76.5", "react-native-windows": "^0.76.0",
Expected behavior
Should build successful
Actual behavior
build failed with this given issue
Steps to reproduce the behavior
Simple install new project with
@ryanlntn npx --yes @react-native-community/cli@latest init --version "latest"
after that install the react-native-view-shot latest or the "react-native-view-shot": "^3.0.8", after that add windows support in React native project usign yarn add react-native-windows@^0.76.0 and npx react-native init-windows --overwrite then start the project with npx react-native run-windows got this error while make build kindly give the solution i need this in my project
The text was updated successfully, but these errors were encountered: