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
I have a project building without issues until I moved some modules from cocoapod to Swift Package Manager (SPM)
With Xcode the project builds and run without issues.
Any guidelines to solve this issue? I cannot use CODE_SIGNING_ALLOWED=NO at level project since I need push notifications
fastlane 2.225.0
Errors: (there are more modules, same error)
firebase-ios-sdk/Package.swift: error: Signing for "Firebase_FirebaseCoreInternal" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Firebase_FirebaseCoreInternal' from project 'Firebase')
mixpanel-swift/Package.swift: error: Signing for "Mixpanel_Mixpanel" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
apptentive-kit-ios/Package.swift: error: Signing for "ApptentiveKit_ApptentiveKit" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ApptentiveKit_ApptentiveKit' from project 'ApptentiveKit')
GoogleUtilities/Package.swift: error: Signing for "GoogleUtilities_GoogleUtilities-NSData" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'GoogleUtilities_GoogleUtilities-NSData' from project 'GoogleUtilities')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a project building without issues until I moved some modules from cocoapod to Swift Package Manager (SPM)
With Xcode the project builds and run without issues.
Any guidelines to solve this issue? I cannot use CODE_SIGNING_ALLOWED=NO at level project since I need push notifications
fastlane 2.225.0
Errors: (there are more modules, same error)
firebase-ios-sdk/Package.swift: error: Signing for "Firebase_FirebaseCoreInternal" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Firebase_FirebaseCoreInternal' from project 'Firebase')
mixpanel-swift/Package.swift: error: Signing for "Mixpanel_Mixpanel" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
apptentive-kit-ios/Package.swift: error: Signing for "ApptentiveKit_ApptentiveKit" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'ApptentiveKit_ApptentiveKit' from project 'ApptentiveKit')
GoogleUtilities/Package.swift: error: Signing for "GoogleUtilities_GoogleUtilities-NSData" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'GoogleUtilities_GoogleUtilities-NSData' from project 'GoogleUtilities')
Beta Was this translation helpful? Give feedback.
All reactions