Not sure if this helps, but I change the Xcode settings for
Preferences - Building to "Place Build Products in:"
/Users/marcopapa/Documents/Builds
instead of the "Project directory". I need that as we use Subversion
as the SCM and we can't check in the builds.
Could that be the issue for the second problem?
I looked at my builds directory:
mbpro:Builds marcopapa$ ls -l /Users/marcopapa/Documents/Builds/
PlausibleDatabase.build/Debug-iphoneos/pldatabase.build
total 48
drwxr-xr-x 3 marcopapa staff 102 May 29 21:01 Objects-normal
-rw-r--r-- 1 marcopapa staff 793 May 29 21:01 pldatabase-all-
target-headers.hmap
-rw-r--r-- 1 marcopapa staff 121 May 29 21:01 pldatabase-generated-
files.hmap
-rw-r--r-- 1 marcopapa staff 793 May 29 21:01 pldatabase-own-
target-headers.hmap
-rw-r--r-- 1 marcopapa staff 1006 May 29 21:01 pldatabase-project-
headers.hmap
-rw-r--r-- 1 marcopapa staff 876 May 29 21:01 pldatabase.dep
-rw-r--r-- 1 marcopapa staff 1774 May 29 21:01 pldatabase.hmap
mbpro:Builds marcopapa$
mbpro:Builds marcopapa$ ls -l /Users/marcopapa/Documents/Builds/
PlausibleDatabase.build/Debug-iphonesimulator/pldatabase.build
total 48
drwxr-xr-x 3 marcopapa staff 102 May 29 21:01 Objects-normal
-rw-r--r-- 1 marcopapa staff 793 May 29 21:01 pldatabase-all-
target-headers.hmap
-rw-r--r-- 1 marcopapa staff 121 May 29 21:01 pldatabase-generated-
files.hmap
-rw-r--r-- 1 marcopapa staff 793 May 29 21:01 pldatabase-own-
target-headers.hmap
-rw-r--r-- 1 marcopapa staff 1006 May 29 21:01 pldatabase-project-
headers.hmap
-rw-r--r-- 1 marcopapa staff 901 May 29 21:01 pldatabase.dep
-rw-r--r-- 1 marcopapa staff 1774 May 29 21:01 pldatabase.hmap
I guess the batch file makes the mistake of assuming the default
Preferences Building?
Still not sure about the first error: