[Bug] [iOS] Podspec version 0.9.2 doesn't pushed to CocoaPods specs repo
Open
Nobody has claimed this yet.
iOS
- Dominant language
- Kotlin
- Stars
- 7.9k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Latest available RIBs podspec in CocoaPods is of version 0.9.1 and it doesn't equal to implementation in HEAD (v0.9.2). So we cann't even build tutorial projects in clean manner.
Steps to reproduce:
- Checkout RIBs HEAD.
- Change Podfile in any tutorial removing
path: = "..." - Run
pod installfor this tutorial. - Open tutorial workspace in Xcode.
- Build project.
Result: build failed with error:AppDelegate.swift:40:9: Value of type 'LaunchRouting' has no member 'launch'
Expected: build finished successfully
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the RIBs podspec and the process that publishes it to the CocoaPods specs repository, then reproduce the issue by removing the local path from a tutorial Podfile and running pod install. Done means version 0.9.2 is available from CocoaPods and a tutorial builds successfully in Xcode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100