You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GHUnit
I just added the example test you provide and try to run the tests
No clear error in the logs except for line complaining about not
finding NSMainNibFile.
The stack trace is
#0 0x973b0286 in mach_msg_trap
#1 0x973b7a7c in mach_msg
#2 0x007b7382 in CFRunLoopRunSpecific
#3 0x007b6c48 in CFRunLoopRunInMode
#4 0x0011978d in GSEventRunModal
#5 0x00119852 in GSEventRun
#6 0x0168a003 in UIApplicationMain
#7 0x00002133 in main at GHUnitIPhoneTestMain.m:55
Gabe
unread,
Dec 13, 2009, 5:10:47 PM12/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ghu...@googlegroups.com
I would double check that:
Under 'Other Linker Flags' in the Test target, add -ObjC and -all_load
(-all_load may be necessary for running on 3.0 device)