[
https://issues.apache.org/jira/browse/CB-10982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232411#comment-15232411
]
Omar Mefire edited comment on CB-10982 at 4/8/16 4:14 PM:
----------------------------------------------------------
Haven't been able to repro this issue. Using [email protected], [email protected]:
cordova platform add ios; cordova plugin add ../cordova-plugin-myframework/;
cordova build ios
was (Author: omefire):
Haven't been able to repro this issue. Using [email protected], [email protected]:
```cordova platform add ios; cordova plugin add ../cordova-plugin-myframework/;
cordova build ios```
> Plugin for ios platform didn't copy custom Framework to Application
> -------------------------------------------------------------------
>
> Key: CB-10982
> URL: https://issues.apache.org/jira/browse/CB-10982
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 6.0.0, 6.1.0
> Environment: Iphone 6S Simulator ios 9.3
> Reporter: Sergei Alexandrovich Maslov
> Assignee: Omar Mefire
> Labels: triaged
> Attachments: scr1.png, scr2.png, test.zip
>
>
> Custom ios framework from custom plugin didn't add to Embedded Binaries
> section on target project. This causes an error on runtime " Reason: image
> not found"
> Steps to reproduce -
> 1) Create empty Custom ios Framework. (MyFramework)
> 2) Create ios Plugin.
> I include MyFramework using this line in plugin.xml
> <framework src="src/ios/Frameworks/MyFramework.framework" custom="true" />
> 3) Create project using Cordova. Add ios platform and ios plugin.
> 4) Compile and Run.
> 5) Get Error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]