I believe I fixed it with: % svn commit Sending lldb.xcodeproj/project.pbxproj Transmitting file data . Committed revision 212213.
> On Jul 2, 2014, at 1:25 PM, Greg Clayton <[email protected]> wrote: > > Linking now fails for me after this: > > Undefined symbols for architecture x86_64: > "_AECreateDesc", referenced from: > lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec > const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_AEDisposeDesc", referenced from: > lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec > const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_FSPathMakeRef", referenced from: > lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in > liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_GetProcessPID", referenced from: > lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in > liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_LSFindApplicationForInfo", referenced from: > lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec > const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_LSOpenApplication", referenced from: > lldb_private::Host::LaunchApplication(lldb_private::FileSpec const&) in > liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > "_LSOpenURLsWithRole", referenced from: > lldb_private::Host::OpenFileInExternalEditor(lldb_private::FileSpec > const&, unsigned int) in liblldb-core.a(Host-9B62CE0F4D4B7B7B.o) > ld: symbol(s) not found for architecture x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > >> On Jul 2, 2014, at 12:46 PM, Jean-Daniel Dupas <[email protected]> >> wrote: >> >> r212208 > _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
