gpt4 book ai didi

ios - 单击 UIButton for Webview 加载到 ipad 后应用程序崩溃

转载 作者:行者123 更新时间:2023-11-28 22:53:34 32 4
gpt4 key购买 nike

我开发了一个应用程序,其中我将一个 View Controller 的 View 添加到另一个 View Controller 的 View 中。 rootviewcontroller 有许多按钮,点击事件将不同的 viewcontroller 的 View 添加到 rootviewcontroller 的 View 中。其他按钮工作正常。但一个按钮使应用程序崩溃。当我们点击那个按钮时,它添加了 viewconroller,它有一个 webview,其中加载了一个静态字符串。

if(interfaceOrientation != UIInterfaceOrientationPortrait && interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown)
{
self.uiwebViewAboutUs = self.webview_ld;
self.view = self.landscape_ipad;
}
else{
self.uiwebViewAboutUs = self.webview_pt;
self.view = self.portrait_ipad;
}


-(void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
NSString *content = @"Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.";
[self.uiwebViewAboutUs loadHTMLString:content baseURL:nil];
}

崩溃报告在这里。

Incident Identifier: 211D86D5-F375-4CA7-B129-95D26A5E60A8
CrashReporter Key: 99eb9331f18d02387a15d4ad454c75a3cd14ea9e
Hardware Model: iPad3,2
Process: SunGroupWP [8334]
Path: /var/mobile/Applications/F07B0EFA-0A65-4C63-A7EA-AB0D772CECD1/SunGroupWP.app/SunGroupWP
Identifier: SunGroupWP
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]

Date/Time: 2012-06-30 09:37:58.489 -0700
OS Version: iPhone OS 5.1.1 (9B206)
Report Version: 104

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 0

Last Exception Backtrace:
0 CoreFoundation 0x30d0888f __exceptionPreprocess + 163
1 libobjc.A.dylib 0x362a5259 objc_exception_throw + 33
2 CoreFoundation 0x30d08789 +[NSException raise:format:] + 1
3 CoreFoundation 0x30d087ab +[NSException raise:format:] + 35
4 CoreFoundation 0x30c7568b -[__NSCFDictionary setObject:forKey:] + 235
5 WebKit 0x354f8043 -[WebPreferences _setStringValue:forKey:] + 151
6 UIKit 0x32ab6e0b -[UIWebView _webViewCommonInit:] + 1547
7 UIKit 0x32b54487 -[UIWebView initWithCoder:] + 99
8 Foundation 0x35b98eaf _decodeObjectBinary + 2699
9 Foundation 0x35b982f5 _decodeObject + 205
10 UIKit 0x32b88811 -[UIRuntimeConnection initWithCoder:] + 113
11 Foundation 0x35b98eaf _decodeObjectBinary + 2699
12 Foundation 0x35b99a3b -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1103
13 Foundation 0x35bba463 -[NSArray(NSArray) initWithCoder:] + 503
14 Foundation 0x35b98eaf _decodeObjectBinary + 2699
15 Foundation 0x35b982f5 _decodeObject + 205
16 UIKit 0x32b87fc5 -[UINib instantiateWithOwner:options:] + 665
17 UIKit 0x32af63c7 -[UIViewController _loadViewFromNibNamed:bundle:] + 247
18 UIKit 0x329d3c59 -[UIViewController loadView] + 89
19 UIKit 0x32949c17 -[UIViewController view] + 51
20 SunGroupWP 0x0002de55 -[SampleDashBoardForIpad btnAboutClicked:] (SampleDashBoardForIpad.m:261)
21 CoreFoundation 0x30c623fd -[NSObject performSelector:withObject:withObject:] + 53
22 UIKit 0x3292be07 -[UIApplication sendAction:to:from:forEvent:] + 63
23 UIKit 0x3292bdc3 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 31
24 UIKit 0x3292bda1 -[UIControl sendAction:to:forEvent:] + 45
25 UIKit 0x3292bb11 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 493
26 UIKit 0x3292c449 -[UIControl touchesEnded:withEvent:] + 477
27 UIKit 0x3292a92b -[UIWindow _sendTouchesForEvent:] + 319
28 UIKit 0x3292a319 -[UIWindow sendEvent:] + 381
29 UIKit 0x32910695 -[UIApplication sendEvent:] + 357
30 UIKit 0x3290ff3b _UIApplicationHandleEvent + 5827
31 GraphicsServices 0x3702322b PurpleEventCallback + 883
32 CoreFoundation 0x30cdc523 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 39
33 CoreFoundation 0x30cdc4c5 __CFRunLoopDoSource1 + 141
34 CoreFoundation 0x30cdb313 __CFRunLoopRun + 1371
35 CoreFoundation 0x30c5e4a5 CFRunLoopRunSpecific + 301
36 CoreFoundation 0x30c5e36d CFRunLoopRunInMode + 105
37 GraphicsServices 0x37022439 GSEventRunModal + 137
38 UIKit 0x3293ecd5 UIApplicationMain + 1081
39 SunGroupWP 0x00002afb main (main.m:13)
40 SunGroupWP 0x00002a80 0x1000 + 6784


Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x360eb32c __pthread_kill + 8
1 libsystem_c.dylib 0x33d8b208 pthread_kill + 48
2 libsystem_c.dylib 0x33d84298 abort + 88
3 libc++abi.dylib 0x30720f64 abort_message + 40
4 libc++abi.dylib 0x3071e346 _ZL17default_terminatev + 18
5 libobjc.A.dylib 0x362a5350 _objc_terminate + 140
6 libc++abi.dylib 0x3071e3be _ZL19safe_handler_callerPFvvE + 70
7 libc++abi.dylib 0x3071e44a std::terminate() + 14
8 libc++abi.dylib 0x3071f81e __cxa_rethrow + 82
9 libobjc.A.dylib 0x362a52a2 objc_exception_rethrow + 6
10 CoreFoundation 0x30c5e506 CFRunLoopRunSpecific + 398
11 CoreFoundation 0x30c5e366 CFRunLoopRunInMode + 98
12 GraphicsServices 0x37022432 GSEventRunModal + 130
13 UIKit 0x3293ecce UIApplicationMain + 1074
14 SunGroupWP 0x00002af4 main (main.m:13)
15 SunGroupWP 0x00002a78 0x1000 + 6776

Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x360db3a8 kevent + 24
1 libdispatch.dylib 0x3574df04 _dispatch_mgr_invoke + 708
2 libdispatch.dylib 0x3574dc22 _dispatch_mgr_thread + 30

Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x360eb0d8 __psynch_mutexwait + 24
1 libsystem_c.dylib 0x33d40674 pthread_mutex_lock + 376
2 WebCore 0x365d84e8 _ZL17_WebTryThreadLockb + 208
3 WebCore 0x365d87ec _ZL14WebRunLoopLockP19__CFRunLoopObservermPv + 24
4 CoreFoundation 0x30cdcb14 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 12
5 CoreFoundation 0x30cdad50 __CFRunLoopDoObservers + 252
6 CoreFoundation 0x30cdb16a __CFRunLoopRun + 946
7 CoreFoundation 0x30c5e49e CFRunLoopRunSpecific + 294
8 CoreFoundation 0x30c5e366 CFRunLoopRunInMode + 98
9 WebCore 0x3667bc9c _ZL12RunWebThreadPv + 396
10 libsystem_c.dylib 0x33d4c72e _pthread_start + 314
11 libsystem_c.dylib 0x33d4c5e8 thread_start + 0

