satismeter / satismeter-ios

SatisMeter iOS SDK
https://satismeter.com
MIT License
7 stars 6 forks source link

Xcode 14 compatibility when adding the lib from Cocoapods #26

Open SergeyPetrachkov opened 1 year ago

SergeyPetrachkov commented 1 year ago

If you install this lib as a pod and open it in a new Xcode (starting from 14), you'll see an error message saying that Signing for SatisMeter requires a development team. Select a development team in the Signing & Capabilities editor.

The only workaround is to add this as a framework to an existing project as described here. (The manual also uses a very old Xcode version 🙂)

P.S. workarounds mentioned here do not work.