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

[Xamarin.iOS10] BundleResource in startup project got overwritten by ios Library project #170

Open
masonyc opened this issue Jun 30, 2019 · 1 comment

Comments

@masonyc
Copy link

masonyc commented Jun 30, 2019

Description
In my Xamarin Forms project, I had an iOS library that contains all the image files I need in my app.
The project build SDK for the iOS library is set to MSBuild.Sdk/Extras/2.0.29. The problem is when I had an image in the iOS library named "TEST.png" and I had a different image in my startup iOS project also named "TEST.png". I want to show the image in the startup project instead of the image in the iOS library.

Wrong Behavior
Currently, if I build on a Mac device, the application always shows the image in the iOS library project. And if I build on a Windows device, the application will not carry the image from the iOS library over to the startup project's bins folder.

Expected Behavior
Under Mac build, In the attached sample project, if I change "test2.png" in the startup project to "test.png" it should show the image file under the startup project.
Under Windows build, it should display an image from iOS library project
App1.zip

@softlion
Copy link

Any workaround ?

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