Stickers Troubleshooting

Is anyone here familiar with making stickers and troubleshooting in Xcode? I’m able to import my png images but they don’t show up on the simulator at all. I then receive this error message:


2022-11-15 16:30:28.547818-0600 Home Pack 1 StickerPackExtension[2041:32814] Failed to inherit CoreMedia permissions from 2036: (null)

objc[2041]: Class _PathPoint is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore (0x11e3f7340) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x13ce94fe8). One of the two will be used. Which one is undefined.

objc[2041]: Class _PointQueue is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore (0x11e3f7318) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI (0x13ce95010). One of the two will be used. Which one is undefined.

2022-11-15 16:30:28.659531-0600 Home Pack 1 StickerPackExtension[2041:32784] [PPT] Error creating the CFMessagePort needed to communicate with PPT.

2022-11-15 16:30:44.719052-0600 Home Pack 1 StickerPackExtension[2041:32813] Failed to inherit CoreMedia permissions from 2036: (null)

2022-11-15 16:30:44.740773-0600 Home Pack 1 StickerPackExtension[2041:32784] [PPT] Error creating the CFMessagePort needed to communicate with PPT.

Message from debugger: Terminated due to signal 15

Program ended with exit code: 15


Any help would be much appreciated!