Just ran my Store_Test.mfa to test latest update #1 Beta #3. Same SIGABRT problem as in previous version. Have attached mfa used for testing, since it tests most aspects of IOS store object against an in-app purchase.
Error is in same place as last beta (in file= line of InitWithPath). Data looks the same.
See below (last path is hand typed since I couldn't seem to copy))
.
-(id)initWithPathNSString*)path
{
[self clear];
file=[[CFile alloc] initWithMemoryMappedFile:path];
return self;
2011-10-12 14:15:07.045 Store_Test[3380:307] -[CFile initWithMemoryMappedFile:]: unrecognized selector sent to instance 0x230a90
2011-10-12 14:15:07.122 Store_Test[3380:307] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CFile initWithMemoryMappedFile:]: unrecognized selector sent to instance 0x230a90'
*** Call stack at first throw:
(
0 CoreFoundation 0x35f08c7b __exceptionPreprocess + 114
1 libobjc.A.dylib 0x30186ee8 objc_exception_throw + 40
2 CoreFoundation 0x35f0a3e3 -[NSObject(NSObject) doesNotRecognizeSelector:] + 98
3 CoreFoundation 0x35eaf467 ___forwarding___ + 506
4 CoreFoundation 0x35eaf220 _CF_forwarding_prep_0 + 48
5 Store_Test 0x0000b850 -[CRunApp initWithPath:] + 156
6 Store_Test 0x000022ac -[RuntimeIPhoneAppDelegate application:didFinishLaunchingWithOptions:] + 284
7 UIKit 0x3386cfd8 -[UIApplication _callInitializationDelegatesForURL:payload:suspend ed:] + 1116
8 UIKit 0x33866a78 -[UIApplication _runWithURL:payload:launchOrientation:statusBarSty le:statusBarHidden:] + 396
9 UIKit 0x338202e4 -[UIApplication handleEvent:withNewEvent:] + 1476
10 UIKit 0x3381fb1c -[UIApplication sendEvent:] + 68
11 UIKit 0x3381f3b4 _UIApplicationHandleEvent + 6824
12 GraphicsServices 0x35262c88 PurpleEventCallback + 1048
13 CoreFoundation 0x35e9a5cb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FU NCTION__ + 28
14 CoreFoundation 0x35e9a589 __CFRunLoopDoSource1 + 164
15 CoreFoundation 0x35e8c835 __CFRunLoopRun + 580
16 CoreFoundation 0x35e8c50b CFRunLoopRunSpecific + 226
17 CoreFoundation 0x35e8c419 CFRunLoopRunInMode + 60
18 UIKit 0x33865554 -[UIApplication _run] + 548
19 UIKit 0x33862558 UIApplicationMain + 972
20 Store_Test 0x00002148 main + 124
21 Store_Test 0x000020c8 start + 40
)
terminate called after throwing an instance of 'NSException'
(gdb)
self CRunApp * 0xb7b400
_cmd struct objc_selector * 0x33c61a5d
path NSCFString * 0x230ba0 /var/mobile/Applications/CF688207-1C30-4C65-B2DF-EF672BF6E426/Store_Test.app/Application.cci



NSString*)path









