Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

Updating alamofire package versions. #476

Closed andrewclements closed 7 months ago

andrewclements commented 7 months ago

Issue

Getting complaints from Apple regarding Missing API Declaration around System Boot Time, the only library that we use that accesses that is Alamofire + AlamofireImage since it includes a ref to the problematic Alamofire instance.

Solution

Updating the Alamofire package referenced in this project to use the latest version that includes a privacy manifest.

andrewclements commented 7 months ago

didn't seem to resolve the issue, closing

cedricbahirwe commented 7 months ago

didn't seem to resolve the issue, closing

Were you able to solve it?.. Having same issue

andrewclements commented 7 months ago

@cedricbahirwe as of my last release pointing directly to the forked version with the package updated I was still getting the warning from apple about missing API declaration. I think there's just something broken about how Apple is grabbing privacy info from SPM packages, so for my next release I'm just adding the privacy info to my own project until it's resolved.