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

CocoaPods issue with Xcode 14 beta #35

Open
atarasenko opened this issue Jun 17, 2022 · 1 comment
Open

CocoaPods issue with Xcode 14 beta #35

atarasenko opened this issue Jun 17, 2022 · 1 comment

Comments

@atarasenko
Copy link

If APNumberPad is installed using CocoaPods, the workspace doesn't build with Xcode 14 beta (no problems with Xcode 13.4).

To reproduce, create an empty project with a Podfile:

target 'APNumberPadTest' do
  use_frameworks!
  pod "APNumberPad"
end

The error message is:

Signing for "APNumberPad-APNumberPad" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'APNumberPad-APNumberPad' from project 'Pods')

@adriano-s
Copy link

Hi @atarasenko
See my pull request for a solution.

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

2 participants