Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vipinsainiJT opened this issue Sep 14, 2022 · 2 comments
Open

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

vipinsainiJT opened this issue Sep 14, 2022 · 2 comments

Comments

@vipinsainiJT
Copy link

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
@FranciPC7
Copy link

Same issue on new xCode 14.0

@pavankotesh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants