[
https://issues.apache.org/jira/browse/CB-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985493#comment-13985493
]
Andrew Grieve commented on CB-6441:
-----------------------------------
Hmm, things worked fine (at least on master):
{quote}
1065 cordova create foo a.b.foo foo
1066 cd foo
1067 cordova platform add ios
1068 cordova plugin add https://github.com/wildabeast/BarcodeScanner.git
1069 cordova build ios
1070 cordova platform remove ios
1071 cordova platform add ios
1072 cordova build ios
{quote}
I was using mobilespec yesterday on iOS without issues as well.
One thing I did notice was that if you build it and go straight to the IDE to
run it, it's missing platforms. But if you build via cordova build / cordova
run, or just run cordova prepare, then the frameworks appear.
[~anis] - if you have a repo / fix for this, would be great to have it
committed separate from your browserify merge (git cherry-pick it).
> 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
>
> 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)