Skip to content

CocoaPods issue with Xcode 14 beta #35

@atarasenko

Description

@atarasenko

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions