-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Maui.iOS CFBundleIconName not found by Apple Transporter but is actually in the info.plist #26850
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
I did try the fix in previous issue but it didn't work. Tried it with Power Shell and Visual Studio on Windows as well as Terminal on Mac. |
This issue has been verified using Visual Studio 17.13.0 Preview 2.1 (9.0.21 & 9.0.14 & 8.0.100). Can repro this issue on iOS platform.
|
@bhavanesh2001 Unfortunately it didn't work; validation still fails. |
@rolfbjarne thoughts? |
Adding this to <key>XSAppIconAssets</key>
<string>Assets.xcassets/appicon.appiconset</string> This automatically happens with |
Here's the Info.plist file:
|
Can you get an MSBuild binlog from the build? |
@Jakar510 Can you remove |
@bhavanesh2001 already tried removing it... no change. @rolfbjarne i will try to get the binlog tomorrow |
binlog submitted to the Visual Studio report above |
Changed
to
And it worked |
Description
With a Maui.iOS App,
CFBundleIconName
is not found but it is actually in theinfo.plist.
Release build succeeds but fails to upload the IPA via Transporter to Apple. Built with XCode 16.2. and VS 17.12.3.Updated to the latest workloads with no change:
Visual Studio report
Previous Issue
Steps to Reproduce
Build a MAUI.iOS production ready app, and try to upload it with Transporter. Gets the errors above.
Link to public reproduction project repository
No response
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.100 SR10
Affected platforms
iOS
Affected platform versions
iOS 18.2
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: