Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] File not found opening iOS project #14257

Closed
sisaacks opened this issue May 10, 2021 · 3 comments
Closed

[Bug] File not found opening iOS project #14257

sisaacks opened this issue May 10, 2021 · 3 comments
Labels
p/iOS 🍎 s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/unverified New report that has yet to be verified t/bug 🐛
Projects

Comments

@sisaacks
Copy link

Description

Steps to Reproduce

  1. Try to build IOS Applcation without getting the following error: File not found:Assets.xcassets/AppIcon.appiconset/Icon180.png

Expected Behavior

The project should build

Actual Behavior

The project does not build

Basic Information

  • Version with issue:
  • Last known good version:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library / AndroidX Version:
  • NuGet Packages:
  • Affected Devices:

Environment

Show/Hide Visual Studio info

Build Logs

Screenshots

Reproduction Link

Workaround

@sisaacks sisaacks added s/unverified New report that has yet to be verified t/bug 🐛 labels May 10, 2021
@Domik234
Copy link

Hey,
open your Assets in iOS project and check if "AppIcon" set exists and if includes "Icon180".

Then open your iOS project (.csproj) in text editor and check all ImageAsset values including

Assets.xcassets\AppIcon.appiconset\

Every file that you find must physically exist on drive in "Assets.xcassets" folder.

If no, remove the ImageAsset tag from your .csproj or add the file to your project (you can move manually file to correct place with correct name or use VS Asset Editor (sometimes may cause bugs).

Note:
Info.plist -> Visual Assets -> App Icons - Here you can set App Icon set that should be used for your project.
When you want to replace Xamarin default and you remove it, project sometimes recreates original Xamarin one and makes the bug that happened to you.

@jsuarezruiz jsuarezruiz added this to New in Triage via automation May 21, 2021
@jsuarezruiz jsuarezruiz changed the title [Bug] [Bug] File not found opening iOS project May 21, 2021
@jsuarezruiz
Copy link
Contributor

jsuarezruiz commented Jun 14, 2021

Have you tried @Domik234 's comment, you still have the issue, can I help you?

@jsuarezruiz jsuarezruiz moved this from New to Needs Info in Triage Jun 14, 2021
@jsuarezruiz jsuarezruiz added the s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. label Jun 14, 2021
@jfversluis
Copy link
Member

We've been in contact and this issue wasn't mentioned. Going to assume this is fixed. If not, please open a new issue with all the details. Thanks! :)

Triage automation moved this from Needs Info to Closed Oct 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p/iOS 🍎 s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/unverified New report that has yet to be verified t/bug 🐛
Projects
Triage
  
Closed
Development

No branches or pull requests

4 participants