Support Swift pods
See original GitHub issueWhen I pass RxSwift
to the script, it failed with logs below,
=== BUILD TARGET RxSwift OF PROJECT Pods WITH CONFIGURATION Release ===
Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
The pods combined add an extra size of -51492 bytes
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:13 (1 by maintainers)
Top Results From Across the Web
CocoaPods
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 93 thousand libraries and is used in over 3...
Read more >CocoaPods Tutorial for Swift: Getting Started
Use this CocoaPods Tutorial for Swift to learn how to install and manage third-party library dependencies in your Swift projects.
Read more >CocoaPods Tutorial using Swift and Xcode - CodeWithChris
Learn how to install and use Cocoapods in your Xcode project! Take advantage of third party Swift libraries and GitHub repositories easily.
Read more >Supporting Both CocoaPods & The Swift Package Manager
A step-by-step guide to set up your Xcode project to support both CocoaPods and the Swift Package Manager with your iOS library.
Read more >Top 50 Active Swift CocoaPods For iOS [Updated Dec 2020]
Top Swift CocoaPods Ranked · #11 Moya · #12 CocoaLumberjack · #13 Material · #14 Eureka · #15 SkeletonView · #16 NVActivityIndicatorView ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, that’s not working for me - in fact, the tool is not working anymore at all with the newest commit (
16e022a
), no matter if trying for Obj-C or Swift Pods. Anyone else experiencing this problem, or is it just on my side?I think it can be broken down to the following issues according to the logs:
./measure_cocoapod_size.py --cocoapods AFNetworking [--mode objc]
):./measure_cocoapod_size.py --cocoapods RxSwift --mode swift
):Any suggestions? 😬
So eventually, I got above issues for Xcode 10 and Swift 4.2 fixed - namely by the following approaches: