Hawkintosh:indra hawkpidgeon$ ./develop.py
Running 'cmake -G \'Xcode\' -DCMAKE_BUILD_TYPE

-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_crash_logger/Info.plist"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_crash_logger/Info.plist"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_updater/Info.plist"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_updater/Info.plist"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
-- Version of viewer is 1.21.0.0
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_crash_logger/Info.plist" for target "mac-crash-logger"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_crash_logger/CrashReporter.nib" for target "mac-crash-logger"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_updater/Info.plist" for target "mac-updater"
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Configuring done
Cleaning 'build-darwin-i386'
I figured out that CrashReporter.nib was just in another folder (I'm wondering why though) but I can't find anything named Info.plist ANYWHERE in the source files. If anyone could help, I would really appreciate it.