找不到'CocoaAsyncSocket / GCDAsyncSocket.h'文件

时间:2015-12-09 04:54:12

标签: ios objective-c xmppframework

在整合最新的robbiehanson的XMPPFramework时,我想出了一个错误:import sys from cx_Freeze import setup, Executable company_name = '####' product_name = 'Robot Parser V1.0' exebuildOptions = dict(packages=[], excludes=[], includes=['atexit'], include_files=['qwed.ui', 'sub.ui']) bdist_msi_options = { 'upgrade_code': '{parser-04291986}', 'add_to_path': False, 'initial_target_dir': r'[ProgramFilesFolder]\%s\%s' % (company_name, product_name)} base = None if sys.platform == 'win32': base = 'Win32GUI' executables = [Executable('__init__.py', base=base, shortcutName="Robot.ini Parser V1.0", shortcutDir="DesktopFolder")] setup(name='Roboparser', version='0.1', description='Sample cx_Freeze PyQt4 script', options={'build_exe' : exebuildOptions, 'bdist_msi': bdist_msi_options}, executables=executables )

enter image description here

和一种类似的错误:

CocoaAsyncSocket/GCDAsyncSocket.h' file not found

enter image description here

帮助!

1 个答案:

答案 0 :(得分:3)

在您的项目中打开Built Setting,然后将其设置为

User Header Search Paths = $(SRCROOT)   // recursive. 
Always Search User Paths = YES