Blog RSS Feed

Cordova iOS 7.0.1 Released!
By: Bryan Ellis
06 Sep 2023

We are happy to announce that we have just released Cordova iOS 7.0.1! This is one of Cordova's supported platforms for building iOS applications.

Release Highlights

To upgrade:

cordova platform remove ios
cordova platform add ios@7.0.1

To install:

cordova platform add ios@7.0.1

Fixes:

  • Building on Xcode 11

    Cordova-iOS 7 is documented to support Xcode 11 and later. However, due to recent changes to support LimitsNavigationsToAppBoundDomains, builds fail on Xcode 11. To address this issue, we have added conditional checks to ensure that the app can be built with Xcode 11. Please note that the LimitsNavigationsToAppBoundDomains feature will not be available when building with Xcode 11.

  • Fix paths in the Xcode pbxproj

    Cordova-iOS 7.0.0's Xcode project file was missing path information for some files. While this worked fine within the Xcode app, it caused problems for plugins and hooks that were attempting to modify the project file programmatically. We've fixed this issue by ensuring that all files in the Xcode project include a path property.

Please report any issues you find on our Cordova-iOS GitHub issue tracker!

Changes include:

  • GH-1369 fix: xcodebuild version check to 11
  • GH-1358 fix: ensure Xcode project file references use path
  • GH-1368 fix: make code compile on Xcode 11
  • GH-1360 fix: add missing cordova versions to CDVAvailability.h