objective c - Xcode Preprocessed File Troubleshooting Circular Import Loop -


i using xcode 4.6.2 , believe facing circular import issue in project unable troubleshoot. due not able access few methods class using class method. see earlier question here.

although using @class instead of #import in header files, still unable fine problem is. members of stackoverflow have suggested me use xcode's built in functionality found under product > generate output > preprocessed file.

i have used functionality , generated file long follow , don't know it.

i have tried searching how use troubleshoot issue couldn't find help. can me point out how use "preprocessed file" troubleshoot issue. thanks!

i went through earlier question have mentioned inside question. have said using @class instead of #import in header files, methods trying access declared in header files , there no typos of kind.

in such cases, no body points issue going anyway because have faced such issues many times. have created many copies of project work on each functionality , keeping working project.

when this, xcode still using older copies of few files. means still using older copy of thefeedstore.h when methods trying access not declared you.

how solve problem simple. go file trying access methods , files in these methods declared.

in utilities section on right hand side, check location , full path under "identity , type" area.

first check names of project, if different project name working on, means xcode still pulling old copies of files previous revision of project. see blue arrows project name 13samplemorerequests in case.

utilities section

if name same project name, answer not solve problem. if different, should use new copies of file browsing new location using sign pointed out red arrow.

once browse , use new files, problem solved , able access methods. if still can't, copy these files, delete project , add them again , won't face problem.

hope helps!


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -