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

'setFeedURL' is deprecated #57

Open
cbenhagen opened this issue Jan 2, 2024 · 1 comment
Open

'setFeedURL' is deprecated #57

cbenhagen opened this issue Jan 2, 2024 · 1 comment

Comments

@cbenhagen
Copy link

cbenhagen commented Jan 2, 2024

The following warning is printed during build

/Users/ben/.pub-cache/hosted/pub.dev/auto_updater-0.1.7/macos/Classes/AutoUpdater.swift:25:19: warning: 'setFeedURL' is deprecated: Please call -[SPUUpdater clearFeedURLFromUserDefaults] to migrate away from using this API and transition to either specifying the feed URL in your Info.plist, using channels in Sparkle 2, or using -[SPUUpdaterDelegate feedURLStringForUpdater:] to specify the dynamic feed URL at runtime
        _updater?.setFeedURL(feedURL)
@tt952789
Copy link

tt952789 commented Jan 8, 2024

Same problem.
I set the Sparkle version in the /macos/Podfile.lock file to 2.3.2. The warning disappeared.

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