-
Notifications
You must be signed in to change notification settings - Fork 472
Can't use with windows. #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I too am experiencing this issue |
cc @kaiguo |
ReactNativeAsyncStorage.vcxproj : error MSB4057: The target "Deploy" does not exist in the project Please check under Solution Properties ->Configuration Properties -> Uncheck "Deploy" from AsyncStorage |
Can you run the following commands so we know more about the environment you're running this in? |
For me:
|
@exotexot unable to check deploy and it's also not selected |
I am having the same issue as @albertoaayala. And I am also unable to change "deploy" on asyncstorage in the solution properties. I am however able to run the project with AsyncStorage working when I build my solution with Visual Studio 2019, not the command line |
@chrisglein: Correct me if I'm wrong but this looks like we need to add support for RNW 0.62+. Is this something you (or your team) can handle? |
I've created a tracking issue in the RNW repo and we'll get someone to look at it. |
Can you add the following to the project (just anywhere towards the bottom, right before <Target Name="Deploy"/> |
@andreleon and @albertoaayala and @LionelHoudelier does that fix unblock you? |
@exotexot : @ALL : I've fixed it like that (all steps): this works on RN 0.62.2, I am not sure on 63.3
|
That’s incorrect. you Should use c++ based projects as they perform much better and you CAN add c# modules within a c++ environment. |
Yes you're right. but the problem was installing the C# Couchbase.Lite Package from NuGet in my C++ solution, even with a C# subproject in the solution but i mess something maybe. I tried this long, a long time ago and with the c# it was direct fine. Do you know if it would work? |
@chrisglein Yes what @asklar said to try has unblocked me. I am able to build my react-native windows project. |
Current behavior
Inside of the pch.h file its states it cant open source file: #include "winrt/ReactNativeAsyncStorage.h"
nope that sorted it self out now I get: ReactNativeAsyncStorage.vcxproj : error MSB4057: The target "Deploy" does not exist in the project
The text was updated successfully, but these errors were encountered: