-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Labels
enhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS
Milestone
Description
Steps to Reproduce
- One solution containing two or more projects
- An app project (multiplatforms), using Xamarin.Forms
- A library project (multiplatforms), using Xamarin.Forms
In the app project, under iOS, fill the Assets.xcassets with app icon and a new Media.xcassets with images.
In the library project, under iOS, add a nex XXXX.xcasset file and add images in it.
Make sure that the app refers to the library and then build it.
Expected Behavior
Images added to the assets are present.
Actual Behavior
The application loses its images, the app icon as well as other assets that were in xcassets folder.
Move the images outside the xcassets, put them in the Resources folder, delete the xcassets file and rebuild. App icon and images are back.
Example Project (If Possible)
This is from a feedback issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS