I tried download ProgressHUD to my xcode and after adding all my files i clicked to add bridging file also.After i deleted all my files Xcode showed me this
我尝试将ProgressHUD下载到我的xcode中,在添加了我的所有文件后,我也点击了添加桥接文件。我删除了所有文件后Xcode向我展示了这个
error opening input file '/Users/muradshahmammadli/Desktop/Xcode Projects/Instagram/Instagram/Instagram-Bridging-Header.h' (No such file or directory)
I'm not trying to open this anywhere what is the problem? i'm using Xcode 9
我不打算在任何地方打开这个问题是什么?我正在使用Xcode 9
1 个解决方案
#1
1
The bridging header is specified in your target’s Build Settings. Select your project, then your target, then click Build Settings. Search for “bridging header”. Select it and press delete to remove the custom setting. You may need to clean your target before the error disappears.
桥接标头在目标的构建设置中指定。选择项目,然后选择目标,然后单击“构建设置”。搜索“桥接标题”。选择它并按删除以删除自定义设置。在错误消失之前,您可能需要清理目标。
#1
1
The bridging header is specified in your target’s Build Settings. Select your project, then your target, then click Build Settings. Search for “bridging header”. Select it and press delete to remove the custom setting. You may need to clean your target before the error disappears.
桥接标头在目标的构建设置中指定。选择项目,然后选择目标,然后单击“构建设置”。搜索“桥接标题”。选择它并按删除以删除自定义设置。在错误消失之前,您可能需要清理目标。