-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI fails because of Kingfisher dependecy issue with XCode 15 and iOS 17 SDK #148
Comments
@matax87 Great thank you for the fast fix! The CI is running now, let's hope the best. |
PR #150 improves CI/CD:
But this PR won't solve this issue. I think that the problem is that CD is using an old provisioning profile (UUID: -PROVISIONING_PROFILE='8217a111-ad20-4a6f-a664-5c1e5714d6fa' \
+PROVISIONING_PROFILE='e914b769-9aba-4adf-afe5-2d3e3ded9d27' \ I remain at your disposal for any help. Thank you! |
@matax87 Thanks for the suggestions!
Do you have other suggestions what the problem could be? |
@dulvui with automatic signing you don't need to use -PROVISIONING_PROFILE=$PP_UUID \ |
Moreover, if this works then you may also remove the |
@matax87 Now it worked, I had to remove all build parameters. |
Describe the bug
The CI fails, because of a problem Kingfisher dependency and XCode 15
I saw Kingfisher has also a version 8, that could maybe solve the problem?
https://github.com/onevcat/Kingfisher
Here the Github actions logs with XCode 14 with the following error
https://github.com/noi-techpark/it.bz.noi.community.ios/actions/runs/10366670060/job/28935533747
And here with XCode 15 with the following error
https://github.com/noi-techpark/it.bz.noi.community.ios/actions/runs/10450795428/job/28935870267
Expected behavior
The CI should build wih XCode 15 and iOS 17 SDK or later
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: