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

ASF GitHub Bot commented on CB-10034:
-------------------------------------

raphinesse commented on issue #399: CB-10034 Addresses Embedded/Linked/Signed 
Custom Frameworks via updated node-xcode
URL: https://github.com/apache/cordova-lib/pull/399#issuecomment-418275034
 
 
   The files modified for this PR have been removed in 
64fea70ea0554458ebc399f0ad4ba4b534b5cd3f. Since plugin handlers now live in the 
platform repositories, this has to be implemented in 
[apache/cordova-ios](https://github.com/apache/cordova-ios).
   
   @shazron Maybe you want to open an issue in cordova-ios that links to this, 
so it's not forgotten?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Plugins iOS Custom Frameworks are added to "Embedded Binaries" XCode project 
> section by default
> -----------------------------------------------------------------------------------------------
>
>                 Key: CB-10034
>                 URL: https://issues.apache.org/jira/browse/CB-10034
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-lib
>    Affects Versions: 5.4.0, 5.3.3, 6.0.1, 6.1.1
>         Environment: OSX developing for iOS
>            Reporter: Roberto Andrade
>            Priority: Major
>
> Since CB-9517 was merged and released in 5.3.0 it seems to have changed the 
> approach to adding a "custom framework" dependency declared in {{plugin.xml}} 
> with the {{<framework custom="true"/>}} directive into the xcode project, as 
> per the [following 
> change|https://github.com/apache/cordova-lib/commit/737f2df4e5c8de205c90cc29614483ebcd71f605].
> It assumes all frameworks are "embeddable", which is not true for a great 
> chunk of frameworks out there that have not being built with the new iOS 
> 8/XCode 6 Cocoa Framework architecture. Most of the frameworks I use 
> (developed prior to Apple coming up with the "official" iOS 8 Framework 
> utilities and Xcode project options) use community provided 
> [iOS-Universal-Framework|https://github.com/kstenerud/iOS-Universal-Framework],
>  which once an artifact generated using that project template gets added to 
> the "embedded binaries" section of a depending app (ie: Cordova app), Xcode 
> has issues doing its thing because they were not built with the iOS 8 
> framework magic in it.
> I suggest that the new behavior be the default (ie: add it to the embedded 
> binaries section) but provide an option when declaring the framework 
> dependency in {{plugin.xml}} so that we can override the behavior and specify 
> whether or not we want it to the embedded (at that point the old <=5.2.0 
> behavior should take over, ie: just add it to the list of framework 
> dependencies but not the the embedded binaries section of the project), may I 
> suggest:
> {{<framework custom="true" embed="false"/>}}
> as the optional override (being assumed as {{true}} by default)?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to