I get this error whenever I try building my Unity game for iOS:
I don't get why though, because earlier last night this exact build was working perfectly fine. I tried clearing out the build directory and even going so far as to create a whole new Project and try building that, but it still doesn't work. Anybody know what the problem is? It seems to have to do something with my iPhone being on iOS 4.3.1, and apparently Unity only supports iOS 4.2? But it was working perfectly on my iOS 4.3.1 iPad and iPhone 4 last night so I don't know what's going on.
GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:56:02 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=x86_64-apple-darwin --target=arm-apple-darwin".tty /dev/ttys000
target remote-mobile /tmp/.XcodeGDBRemote-48883-25
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
[Switching to process 11779 thread 0x0]
[Switching to process 11779 thread 0x0]
sharedlibrary apply-load-rules all
warning: Unable to read symbols for /Users/barabsky/Documents/Stuff/Unity/HelloWorld.app/HelloWorld (file not found).
2011-04-05 15:56:17.465 HelloWorld[1274:707] -> registered mono modules
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.1 (8G4)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (file not found).
-> applicationDidFinishLaunching()
* Assertion: should not be reached at tramp-arm.c:724
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.1 (8G4)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
(gdb)
Yep, I got caught by this one too. That does fix it in my project.
– Jean-FabreDoh, I just got caught by this too - they are so similarly named! (especially early in a morning!)
– Bovine