Strange issue for iCloud Ubiquity Container in Xcode 5.0

安稳与你 提交于 2019-12-13 07:44:32

问题


I have distributed my iPad/iPhone universal app "Consumptions" in the store. The app uses iCloud UIDocument to share the database between the devices. Works fine ;-) Now I want to develop an OS X pendant with access to the same iOS iCloud document. In Xcode/Capabilities I tried to add the Ubiquity Container from the iOS project to the Mac project but I get a red "!" in the Mac project. If I click on "Fix Issue" the "!" disappears on the Mac project but appears on the iOS project. Any hints?


回答1:


I had the same problem. My solution was to manually add a "Provision Profile" under "Build Settings / Code Signing" section in Xcode 5 for the iOS and OS X project.



来源:https://stackoverflow.com/questions/18979732/strange-issue-for-icloud-ubiquity-container-in-xcode-5-0

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