简体   繁体   中英

Cannot import files between two projects in a workspace xcode7

在此处输入图片说明 I have a workspace , containing two projects ProjectA and Project B , i want to import some files in project A from projectB

#import "somefileFromProjectB.h" doesnot work. It gives error , "file not found" .I have tried many soultions on stackoverflow but they didnot work for me. Can anyone provide solution for this? Thanx in advance.

这个博客帮助我解决了这个问题,可能会对其他人有所帮助: http : //chadgibbons.com/2012/09/22/project-dependencies-and-include-files-in-xcode/

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