Yalantis / Segmentio

Animated top/bottom segmented control written in Swift.
https://yalantis.com/
MIT License
2.52k stars 322 forks source link

"Segmentio-Segmentio" requires a development team. #152

Open vipinsainiJT opened 2 years ago

vipinsainiJT commented 2 years ago

Report

Report a bug

What did you do?

What did you expect to happen?

Your Environment

   CocoaPods : 1.11.3
        Ruby : ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
    RubyGems : 3.0.3.1
        Host : macOS 12.6 (21G115)
       Xcode : 14.0 (14A309)
         Git : git version 2.37.0 (Apple Git-136)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
Repositories : trunk - CDN - https://cdn.cocoapods.org/

Installation Source

Executable Path: /usr/local/bin/pod

Plugins

cocoapods-binary      : 0.4.4
cocoapods-deintegrate : 1.0.4
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-trunk       : 1.5.0
cocoapods-try         : 1.2.0

Podfile

# Uncomment the next line to define a global platform for your project
platform :ios, '14.0'

target 'projectName' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for projectName

  # For Keyboard handle
  pod 'IQKeyboardManagerSwift'

  #For Code Structure setup
  pod 'SwiftLint'

  #TextField
  pod 'RAGTextField'

  #For APIs call
  pod 'Alamofire'

  #Activity Progress Bar
  pod 'MBProgressHUD'

  #Toast View
  pod 'Toast-Swift'

  #TrueTime calculate
  pod 'TrueTime'

  # Image load
  pod 'SDWebImage'

  # Segment Page Controller
  pod 'Segmentio'

  # Firebase 
  #Firebase Utilies
  pod 'Firebase/Crashlytics'
  pod 'Firebase/Analytics'
  pod 'Firebase/Performance'

  #Push Notification
  pod 'Firebase/Messaging'

  #Internet Availability checker
#  pod "Connectivity"

end
FranciPC7 commented 1 year ago

Same issue on new xCode 14.0

pavankotesh commented 1 year ago

Facing the same issue on my CI. Any solution for this?