Hi,
XCode generates the files Assembly-CSharp.dll.o and Assembly-CSharp-firstpass.dll.o during its build process in the following folder:
~/Library/Developer/Xcode/DerivedData/Unity-iPhone-auhfasfgoouuxxdtwcbdoorwdtim/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7
I'm able to view individual symbols/functions using the nm command:
> nm Assembly-CSharp-firstpass.dll.o
Now, to the best of everyone's knowledge, have these files already been...
Code stripping: when does it actually happen?
XCode generates the files Assembly-CSharp.dll.o and Assembly-CSharp-firstpass.dll.o during its build process in the following folder:
~/Library/Developer/Xcode/DerivedData/Unity-iPhone-auhfasfgoouuxxdtwcbdoorwdtim/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7
I'm able to view individual symbols/functions using the nm command:
> nm Assembly-CSharp-firstpass.dll.o
Now, to the best of everyone's knowledge, have these files already been...
Code stripping: when does it actually happen?