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
Hi team,
updating the version of XCGLogger from 7.0.0 to 7.1.5 I have the following error during the Archive process of my iOS project:
[...]XCGLogger/Package.swift: error: Signing for "XCGLogger_XCGLogger" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'XCGLogger_XCGLogger' from project 'XCGLogger').
The library is integrated using SPM, so I can't modify Signing & Capabilities of XCGLogger project (and this operation was not necessary before the update).
My project uses Swift 5.0 and with XCode 15.2.
Integrating XCGLogger 7.0.0 everything is fine. I've noticed that the file .pbxproj was modified and was inserted the Key-Value CODE_SIGN_IDENTITY="".
Can anyone tell me why I'm having this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi team,
updating the version of XCGLogger from 7.0.0 to 7.1.5 I have the following error during the Archive process of my iOS project:
[...]XCGLogger/Package.swift: error: Signing for "XCGLogger_XCGLogger" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'XCGLogger_XCGLogger' from project 'XCGLogger').
The library is integrated using SPM, so I can't modify Signing & Capabilities of XCGLogger project (and this operation was not necessary before the update).
My project uses Swift 5.0 and with XCode 15.2.
Integrating XCGLogger 7.0.0 everything is fine. I've noticed that the file .pbxproj was modified and was inserted the Key-Value CODE_SIGN_IDENTITY="".
Can anyone tell me why I'm having this problem?
Thanks!
The text was updated successfully, but these errors were encountered: