六月的雪
六月的雪
  • 发布:2018-05-28 22:10
  • 更新:2019-09-02 10:17
  • 阅读:2441

ios离线打包app和官方demo都报错,报错:signal SIGABRT

分类:5+ SDK

本人进行app离线打包调试的时候,出现了signal SIGABRT,以为是自己的app项目有误,于是用官方demo进行,也是一样,出现这个错误之后,demo不能再进行调试,具体日志如下:

> macOS:10.13
> xcode:9.2
> 5+ sdk:最新IOS平台SDK下载支持iPhoneX 需要使用Xcode9编译

控制台信息:
> objc[1279]: Class MPRequest is implemented in both /Users/zhou/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer (0x111a2f470) and /Users/zhou/Library/Developer/CoreSimulator/Devices/1C94B623-1D48-4B10-B2CE-59C6AC1CF751/data/Containers/Bundle/Application/9BCF239F-8317-4525-81AC-962813D75D25/HBuilder.app/HBuilder (0x109395c18). One of the two will be used. Which one is undefined.
2018-05-28 07:02:12.019215-0700 HBuilder[1279:82589] ######===>>>>New Device Model:[x86_64]
2018-05-28 07:02:12.021848-0700 HBuilder[1279:82589] Could not successfully update network info during initialization.
2018-05-28 07:02:12.139574-0700 HBuilder[1279:82589] [MC] Lazy loading NSBundle MobileCoreServices.framework
2018-05-28 07:02:12.141040-0700 HBuilder[1279:82589] [MC] Loaded MobileCoreServices.framework
2018-05-28 07:02:12.306894-0700 HBuilder[1279:82589] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/zhou/Library/Developer/CoreSimulator/Devices/1C94B623-1D48-4B10-B2CE-59C6AC1CF751/data/Containers/Data/Application/B32A4F71-6281-4AEA-8F8B-E9BD8B78B346/Library/Cookies/io.dcloud.HBuilder1.binarycookies
2018-05-28 07:02:12.318425-0700 HBuilder[1279:82589] -canOpenURL: failed for URL: "hbuilder://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2018-05-28 07:02:12.326989-0700 HBuilder[1279:82648] Cannot make directory /Users/zhou/Library/Developer/CoreSimulator/Devices/1C94B623-1D48-4B10-B2CE-59C6AC1CF751/data/Containers/Data/Application/B32A4F71-6281-4AEA-8F8B-E9BD8B78B346/Library/Pandora/apps/HelloH5/www: File exists
2018-05-28 07:02:13.711667-0700 HBuilder[1279:82589] Could not successfully update network info during initialization.
2018-05-28 07:02:13.712592-0700 HBuilder[1279:82589] Could not successfully update network info during initialization.
2018-05-28 07:02:13.715629-0700 HBuilder[1279:82589] Could not successfully update network info during initialization.
2018-05-28 07:02:13.717269-0700 HBuilder[1279:82589] Could not successfully update network info during initialization.
2018-05-28 07:02:13.807028-0700 HBuilder[1279:82589] baidu maponGetPermissionState--[230]
2018-05-28 07:02:13.814503-0700 HBuilder[1279:82589] [Common] _BSMachError: port a803; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
2018-05-28 07:02:13.815516-0700 HBuilder[1279:82589] [Common] _BSMachError: port a803; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
2018-05-28 07:02:17.070374-0700 HBuilder[1279:82589] Getui Sdk client has been registered as: 84a5bb90fa9f6e3caf490a981be6d568
2018-05-28 07:02:28.050977-0700 HBuilder[1279:82648] [BoringSSL] Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert
2018-05-28 07:02:28.051480-0700 HBuilder[1279:82648] [BoringSSL] Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert
2018-05-28 07:02:50.130491-0700 HBuilder[1279:82680] Could not successfully update network info during initialization.
HBuilder(1279,0x113f29340) malloc: error for object 0x6000000bbe00: Invalid pointer dequeued from free list
set a breakpoint in malloc_error_break to debug
(lldb)

argv char "/Users/zhou/Library/Developer/CoreSimulator/Devices/1C94B623-1D48-4B10-B2CE-59C6AC1CF751/data/Containers/Bundle/Application/9BCF239F-8317-4525-81AC-962813D75D25/HBuilder.app/HBuilder" 0x00007ffee7773358

2018-05-28 22:10 1 条评论 负责人:无 分享
已邀请:
rueen

rueen

我也遇到了同样的问题

曾大叔

曾大叔

这问题你们后来怎么解决

7***@qq.com

7***@qq.com

将项目目录修改为appid

六月的雪

六月的雪 (作者)

后来前端发现有个变量名错了,我们的app打包成功了,就没管官方demo的事了。

该问题目前已经被锁定, 无法添加新回复