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

iOS platform FRAMEWORK_SEARCH_PATHS with add custom framework in plugin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.4.1
    • None
    • cordova-ios

    Description

      iOS platform FRAMEWORK_SEARCH_PATHS with add custom framework in plugin

      ========================
      Error :

      FRAMEWORK_SEARCH_PATHS = (
      "$(inherited)",
      "\"BlankCordovaApp1\Plugins\myPlugin\"",
      );

      ====================
      Right:

      FRAMEWORK_SEARCH_PATHS = (
      "$(inherited)",
      "\"BlankCordovaApp1/Plugins/myPlugin\"",
      );

      Attachments

        Issue Links

          Activity

            People

              shazron Shazron Abdullah
              clark159@hotmail.com Clark
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: