-
Notifications
You must be signed in to change notification settings - Fork 477
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
Comments
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. |
@DaveWoodCom Thanks for the updates. |
@parvez-keeptruckin It is. But since it was just pushed, you likely have to update your local cache with |
@DaveWoodCom Actually I was the cocoapods website and there I did not see the version |
@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. |
Thanks @DaveWoodCom for the clarifications. |
XCGLogger
withv7.1.1
has now Privacy Manifest included in it. But it has also set minimum iOS Deployment target toiOS 15
. We want to updateXCGLogger
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.
The text was updated successfully, but these errors were encountered: