IOS compiler error: phonegap-plugin-csdk-client-auth

Hello

I try to use the creative image SDK editor in my iOS application that has a dependency on the plug-in phonegap-plugin-csdk-client-auth. When I get this plugin, I get the following generation problem:

Cannot install "phonegap-plugin-csdk-client-auth": CordovaError: Uh oh!

Cannot find the resource file ' / private/project/Cordoba/plugins/phonegap-plugin-csdk-client-auth/src/ios/AdobeCreativeS DKFrameworks/AdobeCreativeSDKCore.framework/Versions/A/Resources/AdobeCreativeSDKCoreResou rces.bundle ' for the plugin phonegap-plugin-csdk-client-auth in the iOS platform

Could you let me know what the problem is. Here's the complete build log:

Construction date: 2016-09-19 05:34:05-0700

--------------------------------------------------------------------------------

OUTPUT OF THE PLUGIN

--------------------------------------------------------------------------------

Retrieve the "cordova-plugin-camera" plugin through the Museum

Installation "cordova-plugin-camera" to "2.3.0" for ios

Retrieve the "cordova-plugin-compat" plugin through the Museum

Installation "cordova-plugin-compat' to '1.0.0' for ios

Retrieve the plugin 'cordova-plugin-device' through the Museum

Installation 'cordova-plugin-device' to '1.1.3' for ios

Retrieve the "cordova-plugin-file" plugin through the Museum

Installation "cordova-plugin-leader", "4.3.0" for ios

Plugin dependent "cordova-plugin-compat' already installed on ios.

The storage location persistent Android now default "internal". Please check this plugins README to see if your application requires any change in the config.xml file.

In the case of a new application is required.

If it is an update of an existing application that did not specify a 'AndroidPersistentFileLocation', you may need to add:

"< ="AndroidPersistentFileLocation"value ="Compatibility"option name" / > ""

in the config.xml file so that the application search for files previously stored.

Retrieve the "cordova-plugin-file transfer" plugin through the Museum

Installation "cordova-plugin-file transfer" to "1.6.0" for ios

Plugin dependent "cordova-plugin-file' already installed on ios.

Retrieve the plugin "cordova-plugin-network-information" through the Museum

Installation "cordova-plugin-network-information", to "1.3.0" for ios

Retrieve the "cordova-plugin-Geolocation" plugin through the Museum

Installation "cordova-plugin-Geolocation" to "2.3.0" for ios

Plugin dependent "cordova-plugin-compat' already installed on ios.

Retrieve the "cordova-plugin-inappbrowser" plugin via the NPM

Installation "cordova-plugin-inappbrowser" to "1.5.0" for ios

Retrieve the plugin 'cordova-plugin-globalization' through the Museum

Installation "cordova-plugin-globalization" to "1.0.4" for ios

Retrieve the "cordova-plugin-whitelist" plugin through the Museum

Installation "cordova-plugin-whitelist" to "1.3.0" for ios

Plugin rΘcupΦre " " https://github.com/gustavocampos/PhoneGap-plugin-Barcodescanner "via git clone "

Shallow clone using

Repository " " https://github.com/gustavocampos/PhoneGap-plugin-Barcodescanner "extract to git 'master' to 'c 458986' Ref. "

Installation "phonegap-plugin-barcodescanner" to "5.0.1" for ios

Retrieve the "cordova-plugin-keyboard" plugin through the Museum

Installation "cordova-plugin-keyboard" to "1.1.4" for ios

Retrieve the "cordova-plugin-uniquedeviceid" plugin via the NPM

Installation "cordova-plugin-uniquedeviceid" to "1.3.2" for ios

Retrieve the plugin "statusbar-plugin-cordova" through the Museum

Installation "cordova-plugin-statusbar' to '2.2.0' for ios

Retrieve the "sqli-cordova-disk-space-plugin" plugin through the Museum

Installation "sqli-cordova-disk-space-plugin" to "1.0.0" for ios

"plugman install - ios - project/project plugin--phonegap-plugin-csdk-client-auth@~1.0.0--var CSDK_CLIENT_ID_IOS = 7ef1943e9d584c2bb3fa4c6d5c76ea2f - CSDK_CLIENT_SECRET_IOS var platform = 772edd62-1267-461f-b6c7-1ae19f7d9158--var CSDK_CLIENT_ID_ANDROID = f6e8036c859f45b68eec452098ae68cf - CSDK_CLIENT_SECRET_ANDROID = 9b8626d8-3f92-4628-87b1-c39d53d0932a var": retrieve the plugin "phonegap-plugin-csdk-client-auth@~1.0.0" through the Museum

Installation "phonegap-plugin-csdk-client-auth' to '1.0.2' for ios

Error during the processing of the action! Attempt to return...

Cannot install "phonegap-plugin-csdk-client-auth": CordovaError: Uh oh!

Cannot find the resource file ' / private/project/Cordoba/plugins/phonegap-plugin-csdk-client-auth/src/ios/AdobeCreativeS DKFrameworks/AdobeCreativeSDKCore.framework/Versions/A/Resources/AdobeCreativeSDKCoreResou rces.bundle ' for the plugin phonegap-plugin-csdk-client-auth in the iOS platform

to handlers.resource - file.install (/ private/project/cordova/lib/plugman/pluginHandlers.js:53:48)

at Object.ActionStack.process (/ private/project/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)

at PluginManager.doOperation (/ private/project/cordova/node_modules/cordova-common/src/PluginManager.js:117:20)

at PluginManager.addPlugin (/ private/project/cordova/node_modules/cordova-common/src/PluginManager.js:147:17)

at Api.addPlugin (/ private/project/cordova/Api.js:219:10)

at handleInstall (/ usr/local/lib/node_modules/bmp-plugman/node_modules/bmp-cordova-lib/src/plugman/install .js:580:6)

to/usr/local/lib/node_modules/bmp-plugman/node_modules/bmp-cordova-lib/src/plugman/install. js:384:20

