错误:警告:未提供移动配置文件

发布于 2025-01-17 11:50:52 字数 420 浏览 4 评论 0原文

我试图在个人应用程序上使用AppleSign。

applesign -i 1695CB418CE88EF8B473E474F364F5E4B18CAE0F SecureStorev1.ipa

But I'm receiving the error

No mobile provisioning file provided at Applesign.signAppDirectoryInternal (/Users/User/.nvm/versions/node/v16.14.2/ lib/node_modules/applesign/index.js:167:15)

对此修复的想法吗?

我正在尝试通过Xcode将应用程序安装到越狱的iPhone。我观看了我使用过的命令工作的视频,但这不适合我。

I was trying to use applesign on a personal app.

applesign -i 1695CB418CE88EF8B473E474F364F5E4B18CAE0F SecureStorev1.ipa

But I'm receiving the error

No mobile provisioning file provided at Applesign.signAppDirectoryInternal (/Users/User/.nvm/versions/node/v16.14.2/lib/node_modules/applesign/index.js:167:15)

Any idea on the fix for this?

I'm trying to install an app to a jailbroken iphone via xcode. I watched a video where the command I used worked, but it isn't for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骄兵必败 2025-01-24 11:50:52

我想我解决了这个问题。我必须添加以下内容。

-b [bundle identifier]
-c [Followed by file]
-m [embedded mobile provision file]

最终格式最终成为。

applesign -i [my string] -b [bundle identifier] -c [application] -m
[embedded.mobileprovision]

只是以为我会在这里留下答案,以帮助其他可能遇到这个问题的人。

I think I solved this. I had to add the following.

-b [bundle identifier]
-c [Followed by file]
-m [embedded mobile provision file]

The final format ended up being.

applesign -i [my string] -b [bundle identifier] -c [application] -m
[embedded.mobileprovision]

Just thought I'd leave the answer here to help out anyone else who may be having this issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文