尝试从自定义框架中获取实例时,titanium.py运行失败并出现错误

时间:2013-04-20 02:41:36

标签: ios titanium-modules

大家好我需要创建一个iOS Titanium模块。 在我的情况下,我必须添加一个框架,其中包含一些其他依赖的框架,CoreLocation,SystemConfiguration和libz.dylib,但我不认为我需要将此添加到xcconfig,除了我的自定义静态库框架使用OTHER_LDFLAGS = $(继承) - 框架MyCustomFramework。

无论如何,这不是我的问题,但我提到原因可能会参与,问题是当我使用共享实例,单例,获取实例返回,而当然这个自定义框架在后台做了一些东西我得到这个错误当试图用

运行时
[ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR]
[ERROR] Error: Traceback (most recent call last):
[DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/builder.py", line 1379, in main
[DEBUG] execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=LOG__ID=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s" % (log_id,sdk_version,debugstr,kroll_coverage)],False)
[DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/builder.py", line 1286, in execute_xcode
[DEBUG] output = run.run(args,False,False,o)
[DEBUG] File "/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/run.py", line 41, in run
[DEBUG] sys.exit(rc)
[DEBUG] SystemExit: 65
[ERROR] Build Failed. See: /var/folders/dz/nm9p6dtd4lx_xc8805p8f1340000gn/T/mobr_fRti/test_module/build/iphone/build/build.log

当我删除sharedInstance时,我尝试初始化并返回并使实例为nil,它运行成功,但当然没有任何价值:)

任何人都知道这个错误意味着什么?

谢谢。

0 个答案:

没有答案