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

Warning - Signing requires a development team #375

Closed
CatchABus opened this issue Jan 26, 2024 · 9 comments
Closed

Warning - Signing requires a development team #375

CatchABus opened this issue Jan 26, 2024 · 9 comments

Comments

@CatchABus
Copy link

When trying to build my app in Xcode, I receive Signing for "GTMSessionFetcher-GTMSessionFetcher_Core_Privacy" requires a development team. warning.
I use version 3.3.0.

@thomasvl
Copy link
Member

I'm guessing you are integrating via CocoaPods?

I believe that's going to be something on your project side of things.

@ncooke3 @paulb777 - ideas?

@thomasvl
Copy link
Member

@CatchABus can you share a little more about your setup? what's your podfile look like? Are you using frameworks? etc.

@thomasvl
Copy link
Member

And for completeness:

  • Are you building for iOS or some other platform?
  • What version of Xcode are you using?

@paulb777
Copy link
Member

And what version of CocoaPods?

@CatchABus
Copy link
Author

Thank you very much for your quick responses. I include all details below.

  • Build for iOS
  • Cocoapods 1.11.3
  • Usage of frameworks
  • Xcode 14.2

@paulb777
Copy link
Member

You may be running into CocoaPods/CocoaPods#11402 that was fixed in CocoaPods 1.12.0

@thomasvl
Copy link
Member

@CatchABus if the CocoaPods update works for you, I'll update our cocoapods min version requirement and do a new release to help others avoid this.

@CatchABus
Copy link
Author

@CatchABus if the CocoaPods update works for you, I'll update our cocoapods min version requirement and do a new release to help others avoid this.

It's exactly as @paulb777 said. Updating to latest cocoapods version fixed my problem.
Thank you so much!

@thomasvl
Copy link
Member

@CatchABus thanks for letting us know, I'll go ahead and update the podspec to have the requirement and do a new release to hopefully help other folks avoid 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