Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9772

Can't install .tbd dynamic libraries as plugin deps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • cordova-ios@4.5.1
    • cordova-ios
    • iOS

    Description

      .dylib are now .tbd in iOS 9.

      I wrote a custom plugin in order to integrate Parse SDK into my Cordova app. The plugin used libsqlite3.dylib and libz.dylib so I've updated it to work with iOS 9. Thus, I changed related lines in plugin.xml from

      <framework src="libsqlite3.dylib" />
      <framework src="libz.dylib" />

      to

      <framework src="libsqlite3.tbd" />
      <framework src="libz.tbd" />

      Installation completes successfully but frameworks aren't linked correctly in XCode.

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            adriano.digiovanni Adriano Di Giovanni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: