Xcode Warning: “no rule to process file

警告??:

warning: no rule to process file ‘/Users/Kingdev/Desktop/Git/finance_iOS/finance/Library/MBprogressHUD/MBProgressHUD+Add.h‘ of type sourcecode.c.h for architecture armv7
warning: no rule to process file ‘/Users/Kingdev/Desktop/Git/finance_iOS/finance/Classes/Login(登录)/FillPhoneVC.h‘ of type sourcecode.c.h for architecture armv7
warning: no rule to process file ‘/Users/Kingdev/Desktop/Git/finance_iOS/finance/Library/MBprogressHUD/MBProgressHUD+Add.h‘ of type sourcecode.c.h for architecture arm64
warning: no rule to process file ‘/Users/Kingdev/Desktop/Git/finance_iOS/finance/Classes/Login(登录)/FillPhoneVC.h‘ of type sourcecode.c.h for architecture arm64

原因:

文件 ‘MBProgreddHUD+Add.h头文件’ 出现在了Xcode中的:TARGES → Build Phases → Compile Sources中,移除即可解决问题。

图示:

移除掉即可:

时间: 2024-09-29 22:06:08

Xcode Warning: “no rule to process file的相关文章

Xcode waring: no rule to process file *** 警告提示

在编译程序的时候,Xcode给出了警告:warning: no rule to process file *** 类似的警告, 解决方法: 在[build Phases] -> [Compile Source] 里面删除该文件即可.

no rule to process file "xxxxxxxxx" of type XXXXXX.h for architecture i386解决办法

1.每次遇到黄色警告就头疼,一方面log一大堆,不想看.二来解决麻烦. 2直接说解决办法 TARGET →Build Phases →  Compile  Source→ 删除报错的xxxxx.h文件 → clean工程→编译(OK,解决),你要没解决我也没办法

Xcode编译报错:< Apple Mach-O Linker Warning > clang: error: no such file or directory: 'xxxx'

Xcode编译报错概述: clang: error: no such file or directory: 'CoreGraphics' 一般原因是链接库内容导入丢失,这种的排查下target - Build Phases - link banary with library基本能够解决 又或者是导入的库没有在buildSettings里设置library或framework 的 searchPath. but...今天遇到的这情况有点骚哇 不管是重新clone工程还是删除并重新导入报错的类库都

MySQL [Warning] Can’t create test file xxx lower-test(转)

add by zhj:修改的数据库的datadir,然后数据库就无法启动了,错误如下 2014-12-11 16:22:57 26309 [Warning] Can't create test file /data/mysql/server2.lower-test 2014-12-11 16:22:57 26309 [Warning] Can't create test file /data/mysql/server2.lower-test 2014-12-11 16:22:57 26309 [

Xcode 4-PBXcp error修复-No such file or directory

本文主要参考Xcode 4-PBXcp error修复-No such file or directory,并做了一些更新. 接手了一个新项目,真机编译时总是提示"PBXcp error-No such file or directory"这个错误,就是看了上面的文章也没解决问题,几经搜索,终于解决. 原因之一是因为上面文章方法3中说的,targets-build phases的copy bundle resources下有红色资源文件,而红色资源文件恰恰是main.storyboar

A MacFUSE-Based Process File System for Mac OS X

referer: http://osxbook.com/book/bonus/chapter11/procfs/ Processes as Files The process file system ("procfs" for brevity, or simply "/proc", because that's where it is usually mounted) has become a common entity on Unix-like systems.

Building Xcode iOS projects and creating *.ipa file from the command line

For our development process of iOS applications, we are using Jenkins set up on the Mac Mini Server, acting as a Continuous Integration (CI) server. It’s fairly easy to configure Jenkins for Xcode projects using Xcode Plugin - however, from time to t

Mac OS X的利器dtrace,能实现process/file monitor,特别便于排错

例如我想看看为什么Android的make系统出错, 先开启工具追踪瞬间启动的进程命令行,然后做自己想做的事,例如android的mm编译命令 sudo newproc.d ####结果############   这是实时显示的 2015 Oct  2 20:35:07 54743 <54052> 64b  make -C /Users/q/Documents/android_src -f build/core/main.mk all_modules 2015 Oct  2 20:35:07

XCode warning:“View Controller” is unreachable because it has no entry points

Unsupported Configuration: "View Controller" is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:]. 直译:不支持的设置:"View Controller"是不能被取到的,因为它没有程序入口