Thread 3 name: com.apple.NSURLConnectionLoader
Thread 3:
0 libsystem_kernel.dylib 0x360db004 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x360db1fa mach_msg + 50
2 CoreFoundation 0x30cdc3ec __CFRunLoopServiceMachPort + 120
3 CoreFoundation 0x30cdb124 __CFRunLoopRun + 876
4 CoreFoundation 0x30c5e49e CFRunLoopRunSpecific + 294
5 CoreFoundation 0x30c5e366 CFRunLoopRunInMode + 98
6 Foundation 0x35b95bb2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 302
7 Foundation 0x35b95a7a -[NSThread main] + 66
8 Foundation 0x35c2958a __NSThread__main__ + 1042
9 libsystem_c.dylib 0x33d4c72e _pthread_start + 314
10 libsystem_c.dylib 0x33d4c5e8 thread_start + 0

Thread 4:
0 libsystem_kernel.dylib 0x360ebcd4 __workq_kernreturn + 8
1 libsystem_c.dylib 0x33d46f36 _pthread_wqthread + 610
2 libsystem_c.dylib 0x33d46cc8 start_wqthread + 0

Thread 0 crashed with ARM Thread State:
r0: 0x00000000 r1: 0x00000000 r2: 0x00000001 r3: 0x00000000
r4: 0x00000006 r5: 0x3ef79d98 r6: 0x00000002 r7: 0x2fdffa70
r8: 0x00000000 r9: 0x00000000 r10: 0x00189a70 r11: 0x3f82a0f0
ip: 0x00000148 sp: 0x2fdffa64 lr: 0x33d8b20f pc: 0x360eb32c
cpsr: 0x000f0010

Binary Images:
0x1000 - 0x3dfff +SunGroupWP armv7 <659b6f9f2db23dd8bf689984c930f57f> /var/mobile/Applications/F07B0EFA-0A65-4C63-A7EA-AB0D772CECD1/SunGroupWP.app/SunGroupWP
0x2fee9000 - 0x2ff0afff dyld armv7 <77eddfd654df393ba9c95ff01715fd08> /usr/lib/dyld
0x30644000 - 0x30683fff QuickLook armv7 <802b1092542a3017a0380632502610d4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x3068a000 - 0x306d6fff CoreTelephony armv7 <b8f80d5d594c31d2b5d8fba9fdedb7e1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony

请帮助我..提前致谢

最佳答案

崩溃表明从 XIB 加载 WebView 时出现问题。您可以右键单击 XIB 中的 WebView 并验证连接吗?如果这没有帮助,您可以删除并重新添加 WebView 吗?

关于ios - 单击 UIButton for Webview 加载到 ipad 后应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11288812/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com