This iMessage application is missing its required iMessage app extension

可紊 提交于 2019-12-12 12:43:09

问题


Using Xcode 8.0, running stickers app on iPhone (with iOS 10.0.2) gives me this error:

This iMessage application is missing its required iMessage app extension

It runs fine on simulator. What am I doing wrong? I'm using Xcode 8.1 Beta .


回答1:


Please check if your deployment target is less than your device iOS version. If you are running Xcode Beta with deployment target 10.1, your device must be at least on same beta version. Reduce your deployment target to 10.0 otherwise.




回答2:


Please make sure that the deployment target in your Xcode 8 is less than or equal to your device iOS version. You need to change the deployment target in both the "Project" and "Targets" in your Xcode to make a successful build.



来源:https://stackoverflow.com/questions/40049478/this-imessage-application-is-missing-its-required-imessage-app-extension

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