You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: