Note that there are some explanatory texts on larger screens.

plurals
  1. POXcode project does not see changes made to linked library
    primarykey
    data
    text
    <p><strong>Developing in</strong>: Xcode 5</p> <p><strong>Setup</strong>: Workspace contains two projects (workspace and projects are pre-existing). Project one is an iPad app, project two is a framework library used by project one. </p> <p><strong>Issue</strong>: Upon getting code from repository, the project app works as it should; no issues. I then make modifications to the library project (add a new method to an existing class in the library project and build... no errors) and add code to the app project to call this new method in the library project's class (<strong><em>Code completion sees the new method, then build... no errors</em></strong>). Then I <strong><em>run/debug</em></strong> the app project (whether on iOS device or simulator, it doesn't matter). When I get to the line in the app project that calls the new method of the class in the library project I get the following error:</p> <blockquote> <p>Unrecongnized selector sent to instance 0x16665af0</p> </blockquote> <p>I've had better Objective-C coders look at it and the code itself is good. I've also followed the suggestions of the links below, but the issue still remains.</p> <blockquote> <p><a href="https://stackoverflow.com/questions/6204364/changing-the-source-of-a-static-library-needs-clean-and-build-in-xcode-4">Changing the source of a static library needs clean and build in xcode 4</a></p> <p><a href="https://stackoverflow.com/questions/5483909/how-should-i-manage-dependencies-across-projects-in-an-xcode-workspace">How should I manage dependencies across projects in an Xcode workspace?</a></p> <p><a href="http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/" rel="nofollow noreferrer">http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/</a></p> </blockquote> <p>This code is for a commercial app so suggestions such as "Open file x or y and edit it manually" cannot be accepted.</p> <p>Any suggestions?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload