Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Update Cocoapods and Fastlane #269

Closed spencertransier closed 10 months ago

spencertransier commented 10 months ago

This PR updates Cocoapods from 1.12.1 to 1.14.2 to solve an error when publishing a new version of the pod using Xcode 15: Error 'DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead'

Cocoapods 13.0 resolved this a few months ago, so I updated Cocoapods to the latest, 1.14.2. I also updated Fastlane since it was a few versions back.

If CI is green, this is good to go. Merging into the release/3.0.0 branch so that release can be published.