- Where Developers Learn, Share, & Build Careers


I'm still a newbie with Xcode. I have added a third party open source project for my project. Your goal has been added to the dependencies, and the ".a" file is added to "binary links" with ".b" libraries.

However, I discovered the error in the source code of this project. Now when I have corrected this error, how can I rebuild this project so that I can replace this new project with my Can I use the code I got?

Thanks

If your project is linked to this open source library, then Changes made to the source files of that library will be identified by your project. So, in a nutshell, just build normally.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -