表情包包含了 8 个日常贴纸,微信平台在审核,很快也会上,iOS 是顺带了,没想到先发布了。iOS 所以没有太多数量的表情包,后面同学会在微信上更新表情包贴纸,喜欢的可以看看,谢谢……(^-^)。
1
iwh718 OP 微信已上线。戏精汤汤。😍
|
2
htw128 2023-02-12 11:53:01 +08:00
hello ,我最近也在开发贴纸包,但是每次一点击贴纸信息 App 就崩溃,但是拖动并黏贴到已发送的信息上是 OK 的……目前能发现的报错只有 `[PPT] Error creating the CFMessagePort needed to communicate with PPT.` 请问大佬有什么头绪么……
完整报错信息如下: ``` 2023-02-12 11:50:24.090812+0800 testing StickerPackExtension[10470:421826] Failed to inherit CoreMedia permissions from 10444: (null) 2023-02-12 11:50:24.091678+0800 testing StickerPackExtension[10470:421773] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-02-12 11:50:24.103162+0800 testing StickerPackExtension[10470:421773] initWithStickerPackURL MSStickerPackCollectionViewDataSource file:///Users/username/Library/Developer/CoreSimulator/Devices/C2B0836A-2D85-4E53-AD23-6C386B097073/data/Containers/Bundle/Application/6315F9F6-6829-48E3-AF5D-32F90098857B/testing.app/PlugIns/testing%20StickerPackExtension.appex/Sticker%20Pack.stickerpack/ 2023-02-12 11:50:24.167920+0800 testing StickerPackExtension[10470:421773] [PPT] Error creating the CFMessagePort needed to communicate with PPT. ``` 环境 Xcode 14.2 macOS Ventura 13.2 iOS 模拟器版本 iPhone 14 Pro iOS 16.2 |