Skip to content
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

XCGLogger with privacy manifest to support iOS 14.0 #334

Closed
parvez-keeptruckin opened this issue Apr 24, 2024 · 6 comments
Closed

XCGLogger with privacy manifest to support iOS 14.0 #334

parvez-keeptruckin opened this issue Apr 24, 2024 · 6 comments

Comments

@parvez-keeptruckin
Copy link

XCGLogger with v7.1.1 has now Privacy Manifest included in it. But it has also set minimum iOS Deployment target to iOS 15. We want to update XCGLogger version to 7.1.1 but getting restricted by minimum iOS Deployment target. What is the reason for updating the iOS deployment target ?
@DaveWoodCom Can you provide us a version of XCGLogger that has both privacy manifest and iOS 14 support ? Otherwise it will require us to upgrade our iOS app's minimum iOS deployment target.

@DaveWoodCom
Copy link
Owner

XCGLogger 7.1.3 changes the deployment targets to the minimum allowed by Xcode 15.3. iOS = 12.0, watchOS = 4.0, tvOS = 12.0, macOS = 10.13. This should resolve your issue.

@parvez-keeptruckin
Copy link
Author

@DaveWoodCom Thanks for the updates.
is 7.1.3 available on cocoapods? I do not see it there.

@DaveWoodCom
Copy link
Owner

@parvez-keeptruckin It is. But since it was just pushed, you likely have to update your local cache with pod repo update

@parvez-keeptruckin
Copy link
Author

@parvez-keeptruckin It is. But since it was just pushed, you likely have to update your local cache with pod repo update

@DaveWoodCom Actually I was the cocoapods website and there I did not see the version 7.1.3.
Screenshot 2024-04-29 at 2 46 21 PM

@DaveWoodCom
Copy link
Owner

@parvez-keeptruckin Their search results are broken, has been for years. The version shown in the results list does not match what's actually there. Tap the entry and it shows 7.1.3.

@parvez-keeptruckin
Copy link
Author

Thanks @DaveWoodCom for the clarifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants