Can't release iMessage extension in AppStore because of missing Messages framework

蹲街弑〆低调 提交于 2019-12-01 06:56:13

问题


I implemented iMessage extension in my ios project, but after submiting and reviewing my build i see following in iTunnes connect: "Your binary doesn’t implement the Messages framework. The screenshots won’t be shown on the App Store for iMessage."

I tried to add it in main target but still problem is there

I'm quite confused what i should do, as i have it worked in simulator and test device. May i need to change something in my build schema or settings? Thanks in advance for any advices.


回答1:


I've found out that i added a new target instead of extension (http://screencast.com/t/32hMPE8NWeR) To fix that you need to add your iMessage extension to Target Dependencies and .appex file to Embed App Extensions in Build Phases



来源:https://stackoverflow.com/questions/39971827/cant-release-imessage-extension-in-appstore-because-of-missing-messages-framewo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!