[ 
https://issues.apache.org/jira/browse/CB-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13982774#comment-13982774
 ] 

Adam George commented on CB-6441:
---------------------------------

This issue also happens if you remove the iOS platform and then re-add it in.

I.e.

    cordova platform add ios
    cordova plugin add com.phonegap.plugins.barcodescanner
    cordova platform remove ios
    cordova platform add ios

The frameworks required for barcode scanner will be missing after re-adding the 
ios platform.

Unfortunately, removing then adding the platform is something that needs to be 
done quite often with cordova.  The `cordova platform update ios` command 
doesn't do a great job, and you're often better off removing the platform and 
adding it back again.

> Plugin frameworks not always included
> -------------------------------------
>
>                 Key: CB-6441
>                 URL: https://issues.apache.org/jira/browse/CB-6441
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>    Affects Versions: 3.4.0
>         Environment: iOS
>            Reporter: Dooms
>            Assignee: Anis Kadri
>            Priority: Minor
>
> Several plugins specify frameworks in ios (e.g. NetworkInformation requires 
> SystemConfiguration.framework). However these aren't always added 
> automatically, and must be added manually. This seems to happen especially 
> during a plugin update.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to