Yalantis/Segmentio

"Segmentio-Segmentio" requires a development team.

Opened this issue · 2 comments

Report

Report a bug

What did you do?

  • getting this error while run app on actual device.
  • "Signing for "Segmentio-Segmentio" requires a development team. Select a development team in the Signing & Capabilities editor."

What did you expect to happen?

  • no need development team to run on device

Your Environment

  • Version of the component: 4.1
  • Swift version: 5.0
  • iOS version: 15.7
  • Device: iPhone 6s
  • Xcode version: 14.0
  • If you use Cocoapods: run pod env | pbcopy and insert here

Stack

   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

Same issue on new xCode 14.0

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