一、问题表现:

在MAC OSX(10.9.2)上安装了比较新的XCODE5.1 和COMMAND LINE TOOLS

在DELPHI XE5 UP2上放了一个按钮,输出到MAC OSX上,出现:

Wrapper init failed: (null)

查看了很多大侠的博客。

二、问题的其他表现在Embarcadero的论坛上找到:

原文位置:https://forums.embarcadero.com/thread.jspa?threadID=101749&tstart=0

What does this mean and how can I correct it?

I started getting this error today and I've even tried going to a backup that used to work, and when that didn't work I tried creating a new Hello World app and that didn't work either.

This is a on a Mac-In-Cloud machine that up until today was working. The target is iOS simulator, iPhone.

This is using Delphi XE5 Update1 on Windows7. The SDK is iPhoneOS 7.0.3.

Gary


Error

Unable to launch process on 'LA204.macincloud.com' using the parameters from the 'MacinCloud' profile.

The following error was returned: 'Wrapper init failed: (null)'

三、解决方案:推荐是安装Hotfix 6 或者升级到XE6

错误的描述是:

[Xcode 5.1] iOS Simulator fails with wrapper init failed (null) error

Steps to Reproduce:

1. Run of iOS app from Delphi XE5 using Simulator fails with error 'wrapper init failed (null)' 
2. PAServer is started and connection succeeds from the profile.
3. Xcode update was done prior to this problem occuring, but App store shows the Xcode is installed and does run.
4. Up until this update of Xcode the simulator worked fine.

When I go to [tools] [options] SDK Manager and select iOS [Update local file cache] I get error
Directory does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include/

I have reinstalled PAServer but that did not help.

附 Hotfix 6 for RAD Studio, Delphi, and C++Builder XE5 Update 2的说明:

Available to registered users of Delphi XE5, C++Builder XE5, RAD Studio XE5, and Embarcadero All-Access XE

This Hotfix resolves issues with iOS apps when using iOS SDK 7.1 and Xcode 5.1.

Updated on April 17, 2014 to address the issue on Mountain Lion as well.

原文位置: http://qc.embarcadero.com/wc/qcmain.aspx/qcmain.aspx?d=123133

DELPHI XE5 UP2 运行IOS 遇到 Wrapper init failed: (null)问题的解决办法的更多相关文章

  1. 关于delphi软件运行出现Invalid floating point operation的错误的解决办法

    关于delphi软件运行出现Invalid floating point operation的错误的解决办法   关于delphi软件运行出现Invalid floating point operat ...

  2. 运行js提示库没有注册错误8002801d的解决办法

    运行js提示库没有注册错误8002801d的解决办法这个错误主要是因为服务器上的windows scripts版本较低,请按下面的链接下载较高版本windows scripts 5.6并在服务器上进行 ...

  3. 嵌入式X86运行linux及QtEmbedded+触摸屏(X86PC104+Xlinux+QtE+触摸屏解决办法)

    嵌入式X86运行linux及QtEmbedded+触摸屏(X86PC104+Xlinux+QtE+触摸屏解决办法) QQ:5724308 邮箱:sankye@163.com

  4. centos7.5离线安装Docker及容器运行报OCI runtime create failed 问题定位与解决

    前言 接上篇 <记一次centos挂载ceph存储的坑> 服务器重做了centos7.5版本的操作系统,剩下就是安装docker,考虑yum安装耗时较长,我一般都是直接安装二进制版本doc ...

  5. ios上架报错90080,90087,90209,90125 解决办法

    ERROR ITMS-90087: "Unsupported Architectures. The executable for yht.temp_caseinsensitive_renam ...

  6. mac上运行appium提示错误Encountered internal error running command 解决办法

    [debug] [iOS] App is not installed. Will try to install. [MJSONWP] Encountered internal error runnin ...

  7. Android每次运行项目时重新启动一个新的模拟器的解决办法

    具体解决办法 1.打开任务管理器,结束adb进程 2.此时android console下面会出现错误信息 3.切换到dos下面运行: adb start-server 4.重新运行android项目 ...

  8. eclipse运行spark程序时日志颜色为黑色的解决办法

    自从开始学习spark计算框架以来,我们老师教的是local模式下用eclipse运行spark程序,然后我在运行spark程序时,发现控制台的日志颜色总是显示为黑色,哇,作为程序猿总有一种强迫症,发 ...

  9. hadoop集群运行jps命令以后Datanode节点未启动的解决办法

    出现该问题的原因:在第一次格式化dfs后,启动并使用了hadoop,后来又重新执行了格式化命令(hdfs namenode -format),这时namenode的clusterID会重新生成,而da ...

随机推荐

  1. MySQL连接查询、联合查询、子查询

    参考地址:http://blog.csdn.net/u011277123/article/details/54863371 1.MySQL连接查询 连接查询:将多张表(>=2)进行记录的连接(按 ...

  2. css学习笔记之图像

    图像与文本的对齐方式: vertical-align:text-top;表示的意思是图像的顶部和同一行的文本对齐,但文本不会超出图片的上边线. vertical-align:middle;表示的意思是 ...

  3. Python基础-变量作用域

    1.函数作用域介绍 函数作用域 Python中函数作用域分为4种情况: L:local,局部作用域,即函数中定义的变量: E:enclosing,嵌套的父级函数的局部作用域,即包含此函数的上级函数的局 ...

  4. 直接通过ADO操作Access数据库

    我在<VC知识库在线杂志>第十四期和第十五期上曾发表了两篇文章——“直接通过ODBC读.写Excel表格文件”和“直接通过DAO读.写Access文件”,先后给大家介绍了ODBC和DAO两 ...

  5. android签名生成和发布

    首先,我们需要一个keystore,当然已经有了的话就不用这一步了:cmd下:进入到jdk的bin目录,这样的话,android.keystore文件就会生成在这个目录下,签名的时候我们需要这个文件C ...

  6. composer 发布自己的开源软件

    首先创建一个github项目. 在项目中,创建一个composer.json文件. { "name": "jiqing9006/valid", "de ...

  7. 小程序中WXSS样式控制

    WXSS WXSS(WeiXin Style Sheets)是一套样式语言,用于描述 WXML 的组件样式. WXSS 用来决定 WXML 的组件应该怎么显示. 为了适应广大的前端开发者,WXSS 具 ...

  8. unicode gbk 转换函数

    typedef unsigned short WCHAR; //字库信息结构体定义 //用来保存字库基本信息,地址,大小等 __packed typedef struct { u8 fontok; / ...

  9. gevent实现套接字

    server------------- #!/usr/bin/env python # encoding: utf-8  # Date: 2018/6/17 from gevent import mo ...

  10. python's eithteenth day for me 面向对象——命名空间

    创建一个类就会创建一个类的名称空间,用来存储类中定义的所有名字,这些明细称为类的属性. 而类有两种属性:静态属性和动态属性:   1,静态属性就是直接在类中定义的变量. 2,动态属性就是定义在类中的方 ...