Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Brian Saunders
5,780 PointsParse API build fail
I solved my own problem, but I thought I would post the issue I had here. Others may run into the same issue.
When working through the "Creating an Account and App on Parse.com" video in stage 2 of "Build a Self-Destructing Message iPhone App" my code failed to compile.
I linked to the listed libraries, but received 23 errors. The first was, "Undefined symbols for architecture arm64: "_sqlite3_column_bytes", referenced from: -[PFSQLiteDatabaseResult dataForColumnIndex:] in Parse(PFSQLiteDatabaseResult.o)".
libsqlite3.dylib is a new requirement listed in the Parse SDK docs. Adding it removes all of my errors.