IBM / ios-virtual-assistant-app

WARNING: This repository is no longer maintained
https://developer.ibm.com/patterns/build-a-virtual-assistant-for-ios-with-watson/
MIT License
25 stars 17 forks source link

build(pods): lock NVActivityIndicatorView to version 4.x #30

Closed jeff-arn closed 3 years ago

jeff-arn commented 3 years ago

This prevents the app picking up breaking changes in version 5.x and beyond by specifying a version within the 4.x version family.

NVActivityIndicatorView released the 5.0.0 version a few months ago, which removes the NVActivityIndicatorViewable protocol. This introduces build errors with the application, as the Podfile does not specify a version of the pod, which results in picking the latest version.

jeff-arn commented 3 years ago

@stevemar thanks I appreciate it. At this point if it looks good to you I think it's ready to merge.