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')
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:
The error message is: