pedroandrade/pushwoosh

he following component requires .NET Native compilation which is not available when targeting 'Windows10' and 'AnyCPU'.

Opened this issue · 0 comments

Hello,
I am using Ionic 2 and I amgetting this error:

Error   :
The following component requires .NET Native compilation which is not available when targeting 'Windows10' and 'AnyCPU'. 
Consider changing the targeted processor architecture to one of the following: 'x86, x64, ARM' 
(if you are using command line this could be done by adding '--archs' parameter, 
for example: 'cordova build windows --archs=x64'). C:\Users\endriazizi\Desktop\VIRGINAPP\virginrevolutionapp\platforms\windows\plugins\pushwoosh-cordova-plugin\PushSDK.winmd7

I already tried to lunch ionic build windows ----archs=x64
but still having this error.

My system information:

Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.11
Ionic CLI Version: 2.0.0-beta.37
Ionic App Lib Version: 2.0.0-beta.20
OS:
Node Version: v6.3.0

Any hints guys?