简体   繁体   中英

Xcode compiler doesn't see files after update to v6.3?

After update i have errors with folders in my project.

 file not found 

进口 and if i comment this import, i get this

Unknown class FLLoginVC in Interface Builder!

But they are in project 档案 and in copy bundle 复制捆绑 file. If i add my FLLoginVC.h and FLLoginVC.m to ' Copy Bundle Resources ', it works, but if i add full folder hierarchy, it doesn't.

You don't add the whole folder to copy bundle resources. You select the .m and go into sidebar, first tab, and check your current target (so that the code compiles for that target). You only copy images and data files to bundle.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM