This is a migrated thread and some comments may be shown as answers.

target destination CDVNotification.bundle already exists

2 Answers 35 Views
iOS Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Doug
Top achievements
Rank 1
Doug asked on 30 Sep 2013, 06:45 PM
I'm trying to build an app for deploy to my iPhone and I get this error:

target destination "/tmp/bd690837377e42668be7cd3978f7986f/Cordova300/Resources/CDVNotification.bundle" already exists

I'm able to run the app through ion, but trying to do an actual deploy fails.  I have my provisioning profile, etc. all set up correctly, or at least it doesn't complain about it.  I double checked the name is correct to match the app id, etc. 

Any idea how to get past this error?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 01 Oct 2013, 05:19 PM
Hello Doug,

Comment out the following line in the plugin.xml of your custom Cordova plugin:

<!--<dependency id="org.apache.cordova.dialogs" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git" /> -->

In general, we already have built-in support for a Barcode scanner, which you can utilize should you have problems with this custom one. You can find the sample here.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Doug
Top achievements
Rank 1
answered on 01 Oct 2013, 07:29 PM
Thanks for the help, I'll give that a try. 

As for the plugin, I'm needing pdf417 scanning support which the built-in scanner doesn't support on iPhone.  Otherwise I would have saved myself the headache. 

Thanks,

Doug
Tags
iOS Devices
Asked by
Doug
Top achievements
Rank 1
Answers by
Steve
Telerik team
Doug
Top achievements
Rank 1
Share this question
or