Please turn JavaScript on
Stack Overflow - Recent Questions icon

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  435.89 / day

Message History

I am upgrading a project from Laravel 11 to Laravel 12, but running into dependency conflicts when running:

composer update

Errors:

Problem 1:

- Root composer.json requires enlightn/enlightn ^2.10.0

- enlightn/enlightn v2.10.0 requires laravel/framework ^9.0|^10.0|^11.0

→ not compatible with Laravel 12

Problem 2:

- Root ...


Read full story

Android Studio used to generate PNG files for the launcher icons but with the last version, when you create a new project, the default launcher icons inside the mipmap folders are in WEBP format.

I tried to find anything about it but this change is not addressed anywhere. The thing is that if you try to add a new image asset and replace these ...


Read full story

My app doesn't upload to App Store Connect, for TestFlight, because app store icon is missing (see below error).

What's the fastest way to populate the AppIcon asset class, to solve this?

I don't care what the icon is; this is only an internal test app.

ITMS-90713: Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in...


Read full story

when i try to change the icon of the flutter desktop app , i found the quality of the icon is bad although the uploaded icon image in the assets is (1024*1024) why this happen ? this is the pubspec.yaml :

dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: "^0.14.1" flutter_launcher_icons: android: "launcher_icon" # ios: true image_path: "assets/i...

Read full story

I have been reading Herbert Schildt's Java "The Complete reference"8th edition.

There's this paragraph in it,on page 22 of chapter 2.

The final attribute, polymorphism, is clearly reflected in the ability of car manufacturers to offer a wide array of options on basically the same vehicle. For example, you can get an antilock braking system or traditional ...


Read full story