admin管理员组文章数量:1391991
I recently updated my development environment to the following versions:
Titanium CLI: v7.1.6 Titanium SDK: v12.5.0.GA Xcode: 16.2 After the update, I encountered an issue with provisioning profiles in VSCode—they are not detected. However, when I check in Xcode, the profiles are visible, and I can select the correct one.
The strange part is:
When I build the app using VSCode, it runs properly in the simulator. When I build the app using Xcode, the simulator opens, but the app gets stuck on the logo screen (frozen). Has anyone experienced a similar issue or have insights into what might be causing this behavior? Could it be related to the Xcode version update or a configuration mismatch? Any guidance would be greatly appreciated!
Thanks in advance!
I recently updated my development environment to the following versions:
Titanium CLI: v7.1.6 Titanium SDK: v12.5.0.GA Xcode: 16.2 After the update, I encountered an issue with provisioning profiles in VSCode—they are not detected. However, when I check in Xcode, the profiles are visible, and I can select the correct one.
The strange part is:
When I build the app using VSCode, it runs properly in the simulator. When I build the app using Xcode, the simulator opens, but the app gets stuck on the logo screen (frozen). Has anyone experienced a similar issue or have insights into what might be causing this behavior? Could it be related to the Xcode version update or a configuration mismatch? Any guidance would be greatly appreciated!
Thanks in advance!
Share Improve this question edited Mar 14 at 8:32 tsuser asked Mar 14 at 8:31 tsusertsuser 92 bronze badges1 Answer
Reset to default 0You shouldn't use Xcode to build the app. There is an (old) open Pr https://github/tidev/titanium-sdk/pull/13032 that should make it work with Xcode again. It's very old so it might not be the same issue you are seeing. But the normal build process is to use ti build -p ios -T#
to create a working app and let the CLI drive Xcode to build the app.
You can always add -l trace
at the end to see more log output. It will also present you the profiles you can select to build the app.
本文标签: iosIssue with Provisioning Profiles amp Simulator Behavior in Titanium VSCodeXcodeStack Overflow
版权声明:本文标题:ios - Issue with Provisioning Profiles & Simulator Behavior in Titanium VSCodeXcode - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744667765a2618637.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论