简体   繁体   English

将Delphi XE5 FireMonkey Mobile应用导出到iOS Simulator时出错

[英]Error exporting Delphi XE5 FireMonkey Mobile app to iOS Simulator

I can export other apps to iOS so all is setup properly there. 我可以将其他应用导出到iOS因此可以在此处正确设置所有应用。 I was able to export this particular app earlier. 我能够较早地导出此特定应用。 But at some point something got introduced that is causing this error. 但是在某些时候引入了某种导致此错误的信息。 I cannot figure out what. 我不知道是什么。

This it the output from the iOS Simulator log: 这是来自iOS模拟器日志的输出:

<Error> Service attempted to set environment variable with reserved name: LANG

I have not set anything in my code with LANG , not purposefully. 我没有故意在代码中使用LANG设置任何内容。 Anyone have any idea where this may be coming from? 有人知道这可能来自哪里吗? Or how to find out? 或如何找出来?

Appreciate any direction. 欣赏任何方向。 Later in the error it mentions UIKitApplication and gives some numbers, is there a way to track those down? 在错误的后面,它提到了UIKitApplication并给出了一些数字,有没有办法追踪这些数字?

This app has a few pages, some edits on first screen, rest-client components and clientdata set on second, listView, then some labels, few buttons, IdHTTP comoponents. 这个应用程序有几页,在第一个屏幕上有一些编辑,在第二个屏幕上有rest-client组件和clientdata设置,还有listView,然后有一些标签,几个按钮,IdHTTP组件。

Can anyone give me the possible solution to this? 谁能给我这个可能的解决方案?

Figured out the issue. 找出问题。 Mismatched versions of the SDKs installed. 安装的SDK版本不匹配。 Once I reinstalled and reimported the Mac OS SDK, I had upgraded to 10.9, I could run iOS Simulator. 重新安装并重新导入Mac OS SDK之后,我已经升级到10.9,可以运行iOS Simulator。 Once I reimported the iOS Device SDK I could run those as well, and the error went away. 重新导入iOS设备SDK后,我也可以运行它们,并且错误消失了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM