You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Bug Report
The newly added dynamic target in the
CordovaLib
project does not get embedded correctly in an app binary. Attempting to build anIPA
file will throw adylib not found
error withCordova.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
The text was updated successfully, but these errors were encountered: