Hello,
I'm working with xCode 3.1.3 I ask xCode to copy the folder "GRASP-matlab" of a MatLab application to the resource folder of an xCode application (Applescript studio). The problem is that xCode now tries to strip debugging code from MatLab executable files. How can I forbid xCode from striping such resource files or how can I add a build phase after all other building activities ?
The error I get is the following: CpResource build/Release/GRASP.app/Contents/Resources/GRASP-matlab GRASP-matlab cd /Users/afilhol/Development/Dev-GRASP/GRASP-xCode /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/afilhol/Development/Dev-GRASP/GRASP-xCode/GRASP-matlab /Users/afilhol/Development/Dev-GRASP/GRASP-xCode/build/Release/GRASP.app/Contents/Resources strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /Users/afilhol/Development/Dev-GRASP/GRASP-xCode/GRASP-matlab/grasp pbxcp: warning: couldn't strip: /Users/afilhol/Development/Dev-GRASP/GRASP-xCode/build/Release/GRASP.app/Contents/Resources/GRASP-matlab/grasp: No such file or directory
Alain
|