at _fulfilled (/ usr/local/lib/node_modules/pgb-plugman/node_modules/q/q.js:787:54)

at self.promiseDispatch.done (/ usr/local/lib/node_modules/pgb-plugman/node_modules/q/q.js:816:30)

at Promise.promise.promiseDispatch (/ usr/local/lib/node_modules/pgb-plugman/node_modules/q/q.js:749:13)

Uh oh!

Cannot find the resource file ' / private/project/Cordoba/plugins/phonegap-plugin-csdk-client-auth/src/ios/AdobeCreativeS DKFrameworks/AdobeCreativeSDKCore.framework/Versions/A/Resources/AdobeCreativeSDKCoreResou rces.bundle ' for the plugin phonegap-plugin-csdk-client-auth in the iOS platform

Have a look at the readme, it seems you're supposed to download framework files manually before installing the plugin, which is obviously a problem for PhoneGap Build. I ping someone on this issue, apparently the CSDK framework files are too big to github, but we are looking at ways to address this issue. But unfortunately I think that for the moment BMPS to bear not only pugin.

Tags: PhoneGap

Similar Questions

  • Android compilation error: phonegap-plugin-csdk - image editor

    Hello

    I try to use the NPM-plugin: phonegap-plugin-csdk - editor of images in my android app. When I add this plugin for my project, I get the following problem:

    : transformClassesWithMultidexlistForRelease FAILED

    Could you tell me what is the problem? Complete build log is shown below:

    Construction date: 2016-09-19 12:34:35 + 0000

    Configuration on demand is a function of incubation.

    Java incremental compilation is a feature in incubation.

    : pre-compiled updated

    : preReleaseBuild updated

    : checkReleaseManifest

    : preDebugBuild updated

    : CordovaLib:preBuild updated

    : CordovaLib:preDebugBuild updated

    : CordovaLib:compileDebugNdk updated

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:compileDebugAidl

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:mergeDebugShaders

    : CordovaLib:compileDebugShaders

    : CordovaLib:generateDebugAssets

    : CordovaLib:mergeDebugAssets

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:incrementalDebugJavaCompilationSafeguard

    : CordovaLib:compileDebugJavaWithJavac

    : CordovaLib:compileDebugJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForDebug

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

    : CordovaLib:mergeDebugJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForDebug

    : CordovaLib:transformNative_libsWithSyncJniLibsForDebug

    : CordovaLib:bundleDebug

    : CordovaLib:preReleaseBuild updated

    : CordovaLib:compileReleaseNdk updated

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:compileReleaseAidl

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:mergeReleaseShaders

    : CordovaLib:compileReleaseShaders

    : CordovaLib:generateReleaseAssets

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:incrementalReleaseJavaCompilationSafeguard

    : CordovaLib:compileReleaseJavaWithJavac

    : CordovaLib:compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:transformResourcesWithMergeJavaResForRelease

    : CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease

    : CordovaLib:mergeReleaseJniLibFolders

    : CordovaLib:transformNative_libsWithMergeJniLibsForRelease

    : CordovaLib:transformNative_libsWithSyncJniLibsForRelease

    : CordovaLib:bundleRelease

    : prepareBarcodescannerLibrary

    : prepareComAdobeCreativesdkAndroidSharedAndroidShared006Library

    : prepareComAdobeCreativesdkAndroidSharedCommonCommonUi115Library

    : prepareComAdobeCreativesdkFoundationAuth091062Library

    : prepareComAdobeCreativesdkImage463Library

    : prepareComAdobeCreativesdkImageNative11335Library

    : prepareComAndroidSupportAnimatedVectorDrawable2340Library

    : prepareComAndroidSupportAppcompatV72340Library

    : prepareComAndroidSupportCardviewV72340Library

    : prepareComAndroidSupportDesign2340Library

    : prepareComAndroidSupportMultidex101Library

    : prepareComAndroidSupportPaletteV72340Library

    : prepareComAndroidSupportRecyclerviewV72340Library

    : prepareComAndroidSupportSupportV42411Library

    : prepareComAndroidSupportSupportVectorDrawable2340Library

    : prepareComGetbaseFloatingactionbutton1100Library

    : prepareComGithubFengdaiAlertdialogproCore026Library

    : prepareComGithubFengdaiAlertdialogproThemeMaterial026Library

    : prepareComGoogleAndroidGmsPlayServicesBase840Library

    : prepareComGoogleAndroidGmsPlayServicesBasement840Library

    : prepareComInfstoryProguardAnnotations102Library

    : prepareComJakewhartonRxbindingRxbinding040Library

    : prepareComJakewhartonRxbindingRxbindingAppcompatV7040Library

    : prepareComJakewhartonRxbindingRxbindingSupportV4040Library

    : prepareComLocalyticsAndroidLibrary380Library

    : prepareComSothreeSlidinguppanelLibrary300Library

    : prepareComTimehopStickyheadersrecyclerviewLibrary043Library

    : prepareComTrelloRxlifecycle061Library

    : prepareComTrelloRxlifecycleComponents061Library

    : prepareDeHdodenhofCircleimageview200Library

    : prepareIoReactivexRxandroid120Library

    : prepareItSephirothAndroidExifAndroidExifExtended106Library

    : prepareItSephirothAndroidLibraryAbAbTest205Library

    : prepareItSephirothAndroidLibraryDisklrumulticacheDisklrumulticache108Library

    : prepareItSephirothAndroidLibraryImagezoomImagezoom225Library

    : prepareItSephirothAndroidLibraryPicassoPicasso2524bLibrary

    : prepareItSephirothAndroidLibraryTargettooltipTargetTooltipLibrary1314Library

    : prepareItSephirothAndroidLibraryViewrevealanimatorViewRevealAnimator114Library

    : prepareItSephirothRxbroadcast002Library

    : prepareProjectCordovaLibUnspecifiedReleaseLibrary

    : prepareReleaseDependencies

    : compileReleaseAidl

    : compileReleaseRenderscript

    : generateReleaseBuildConfig

    : mergeReleaseShaders

    : compileReleaseShaders

    : generateReleaseAssets

    : mergeReleaseAssets

    : generateReleaseResValues

    : generateReleaseResources

    : mergeReleaseResources

    : processReleaseManifest

    : processReleaseResources

    : generateReleaseSources

    : incrementalReleaseJavaCompilationSafeguard

    : compileReleaseJavaWithJavac

    : compileReleaseJavaWithJavac - is not progressive (for example outputs have changed, no previous execution, etc.).

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use operations dangerous or not.

    Note: Recompile with - Xlint: unchecked for more details.

    : compileReleaseNdk updated

    : compileReleaseSources

    : prePackageMarkerForRelease

    : transformClassesWithJarMergingForRelease

    : collectReleaseMultiDexComponents

    : transformClassesWithMultidexlistForRelease

    ProGuard, version 5.2.1

    Jar of reading program [/ project/build/intermediates/transforms/jarMerging/release/jars/1/1f/combined.jar]

    Reading library jar [/ android-sdk/build-tools/24.0.1/lib/shrinkedAndroid.jar]

    Prepare the pot out [/ project/build/intermediates/multi-dex/release/componentClasses.jar]

    Copy the jar of program resources [/ project/build/intermediates/transforms/jarMerging/release/jars/1/1f/combined.jar]

    : transformClassesWithMultidexlistForRelease FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithMultidexlistForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.24.amzn1.x86_64/bin/java "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 28,992

    Error: / project/gradlew: command failed with error code 1 output output:

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    Note: Some input files use operations dangerous or not.

    Note: Recompile with - Xlint: unchecked for more details.

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': transformClassesWithMultidexlistForRelease'.

    > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: process 'command' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.24.amzn1.x86_64/bin/java "finished with the value 1 at zero output

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    at ChildProcess.whenDone (/ project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)

    at emitTwo (events.js:87:13)

    at ChildProcess.emit (events.js:172:7)

    to maybeClose (internal / child_process.js:818:16)

    to Process.ChildProcess._handle.onexit (internal / child_process.js:211:5)

    Yes, I'll work on the official BarcodeScanner plugin to make sure that it is not incompatible with plugins CSDK.

  • URLRequest (?) compiler error IOS

    I noticed a mistake that occurs only after I exported in my iPhone for additional tests.

    I have a function on my App that tests if the user has access to the internet so that they can use additional features (log in, scores, updates, etc.). Please note that theerror that it does NOT occur if I run the application as a .swf. The .swf works fine. Before ask you, yes my phone is currently online. In fact, a previous version of my application, I did in Flash can connect to the internet, but my recently 'upgraded to Animate"version cannot. Same code. I use the latest available SDK (22.0.0.153)

    Here is the code because I know someone will ask. I am sure that it is a kind of question when the .swf is converted into a .ipa, so I doubt anyone can help me other than the folk of Adobe... which I hope to see this and to provide assistance, so I can get out an update. I've been using this code example for these past two years with great success, but now all of a sudden it doesn't work.

    function onlinechecker() {}

    var onlineloader:URLLoader = new URLLoader;

    onlineloader.dataFormat = pouvez;

    var onlinetest:URLRequest = new URLRequest ("http://www.smileycrewproductions.com/scparacde/scripts/arcade-onlinetest.php");

    onlineloader. Load (onlinetest);

    function runonlinetest(event:Event) {}

    online = event.target.data.online;

    checkadmeasure()}

    onlineloader.addEventListener (Event.COMPLETE, runonlinetest);

    }

    It is not easy to give an answer when given of misleading information.  for example, or code snippets that you have posted will compile even under any version of air.  It is likely that you have failed some of your code and making it more difficult to debug.

    It is even doubtful that your title is correct as (far as I know) there is no 'new' compiler error in SDK sdk 22 vs 17.  so, if you really have the varialbe "online" typed in the scope of your code posted somewhere, there will be no compiler error in 17 and none in the 22 sdk sdk.

    who says:

    (1) to install previous versions of app: just after the point 1/2 towards the bottom of the page is a portal showing how to install previous versions, https://helpx.adobe.com/creative-cloud/help/download-install-app.html

    (2) for other SDK, find and download archived Adobe AIR SDK versions

    (3) once fix you the problems and see no compiler error (if you don't really see everything), you will probably meet most of your problem: a failure of your application to work when it is installed because of updated air for safety (from the air 20) ios app that you can resolve by updating your app descriptor by adding :

    NSAppTransportSecurity

    NSExceptionDomains

    smileycrewproductions.com

    NSIncludesSubdomains

    NSTemporaryExceptionAllowsInsecureHTTPLoads

    NSTemporaryExceptionMinimumTLSVersion

    TLSv1.1

    ]]>

  • Conflict beetween cordova-plugin-facebook4 &amp; cordova-plugin-facebook4 phonegap-plugin-push

    Hello

    I've been using Phonegap to build for a couple of years and it's a great tool. It is the first time that I can't understand what is happening.

    If I add the following plugins, one at a time the construction is successful, but if I put all the build fails

    1. Cordova-plugin-facebook4
    2. PhoneGap-plugin-push

    Here is my file config.xml

    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >

    < widget id = "com.x.x" version = "1.0.1" xmlns =" " http://www.w3.org/ns/widgets "xmlns:gap =" " http://PhoneGap.com/ns/1.0 "versionCode ="1"> "

    < name > X < / name >

    < description >

    App Móvil del Lider for sale Electronica

    < / description >

    " < author email = ' [email protected] "href =" http://www.x.com.ar/ ">

    x

    < / author >

    " < author href = ' http://www.x.com.ar/ "email =" " [email protected] "> "

    x

    < / author >

    < src = "index.html" / content >

    < access origin = "*" / >

    < name of option = "webviewbounce" value = "false" / >

    < name of option = "UIWebViewBounce" value = "false" / >

    < name of option = "DisallowOverscroll" value = "true" / >

    < name of option = "android-minSdkVersion" value = "16" / >

    < name of option = "BackupWebStorage" value = "none" / >

    < name of option = "phonegap-version" value = "cli - 5.2.0" / >

    < name of option = value "android-build-tool" = "gradle" / >

    < src = "icon.png icon" / > "

    "< src="res/icon/android/icon-36-ldpi.png icon "gap: platform = gap: qualifier 'android' ="ldpi"/ >

    "< src="res/icon/android/icon-48-mdpi.png icon "gap: platform = gap: qualifier"android"="mdpi"/ >

    "< src="res/icon/android/icon-72-hdpi.png icon "gap: platform = gap: qualifier 'android' ="hdpi"/ >

    "< src="res/icon/android/icon-96-xhdpi.png icon "gap: platform = gap: qualifier 'android' ="xhdpi"/ >

    "< src="res/icon/ios/icon-57.png icon "gap: platform ="ios"width ="57"height ="57"/ >

    "< icon src="res/icon/ios/icon-72.png "gap: platform ="ios"width ="72"height ="72"/ >

    "< src="res/icon/ios/icon-57-2x.png icon "gap: platform ="ios"width ="114"height ="114"/ >

    "< src="res/icon/ios/icon-72-2x.png icon "gap: platform ="ios"width ="144"height ="144"/ >

    "< icon src="res/icon/ios/icon-certify-76.png "gap: platform ="ios"width ="76"height ="76"/ >

    "< src="res/icon/ios/icon-certify-120.png icon "gap: platform ="ios"width ="120"height ="120"/ >

    "< src="res/icon/ios/icon-certify-152.png icon "gap: platform ="ios"width ="152"height ="152"/ >

    < name of option = "SplashScreen" value = "none" / >

    <!-set the screen for starting application for each platform. ->

    "< src="res/screen/android/screen-ldpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-ldpi"/ >

    "< src="res/screen/android/screen-mdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-mdpi"/ >

    "< src="res/screen/android/screen-hdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-hdpi"/ >

    "< src="res/screen/android/screen-xhdpi-portrait.png gap: splash "gap: platform = gap: qualifier 'android' ="port-xhdpi"/ >

    "< src="res/screen/blackberry/screen-225.png gap: splash "gap: platform ="blackberry"/ >

    "< src="res/screen/ios/screen-iphone-portrait.png gap: splash "gap: platform ="ios"width ="320"height ="480"/ >

    "< src="res/screen/ios/screen-iphone-portrait-2x.png gap: splash "gap: platform ="ios"width ="640"height ="960"/ >

    "< src="res/screen/ios/screen-iphone-portrait-568h-2x.png gap: splash "gap: platform ="ios"width ="640"height ="1136"/ >

    "< src="res/screen/ios/screen-ipad-portrait.png gap: splash "gap: platform ="ios"width ="768"height ="1024"/ >

    "< src="res/screen/ios/screen-ipad-landscape.png gap: splash "gap: platform ="ios"width ="1024"height ="768"/ >

    "< src="res/screen/windows-phone/screen-portrait.jpg gap: splash "gap: platform ="winphone"/ >

    < src = "" splash.png gap: splash "/ >"

    < name of the function "Θtat bar" = >

    < param name = 'ios-package' value = 'CDVStatusBar"onload ="true"/ >

    < / fiction >

    < access origin = "*" / >

    <! - added the following intentions to support the withdrawal of the code of the white base cordova to a plugin list - >

    <!-white list configuration. Refer to -> https://cordova.apache.org/docs/en/edge/guide_appdev_whitelist_index.md.html

    < name of the ditch: plugin = "cordova-plugin-whitelist" version = "1.2.2" source = "MNP" / >

    " < allow intention href = ' http://*/* "/>

    " < allow intention href = ' https://*/* "/>

    < allow intention href = "Tel: *" / >

    < allow intention href = "sms: *" / >

    < allow intention href = "mailto:*" / >

    < allow intention href = "geo: *" / >

    < platform name = "android" >

    < allow intention href = "market: *" / >

    < / platform >

    < platform name = "ios" >

    < allow intention href = "itms: *" / >

    < allow intention href = "itms-apps: *" / >

    < / platform >

    < name = "com.telerik.plugins.nativepagetransitions plugin" source = "MNP" / > "

    < name of the ditch: plugin = "cordova-plugin-x-socialsharing" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-inappbrowser" source = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-facebook4' source = 'MNP' version = "1.7.4" >

    < param name = "APP_ID" value = "X" / >

    < param name = 'APP_NAME' value = 'X' / >

    < / gap: plugin >

    < name of the ditch: plugin = 'phonegap-plugin-push' source = 'MNP' version = "1.5.3" >

    < param name = "SENDER_ID" value = "X" / >

    < / gap: plugin >

    < gap: plugin name = "org.apache.cordova.device" / > "

    < name of the ditch: plugin = "cordova-plugin-x-toast" source = "MNP" / >

    < name of the ditch: plugin = "Ionic-plugin-keyboard" version = "2.1.0" source = "MNP" / >

    < / widget >

    And the error log is the following. Can someone help me? Thanks in advance

    Construction date: 2016-10-01 18:06:18 + 0000

    --------------------------------------------------------------------------------

    OUTPUT OF THE PLUGIN

    --------------------------------------------------------------------------------

    Installation of "org.apache.cordova.device" to "0.3.0" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation "cordova-plugin-whitelist" to "1.2.2" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    This plugin is applicable for versions of cordova-android higher than 4.0. If you have an earlier version of the platform, you do * not * need this plugin because the white list will be built.

    Retrieve the "cordova-plugin-x-socialsharing" plugin via the NPM

    Installation "cordova-plugin-x-socialsharing" to "5.1.3" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the "cordova-plugin-inappbrowser" plugin via the NPM

    Installation "cordova-plugin-inappbrowser" to "1.5.0" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation "cordova-plugin-facebook4' to '1.7.4" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation 'phonegap-plugin-push' to '1.5.3"for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the "cordova-plugin-x-toast" plugin through the Museum

    Installation "cordova-plugin-x-toast" to "2.5.2" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "[email protected]" through the Museum

    Installation 'Ionic-plugin-keyboard""2.1.0"for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    Retrieve the plugin "com.telerik.plugins.nativepagetransitions" through the Museum

    Installation of "com.telerik.plugins.nativepagetransitions" to "0.6.5" for android

    Using this version of Cordoba with an older version of cordova-android is removed. Consider the upgrade to [email protected] or newer.

    --------------------------------------------------------------------------------

    COMPILATION OUTPUT

    --------------------------------------------------------------------------------

    Build the option-"unrecognized (ignore).

    Running: / project/gradlew cdvBuildDebug b /project/build.gradle-Dorg.gradle.daemon=true - PcdvBuildMultipleApks = false - PcdvVersionCode = 1

    Configuration on demand is a function of incubation.

    : stretch

    : compileDebugNdk

    : preDebugBuild

    : checkDebugManifest

    : preReleaseBuild

    : CordovaLib:compileLint

    : CordovaLib:copyDebugLint updated

    : CordovaLib:mergeDebugProguardFiles

    : CordovaLib:preBuild

    : CordovaLib:preDebugBuild

    : CordovaLib:checkDebugManifest

    : CordovaLib:prepareDebugDependencies

    : CordovaLib:compileDebugAidl

    : CordovaLib:compileDebugRenderscript

    : CordovaLib:generateDebugBuildConfig

    : CordovaLib:generateDebugAssets updated

    : CordovaLib:mergeDebugAssets

    : CordovaLib:generateDebugResValues

    : CordovaLib:generateDebugResources

    : CordovaLib:packageDebugResources

    : CordovaLib:processDebugManifest

    : CordovaLib:processDebugResources

    : CordovaLib:generateDebugSources

    : CordovaLib:compileDebugJavaNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processDebugJavaRes updated

    : CordovaLib:packageDebugJar

    : CordovaLib:compileDebugNdk

    : CordovaLib:packageDebugJniLibs updated

    : CordovaLib:packageDebugLocalJar updated

    : CordovaLib:packageDebugRenderscript updated

    : CordovaLib:bundleDebug

    : CordovaLib:copyReleaseLint updated

    : CordovaLib:mergeReleaseProguardFiles

    : CordovaLib:preReleaseBuild

    : CordovaLib:checkReleaseManifest

    : CordovaLib:prepareReleaseDependencies

    : CordovaLib:compileReleaseAidl

    : CordovaLib:compileReleaseRenderscript

    : CordovaLib:generateReleaseBuildConfig

    : CordovaLib:generateReleaseAssets updated

    : CordovaLib:mergeReleaseAssets

    : CordovaLib:generateReleaseResValues

    : CordovaLib:generateReleaseResources

    : CordovaLib:packageReleaseResources

    : CordovaLib:processReleaseManifest

    : CordovaLib:processReleaseResources

    : CordovaLib:generateReleaseSources

    : CordovaLib:compileReleaseJavaNote: entry files use or replace an obsolete API.

    Note: Recompile with - Xlint: deprecation for more details.

    : CordovaLib:processReleaseJavaRes updated

    : CordovaLib:packageReleaseJar

    : CordovaLib:compileReleaseNdk

    : CordovaLib:packageReleaseJniLibs updated

    : CordovaLib:packageReleaseLocalJar updated

    : CordovaLib:packageReleaseRenderscript updated

    : CordovaLib:bundleRelease

    : prepareComAndroidSupportCardviewV72340Library

    : prepareComAndroidSupportCustomtabs2340Library

    : prepareComAndroidSupportSupportV132340Library

    : prepareComAndroidSupportSupportV42340Library

    : prepareComFacebookAndroidFacebookAndroidSdk4141Library

    : prepareComGoogleAndroidGmsPlayServicesBase940Library

    : prepareComGoogleAndroidGmsPlayServicesBasement940Library

    : prepareComGoogleAndroidGmsPlayServicesGcm940Library

    : prepareComGoogleAndroidGmsPlayServicesIid940Library

    : prepareComGoogleAndroidGmsPlayServicesTasks940Library

    : prepareProjectCordovaLibUnspecifiedDebugLibrary

    : prepareDebugDependencies

    : compileDebugAidl

    : compileDebugRenderscript

    : generateDebugBuildConfig

    : generateDebugAssets updated

    : mergeDebugAssets

    : generateDebugResValues

    : generateDebugResources

    : mergeDebugResources

    : processDebugManifest

    : processDebugResourcesWarning: AndroidManifest.xml sets already debuggable (in http://schemas.android.com/apk/res/android); with existing value in manifest.

    Failure of the generation of table of resources to do a separation "

    /Project/build/intermediates/RES/debug/values-v23/values.XML:6: error: error: no resource only for the name found (at 'cardBackgroundColor' with value '? android: attr / colorBackgroundFloating').

    FAILED

    FAILED: Build failed with an exception.

    * What went wrong:

    The execution of the task failed ': ' processDebugResources.

    > com.android.ide.common.internal.LoggedErrorException: unable to run the command:

    /Android-SDK/build-tools/24.0.1/AAPT package - f - no - crunch - I /android-sdk/platforms/android-22/android.jar - M /project/build/intermediates/manifests/full/debug/AndroidManifest.xml s/project/build/intermediates/res/debug - a/project/build/intermediates/assets/debug m-J/project/build/generated/source/r/debug f /project/build/intermediates/res/resources-debug.ap_--debug mode - custom package com.rii.test - 0 apk - output-text-symbols/project/build/intermediates/symbols/debug

    Error code:

    1

    Output:

    Warning: AndroidManifest.xml sets already debuggable (in http://schemas.android.com/apk/res/android); with existing value in manifest.

    Failure of the generation of table of resources to do a separation "

    /Project/build/intermediates/RES/debug/values-v23/values.XML:6: error: error: no resource only for the name found (at 'cardBackgroundColor' with value '? android: attr / colorBackgroundFloating').

    * Try:

    Run with the option - stacktrace to get stack trace. Run with the option - info or - debug option to get out of the newspaper.

    BUILD FAILED

    Total time: dry 7,751

    /Project/Cordova/node_modules/q/q.js:126

    throw e;

    ^

    Error code 1 for command: / project/gradlew with args: lse cdvBuildDebug,-b,/project/build.gradle,-Dorg.gradle.daemon=true,-PcdvBuildMultipleApks=fa,-PcdvVersionCode = 1

    After a few days, I found the solution

    I changed from BMP to use the latest version of cordova

    And added lines

  • Outside regs, reg 1239 compiler error

    I installed LV2009 and trying to open the version 8.6 vi.

    I get a message "compilation error. Report this problrm to Technical Support from National Instruments. off-regs - no release candidate has found, reg 1239! »

    32-bit client of Labview on Win 7 64 bit and Win Server 2008 64 bit give the same error.

    The attached code.

    Technical support NOR suggested installation LV 2009 service pack 1, which fixed the problem.

  • WARNING: Type created with compilation errors. SQL: oracle 11 g 2

    I am creating a client of agent service and subtype-supertype and supervisor, so that they can the intrinsic values, however when I try to run it in oracle sql: a message appears

    Warning: Type created with compilation errors.

    What is the problem with the code below?

    Create or replace type customer_s_type as object ( csID number, csName varchar(15), csType number ) NOT FINAL;  Create or replace type supervisor_type UNDER customer_s_type ( title varchar (10) );  Create or replace type agent_type UNDER customer_s_type (title varchar (10));  Create table supervisor of supervisor_type ( CONSTRAINT supervisor_PK PRIMARY KEY (csID));  Create table agent of agent_type (CONSTRAINT agent_PK PRIMARY KEY (csID));  create table customer_service( csID number(10), csType number(10), constraint supervisor_pk primary key(csID) );

    Wile creation TYPE you need to end with a backslash (/) semi colon does not work.

    Try like this

    create or replace type customer_s_type as an object (csid number, csname varchar (15), cstype number) not final

    /

    create or replace type supervisor_type under customer_s_type (title varchar (10))

    /

    create or replace type agent_type under customer_s_type (title varchar (10))

    /

  • Problem compiling with Xcode plugin sample

    Hi all

    I'm having a problem of compiling a sample plugin in the SDK ("BasicPlugin") using Xcode on Mac OS. Xcode build error is "name"CursHandle"unknown type". The error occurs in two source files: AVExpT.h and SafeResources.h. I can't find any header provided with the Acrobat SDK kit that defines the type of CursHandle.

    I'm on Mac OS 10.8.4 and Xcode 4.6.3.

    The SDK documentation says that the SDK is only compatible with Xcode 2.x; elsewhere in the documentation it says that it was compatible with Xcode 3.2 and 3.3. What is the reason for the above error? It is not possible for me to install the old version of Xcode, because I'm running 10.8 OX, and older versions are not compatible.

    I would be very grateful for any help.

    Paul

    Yes, the software SDK still uses characteristic of carbon (even if Acrobat itself does not use anything carbon).   Therefore, you need an older version of Xcode that talks about carbon.

    Consider using a virtual machine from a certain flavor to run an earlier version of Mac OS and Xcode.

  • Compile the CS4 Plugin in Visual Studio 2008

    Hello guys,.

    another small problem with the compilation of my plugin, this time in Windows. I get the following error when you try to compile

    -Neues create gestartet: Projekt: JPEGExport.server.vc.8, configuration: Release Win32 -.
    Die Zwischen - und Ausgabedateien fur das Projekt "JPEGExport.server.vc.8" mit der configuration "Release | Win32"Debby werden.
    Ein benutzerdefinierter Buildschritt ausgeführt wird.
    ODFRC removal of old resources...
    Kompilieren.
    VCPlugInHeaders.cpp
    Kompilieren.
    SDKLayoutHelper.cpp
    LINKREWORK: Temporary, fix that later!
    SDKFileHelper.cpp
    JPEGHelper.cpp
    JPEGExportScriptProvider.cpp
    JPEGExportNoStrip.cpp
    JPEGExportID.cpp
    AssetHelper.cpp
    AssetExportScriptProvider.cpp
    PlugInStatics.cpp
    Code wird generiert.
    Kompilieren.
    TriggerResourceDeps.cpp
    Kompilieren.
    TriggerResourceDeps.cpp
    SDKPlugInEntrypoint.cpp
    Code wird generiert.
    Resources kompiliert werden...
    Microsoft (R) Windows (R) Version of the 6.1.6723.1 Resource Compiler
    Copyright (C) Microsoft Corporation.  All rights reserved.
    .. \.. \.. \source\sdksamples\JPEGExport.Server\... /Common/SDKDef.h(41): fatal error RC1015: cannot open the file 'FormatNumber.h' include.
    DAS Buildprotokoll wurde unter "file://d:\adobe_indesign_cs4_products_sdk_578win\build\win\objR\JPEGExport.server.vc.8.0 0\BuildLog.htm" sales.
    JPEGExport.server.vc.8 - Fehler 1, 0 Warnung (en)
    = Alles neu create: 0 been, Fehler bei 1, ubersprungen 0 =.

    The correct path to the file "FormatNumber.h" is included in the other definition include paths. If I remove the include of the SDKDef.h statement the plugin compiles correctly, what don't get me?

    Thank you

    Hello

    Are you sure that you specified the correct path for the compiler c ++ and the resource compiler?

    In your project properties, resources-> section General, that you can turn view the progress view more messages.

    Concerning

    Bartek

  • Compiler error message: BC30451: name 'UserEmail' is not declared.

    Get the message when I test the page. Anyone sugest a solution please?
    Compiler error message: BC30451: name 'UserEmail' is not declared.

    Code in the page below.


    < % @ Page Language = "VB" ContentType = "text/html" ResponseEncoding = "iso-8859-1" % >
    < % @ register TagPrefix = "MM" Namespace = Assembly "DreamweaverCtrls" = "DreamweaverCtrls, version = 1.0.0.0, publicKeyToken = 836f606ede05d46a, culture = neutra l" % > "
    < MM:DataSet
    ID = "dsUsers".
    Runat = "Server".
    IsStoredProcedure = "false".
    ConnectionString = "< % # System.Configuration.ConfigurationSettings.AppSettings ('lle MM_CONNECTION_STRING_conSQLPerene") % > '.
    Type_base_donnees = ' < % # System.Configuration.ConfigurationSettings.AppSettings ("Perenelle MM_CONNECTION_DATABASETYPE_conSQL") % > '.
    CommandText = "< % #"SELECT dbo. " Users.UserEmail, dbo. Users.UserPassword FROM dbo. Users WHERE dbo. Users.UserEmail=@UserEmail AND dbo. Users.UserPassword=@UserPassword"% > '
    Expression = '< % # IsPostBack % > '.
    Debug = 'true '.
    > < Parameters >
    "< Name="@UserEmail parameter "Value =" < % # IIf ((Request.Form ("UserEmail") <>Nothing), Request.Form ("UserEmail"), "") % > ' Type = "NVarChar" / > "
    "< Name="@UserPassword parameter "Value =" < % # IIf ((Request.Form ("UserPassword") <>Nothing), Request.Form ("UserPassword"), "") % > ' Type = "NVarChar" / > "
    < / Parameter > < / MM:DataSet >
    < MM:PageBind runat = "server" PostBackBind = "true" / >

    < script language = "VB" runat = "server" >
    Protected Sub Page_Load (ByVal Src As Object, ByVal E As EventArgs)
    "Don't cache this page.
    Response.Expires = - 1
    Response.AddHeader ("Pragma", "no-cache")
    Response.AddHeader ("cache-control", "no-store")

    "Check the user credentials in the page".
    If (UserEmail.Value = dsUsers.FieldValue ("UserEmail", Nothing)) & & (UserPassword.Value = dsUsers.FieldValue ("UserPassword", Nothing)) Then
    ' The user has been authenticated.
    "1. create the authentication ticket."
    "2 redirect to the appropriate page.

    "1. create the authentication ticket."
    "Create and use forms authentication ticket.
    FormsAuthenticationTicket ticket = New FormsAuthenticationTicket(1,)
    Request.Form ("UserEmail"),
    DateTime.Now, ' issue times
    DateTime.Now.AddMinutes (30), ' expires in 30 minutes
    False, ' no persisting
    Dim ' role assignment is stored in the UserData as 'Users')

    "Create a new HttpCookie (encrypted) using the ticket has created."
    ' and name it accordingly to the value specified in the < forms > element
    ' in the web.config file.
    Dim Cookie As HttpCookie = New HttpCookie (FormsAuthentication.FormsCookieName, FormsAuthentication.Encrypt (ticket))

    ' Add the cookie to the outgoing response.
    Response.Cookies.Add (cookie)

    'Redirect as appropriate.
    Dim ReturnUrl As String
    If Request.QueryString ("ReturnURL") Is Nothing Then
    ReturnUrl = "/client-area/index.aspx."
    On the other
    ReturnUrl = Request.QueryString ("ReturnURL")
    End If
    Response.Redirect (ReturnUrl)

    On the other
    Msg.Text = "Invalid Credentials: Please try again."
    End If
    End Sub
    < /script >


    Replied. Just named incorrectly input fields. Couple of other problems too but sorted and now works fine...

  • 10 - IOS Installation error message

    My iPhone is loaded and updated iOS are downloaded to the phone.  There are 10 GB free so space should not be a problem.

    Software update confirms 1 update to download and it is for the iOS 10.  It shows the preview of iOS 10 features etc.  When I confirm the installation, I get an error message that says: "unable to install the update. 10 iOS installation error.  Retry.  Remind me later. "  It gives no other details.

    Does anyone else have this problem?  I use the beta on my phone - do I need to uninstall the present?

    I also already backed up the phone on my computer too.

    iTunes says the phone has been updated and gives the option.

    Hi boujis, you need to put your device in recovery mode, and then click Update when you are prompted to download the public version

  • Error "a plugin is required to view this content" for the integrated Google map, but plugin not identified.

    When I try to view a page that has a map Google map into the page, I get the message error 'a plugin is required to view this content. However, I don't know which plugin, where to find, etc. I tried searching for this question but could not reach anyone else has a similar problem, or there seems to be a plugin for Google Maps that I can find.

    The page is here:
    http://osiama.org/lodges#

    The map is displayed when turned on one of the links in the table.

    I was going to propose to add the type = "text/html" in the embed tag, but found a discussion saying that does not work: http://stackoverflow.com/questions/17688628/firefox-tells-user-they-need-a-plugin-to-display-an-embedded-webpage

    After the graduation in this thread, what to place your stir inside a tag object like this:

    <object type="text/html" data="https://www.google.com/maps/embed/v1/place?key=AIzaSyA4e2zvSt_VeKb6u_IMvBSAuIPPINgfzNU&q=Nazzaro+Community+Center&zoom=15" height="300" width="450" frameborder="0" style="border:0;">
      <embed src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA4e2zvSt_VeKb6u_IMvBSAuIPPINgfzNU&q=Nazzaro+Community+Center&zoom=15" height="300" width="450" frameborder="0" style="border:0;">
    </object>
    

    So in other words, the browsers that can use the object tag will do it, but for those who do not, the embed is still there. Does it work?

  • Xilinx Compilation error: Formal HDLCompiler:432 &lt; eiosignal &gt; has no real or default value

    Hello

    I've compiled several programs for sbRIOs previously but did not run in before compile errors. I can't find any support to see what is actually wrong. Any help with this would be appreciated!

    The summary of the situation of the Compilation is:

    LabVIEW FPGA: Compilation failed due to an error of xilinx.

    Details:
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 87: Formal has no real or default value.
    INFO: TclTasksC:1850 - enforcement process: synthesize - XST is made.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000032_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 106: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000033_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 125: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000034_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd", Line 144: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000035_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 163: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000036_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 182: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000037_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd", line 201: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000038_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:432 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" at line 220: Formal has no real or default value.
    INFO: HDLCompiler:1408 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000039_CustomNode.vhd", line 18. eiosignal is declared here
    ERROR: HDLCompiler:854 - "C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd" line 50: Unit ignored due to previous errors.
    File VHDL C:\NIFPGA\jobs\R6n310u_Z1R8lYC\NiFpgaAG_00000031_SequenceFrame.vhd ignored errors

    -->

    Total memory use is 189944 kilobytes

    Number of errors: 9 (0 filtered)
    Number of warnings: 4 (filtered 0)
    Number of news: 0 (0 filtered)

    "Synthesize - XST" process failed

    I had similar errors (not real or by default) then compile using the code LV would not remove, but the compiler Xilinx would be due to determine it was unused.  It is usually inaccessible code with a register read in the main loop, but write it to enroll in a deal structure that would not be executed.  Differences in the ability of the LV compiler or compiler of Xilinx to decide what is safe to delete this could lead.

    Other times we had errors when a clock has been specified in the file of constraints, but the clock was not used.

    Maybe one of these two seemingly unrelated points might help.

    Shane.

  • LabVIEW FPGA CLIP node compilation error

    Hello NO,.

    I work on an application for my Single-Board RIO (sbRIO-9601) and faced with a compile error when I try to compile my FPGA personality via the ELEMENT node.  I have two .vhd files that I declare in my .xml file and all at this point works great.  I add the IP-level component to my project and then drag it to the VI I created under my FPGA.

    Within the FPGA personality, I essentially have to add some constants on the indicators and entries CLIP to my CLIP out and attempt to save/compile.  With this simple configuration, I met a compilation error (ERROR: MapLib:820 - symbol LUT4... see report filling for details on which signals were cut).  If I go back to my VI and delete indicators on the output (making the output pin of the CLIP connected to nothing), compiles fine.

    I've included screenshots, VHDL and LV project files.  What could be causing an indicator of the output of my VI to force compilation errors?

    Otherwise that it is attached to the output ELEMENT, a successful compilation...

    After that the output indicator comes with CLIP, compilation to fail...

    NEITHER sbRIO-9601
    LabVIEW 8.6.0
    LabVIEW FPGA
    Windows XP (32-bit, English)
    No conflicting background process (not Google desktop, etc.).

    Usually a "trimming" error gives to think that there are a few missing IP.  Often, a CLIP source file is missing or the path specified in the XML file is incorrect.

    In your case I believe that there is an error in the XML declaration:


      1.0
      RandomNumberGenerator
     
        urng_n11213_w36dp_t4_p89.vhd
        fifo2.vhd
     

    This indicates LV FPGA to expect a higher level entity called "RandomNumberGenerator" defined in one of two VHDL files.  However, I couldn't see this entity in one of two files.  If urng_n11213_w36dp_t4_p89 is the top-level entity, edit the XML to instead set the HDLName tag as follows:

    urng_n11213_w36dp_t4_p89

    Also - in your XML, you set the 'oBits' music VIDEO for output as a U32, however the VHDL port is defined as a vector of bits 89:

    oBits: out std_logic_vector (89-1 downto 0)

    These definitions must match and the maximum size of the vector CLIP IO is 32, so you have to break your oBits in three exits U32 output.  I have added the ports and changed your logic of assignment as follows:

    oBits1(31 downto 0)<= srcs(31="" downto="">
    oBits2(31 downto 0)<= srcs(63="" downto="">
    oBits3(31 downto 0)<= "0000000"="" &="" srcs(88="" downto="">

    Both of these changes resulted in a successful compilation.

    Note: The only compiler errors when you add the flag because otherwise your CUTTING code is optimized design.  If the IP is instantiated in a design, but nothing is connected to its output, it consumes all logic?  Most of the time the FPGA compiler is smart enough to get it out.

  • LV 2011 (and 2012 LV) compilation error. Size not valid in _InstSize: 21

    I created a Subvi in LV8.5 to manage events UI outside a main vi. The Subvi gets control references who are registered for the events, through a queue that all actions are sent to a consumer case, nothing complicated. Everything works fine in LV8.5, but now I got all LV2011SP1 on a Windows 7 64 bit and I still get the same error:

    "Compile error. Report this issue to National Instruments Tech Support. Invalid size in _InstSize 21 "

    which appears 3 times. I tried to open the same code also in LV2012, same error... When you try to isolate the problem, I discovered that by disabling the code in 3 cases of greater consumption that I can get rid of the warning, but then I can't reduce the problem to one...

    Any ideas?

    Yes, the thing to put 'problem' labview code into a Subvi its own helped me as well.

    My speculation is that it forces the choice of another compiler (without the bug) path when compiling the source of the LV.

    I think you should file a bug report using the pages of http://ni.com/support .

    In this way we will have better tools in the future.

    BR,

    / Roger

  • Compiler error. Report to Technical Support OR: err c = 0xF1 ufppushop

    Compiler error. Report to Technical Support OR: err c = 0xF1 ufppushop

    When recording / runing a vi that performs calculations in a node formula containing several if and a switch statement. (LV6.1, WinNT)

    I solved the problem: the compile error occurred because a single formula node entry was an enum.
    When you insert a cast to digital, the problem has been resolved.

Maybe you are looking for