sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Build not passing on CI using SPM #236

Closed victormihaita closed 3 years ago

victormihaita commented 3 years ago

Describe the bug When I build locally I can test the app on the simulator but when I run the app on CI is failing with this error:

xcodebuild: error: Could not resolve package dependencies:
  because SPPermissions >=5.5.1 contains incompatible tools version and root depends on SPPermissions 6.1.1, version solving failed.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

ivanvorobei commented 3 years ago

Hi there! Which Xcode version are you use?

victormihaita commented 3 years ago

Is fixed now. I had to use the latest stack on Bitrise CI (XCode 12.5.x on MacOS 11.2).