Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的设备上安装我的应用程序版本。 我有一个“.ipa”文件和一个在我的设备上验证的配置文件。
当我在 Windows 中同步我的 IOS 设备时,它说我有问题
"entitlements are not valid".
当按下获取更多信息时,它说我必须更新设备软件,我不想这样做。 如何解决?
由于我项目的 entitlements.plist 中的数据,我对该网站有疑问。问题出在证书上。我完成了创建配置文件和 .ipa 文件的整个过程。并将其更改为分发而不是开发人员。之后它工作顺利
In my javascript code, I'm creating an <object> like so:
<object>
var myObject = document.createElement('object');
Then, I to add some parameters to this object, so that thes