Sticker Pack problems with Xcode 11

I've got two problems with Xcode 11 GM:


1. Whenever I upload my app that contains a sticker extension, App Store Connect yells at me: WARNING ITMS-90747: "Architecture incompatible with MinimumOSVersion. The app bundle at 'Ohio State.app/PlugIns/Ohio State Stickers.appex' specifies a MinimumOSVersion of '13.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later."


I don't see how this is possible from my configuration. It's set the same way as our other application extensions and they generate only for arm64. For some reason the sticker pack includes armv7, armv7s, and arm64.


2. I can no longer select the messages extension app icon from the project navigator view. The value from Xcode 10 is in there still, but it's red and the drop down for App Icons Source doesn't even list the asset catalog that contains the icon. It appears to only be looking for standard iOS icons now.


At this point I guess I'm going to be releasing our iOS 13 update with broken sticker apps unless anyone has a solid idea on how to fix this.

Replies

Were you able to fix problem 2? We have the same and, being unable to get it to work again (was working in beta versions of XCode 11 before GM) we published a version of an app with the sticker pack removed, hoping we will find a way to add it again for the next version.


Best regards,


Andreas

Hello, we are having the same issue, Xcode 11 is not showing the iMessage assets

I'm not sure if this is the proper solution to 1, but I think you can solve it by lowering the target of the sticker pack to iOS 11 to clear the warning.