Cocos2d iphone 使用Apportable将ios应用程序移植到android应用程序:AttributeError:';非类型';对象没有属性';从'开始;

Cocos2d iphone 使用Apportable将ios应用程序移植到android应用程序:AttributeError:';非类型';对象没有属性';从'开始;,cocos2d-iphone,apportable,Cocos2d Iphone,Apportable,我陷入了这个错误 AttributeError:'NoneType'对象没有属性'startswith' 当尝试“适当的负载”时 谁能帮我? 以下是登录终端的详细信息: 退赛(最近一次呼叫最后一次): 文件“/Users/ducnm/.apportable/SDK/bin/apportable”,第845行,在 运行(环境) 文件“/Users/ducnm/.apportable/SDK/bin/apportable”,第781行,运行中 结果=操作[参数操作](环境) 文件“/Users/du

我陷入了这个错误
AttributeError:'NoneType'对象没有属性'startswith'

当尝试“适当的负载”时 谁能帮我? 以下是登录终端的详细信息:

退赛(最近一次呼叫最后一次): 文件“/Users/ducnm/.apportable/SDK/bin/apportable”,第845行,在 运行(环境) 文件“/Users/ducnm/.apportable/SDK/bin/apportable”,第781行,运行中 结果=操作[参数操作](环境) 文件“/Users/ducnm/.apportable/SDK/bin/apportable”,第86行,在LoadAction中 返回env.LoadApp(site_init.BuildApplication(env,env['BUILD_TARGET'])) BuildApplication中的第390行文件“/Users/ducnm/.apportable/SDK/site\u scons/site\u init.py” 返回build.App(env,App_sconscript) 文件“/Users/ducnm/.apportable/SDK/site_scons/build/_init__.py”,第556行,应用程序中 results=env.BuildApp(sources=sources,header\u path=headers,defines=defines,flags=flags,config=configs,deps=deps,libs=libs,java\u libs=java\u libs,assets=assets,pch=pchs,modules=modules,java\u sources=java\u sources=java\u sourcepath,java\u res\u dirs=java\u dirs) 文件“/Users/ducnm/.apportable/SDK/lib/scons/engine/scons/Environment.py”,第223行,在调用中__ 返回self.method(*nargs,**kwargs) BuildApp中的文件“/Users/ducnm/.apportable/SDK/site\u scons/site\u init.py”,第1204行 build.Module(env,Module[“build_cwd”],Module) 文件“/Users/ducnm/.apportable/SDK/site\u scons/build/\uuu init\uuu.py”,第577行,模块中 target_file_name_base=os.path.abspath(os.path.join(target[“project”]+“.approj”、“targets”、target[“target”]、target[“project_config”])) 文件“/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py”,第66行,在join中 如果b.startswith('/'):
AttributeError:“非类型”对象没有属性“startswith”
AttributeError:“非类型”对象通常表示链接器缺少符号。在日志中向上查找缺少的符号


背景:
apportable load
执行并行生成,导致致命错误后出现更多日志记录。可以使用选项-j1禁用并行生成。

Ah,这是另一个生成系统错误。此线程可能会有所帮助。除此之外,如果可以简化/最小化Xcode子项目结构。否则,下一个SDK版本1.1.05将有多个构建系统修复程序,可能会对您有所帮助。我通过了“AttributeError”。但现在,我发现AFN网络库有一个新问题/Classes/AFURLConnectionOperation.h:186:1:错误:具有“retain(或strong)”属性的属性必须为对象类型@property(非原子,strong)dispatch\u queue\u t completionQueue;尚未支持AFNetworking 2.0。看见