You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/02 22:40:03 UTC

[GitHub] bhariharan opened a new issue #559: Cordova dynamic target does not get embedded in a device build (dylib not found)

bhariharan opened a new issue #559: Cordova dynamic target does not get embedded in a device build (dylib not found)
URL: https://github.com/apache/cordova-ios/issues/559
 
 
   # Bug Report
   The newly added dynamic target in the `CordovaLib` project does not get embedded correctly in an app binary. Attempting to build an `IPA` file will throw a `dylib not found` error with `Cordova.framework`.
   
   ## Problem
   The problem is that the dynamic target wasn't setting the standard framework installation path that's required for a dynamic target. This would prevent the app from embedding the framework binary in the correct location and a linker error `dylib not found for Cordova.framework` will be thrown.
   
   ### What is expected to happen?
   No such error should be thrown and the archive should succeed.
   
   ### What does actually happen?
   `dylib not found for Cordova.framework` linker error is thrown.
   
   ### Command or Code
   Embed the dynamic framework target in an app.
   
   ### Environment, Platform, Device
   - `iOS`
   - `Xcode 10`
   
   ### Version information
   - `cordova-ios 5.0.0`
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org