mfractor / mfractor-feedback

Found a bug or have a feature request for MFractor? Submit it here!
3 stars 0 forks source link

Import App Icon fails to compile on a brand new scaffolded Xamarin Forms app. #308

Closed eddieyanez closed 3 years ago

eddieyanez commented 3 years ago

This is all the error info that the compiler gives me:

/Users/xxx/repos/xxx/MyApp.Mobile.iOS/obj/iPhoneSimulator/Debug/device-builds/iphone 12 pro-14.2/actool/cloned-assets/Assets.xcassets: Error: The stickers icon set or app icon set named "AppIcon" did not have any applicable content. (MyApp.Mobile.iOS) actool

Installation Information

--Platform Information--
Operating System: Mac
OS: Unix
OS Service Pack: 
OS Version: Unix 20.1.0.0
--MFractor Information--
Product Name: MFractor
Product Version: 4.4.1.0
Product Variant: Visual Studio Mac
Product Variant Version: 8.8.2.41
Product SKU: MFRACTOR-VS-MAC
Commit SHA: 81f0cb62f11f59e70f9491ad27c616b0bff331b4
Revision: 4672
Branch: master
Date: 18/11/2020 10:01:17 PM (UTC)
Agent: Local
Installed extensions:   'MFractor (4.4.1)', 'Refactoring Support (8.8.2)', 'JavaScript Debugger (8.8.2)', 'Azure Functions development (8.8.2)', 'Android development (8.8)', 'Web Project Support (8.8.2)', 'Visual Designer Support (8.8.2)', 'Test Runner (8.8.2)', 'Subversion core engine (8.8.2)', 'ILAsm Language Binding (8.8.2)', 'NuGet Packaging (8.8.2)', 'GTK# Visual Designer (8.8.2)', 'MonoDevelop Assembly Browser (8.8.2)', 'Git support (8.8.2)', 'CSharp Language Binding (8.8.2)', 'Project Web References (8.8.2)', 'Xamarin Test Cloud (8.8)', 'Xamarin Test Cloud - NUnit (8.8)', 'Android Deploy (16.8.0.507)', 'Version Control Support (8.8.2)', 'NUnit support (8.8.2)', 'Debugger support for MonoDevelop (8.8.2)', 'Mono Soft Debugger Support (8.8.2)', 'Xamarin Ide Identity (8.8.2)', 'Xamarin Hot Reload (1.0.0.4127551)', 'Text Templating (8.8.2)', 'NuGet Package Management (8.8.2)', 'Azure Support (8.8.2)', 'MonoDevelop Text Editor (8.8.2)', 'Xamarin Designer (16.8.0.507)', 'Web Editors (8.3)', 'Xamarin Terminal (8.8.2)', '.NET Core Support (8.8.2)', 'Xamarin Addins Core (8.8)', 'Container Tools (1.0.20200521.1)', 'Extension Developer Tools (8.8.2)', 'ConnectedServices (8.8.2)', 'Xamarin.Forms Previewer (16.8.0.507)', 'Android Designer (16.8.0.507)', 'Xamarin.Mac development (8.8)', 'Performance Diagnostics of IDE (8.8.2)', 'Unit Testing core support (8.8.2)', 'ChangeLog Add-in (8.8.2)', 'JavaScript and TypeScript (8.3)', 'Razor Language Services (8.0.20201102.3)', 'Xamarin Ide Extensions for Mac (8.8.2)', 'VisualFSharp (8.8.2)', 'Xamarin Ide Extensions (8.8.2)', 'Regex Toolkit (8.8.2)', 'MonoDevelop Mac Platform Support (8.8.2)', 'MonoDevelop Text Editor (8.8.2)', 'VsCode Debug Protocol support for MonoDevelop (8.8.2)', 'Deployment Services Core (8.8.2)', 'Forms Project Support (8.8)', 'Mac Development (8.8)', 'XamlLanguageService (16.8.0.507)', 'iOS development (8.8)', 'Visual Studio for Mac Tools for Unity (2.8.3.0)', 'Mono Soft Debugger Support for ASP.NET (8.8.2)', 'MonoDevelop Source Editor (8.8.2)', 'Gettext Translations Support (8.8.2)', 'Azure Mobile App Service (8.8)', 'MonoDevelop Hex Editor (8.8.2)', 'GDB Debugger Support (8.8.2)', 'Makefile generation (8.8.2)', 'iOS Designer (16.8.0.507)', 'Subversion support (8.8.2)', '.Net Core Debugger (8.8.2)', 'XML Editor (8.8.2)', 'VB.NET Language Binding (8.8.2)', 'ASP.NET Core Support (8.8.2)', 'Azure DevOps Authentication Support (8.8.2)'
matthewrdev commented 3 years ago

Hi Eddie,

Thanks for reporting this, I’ve investigated the error and it’s caused by the “subtype” tag being included into the contents json.

I’ve fixed this locally and will have a build ready/deployed by tomorrow.

On Sun, 29 Nov 2020 at 4:06 am, Eddie Yanez notifications@github.com wrote:

This is all the error info that the compiler gives me:

/Users/xxx/repos/xxx/MyApp.Mobile.iOS/obj/iPhoneSimulator/Debug/device-builds/iphone 12 pro-14.2/actool/cloned-assets/Assets.xcassets: Error: The stickers icon set or app icon set named "AppIcon" did not have any applicable content. (MyApp.Mobile.iOS) actool

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mfractor/mfractor-feedback/issues/308, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY4AOOPHSBA4CZFV7ATVILSSE3Z7ANCNFSM4UF6DMRA .

-- Regards, Matthew Robbins

matthewrdev commented 3 years ago

@eddieyanez Can you please update to MFractor 4.4.2 and try the app icon import? This should now be fixed.

eddieyanez commented 3 years ago

Thanks Matthew. I've tested v4.4.2 and I can import an App Icon and compile the iOS project without issues.

matthewrdev commented 3 years ago

Excellent! That's great to hear.

Thanks for the bug report, keep the feedback coming!

eddieyanez commented 3 years ago

Will do. So far, the App Icon functionality works great and is very simple and convenient to use.