im ios编译成功但是APP无法启动

课外admin
2021-07-30 11:36 91 1

ios编译成功但是APP无法启动,点开APP直接闪退,确认业务层代码没有问题(已精简到最少业务代码)
没有日志,没有办法排查。

"aurora-imui-react-native": "^0.14.0",
"jcore-react-native": "^1.9.2",
"jmessage-react-plugin": "^3.2.0",

IOS 11.2 m1

xcode只提示了这个,不知道跟IM有没有联系:

Details

Unable to launch cn.xxx.xxx
Domain: com.apple.platform.iphoneos
Code: -12
--
Request to launch cn.xxx.xxx failed.
Domain: com.apple.dt.deviceprocesscontrolservice
Code: 2
Failure Reason: The operation couldn’t be completed. (null) : Failed to launch process with bundle identifier 'cn.xxx.xxx'.
--
The operation couldn’t be completed. (null)
Domain: FBSOpenApplicationErrorDomain
Code: 1
Failure Reason: (null)
User Info: {
    BSErrorCodeDescription = Unspecified;
}
--


System Information

macOS Version 11.2 (Build 20D64)
Xcode 12.5 (18205) (Build 12E262)
Timestamp: 2021-07-30T19:30:09+08:00

按文档上配置都加上了:
null
null
null
null

1个回答

热门排序
  • 使用的是官方插件么,如是请附上 GitHub 链接 。 导致该问题出现的具体操作步骤(请具体到每一步,以便于我们测试复现)、具体调用的哪一个 API 、观测到的具体现象(必要时可截图、录屏)、完整的 log 信息(上传 TXT 文件或直 展示全部
gptbots-widget