- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个用 Ionic 4 制作的应用,它使用 Firebase 作为后端。它可以在我的装有 iOS 12.2 的真实 iPhone 7 设备以及在 MacOS 上运行的所有模拟器上完美运行。但是当我在 TestFlight 中启动测试时,它给出了 EXC_CRASH (SIGILL) 错误,我无法跟踪和排除故障。我已经在这里和其他论坛中研究了所有类似的问题,但发现很少,而且我发现的问题并没有解决我的问题。如何解决这个问题:让我的应用程序在 TestFlight 中本地运行并在生产环境中运行?
<platform name="ios">
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
<string>You can take photos</string>
</config-file>
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="57" src="resources/ios/icon/icon.png" width="57" />
<icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
<icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
<icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
<icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
<icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
<icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
<icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
<icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
<icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
<icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
<icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
<icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
<icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
<icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-nativestorage" spec="2.3.2" />
<plugin name="cordova-plugin-firebase" spec="2.0.5" />
<plugin name="cordova-sqlite-storage" spec="2.6.0" />
<plugin name="cordova-plugin-ionic-webview" spec="3.0.0">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-filepath" spec="1.5.1" />
<plugin name="cordova-plugin-camera" spec="4.0.3" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<plugin name="cordova-plugin-geolocation" spec="4.0.1" />
<plugin name="cordova-plugin-request-location-accuracy" spec="2.2.3" />
<plugin name="cordova-plugin-nativegeocoder" spec="3.1.3">
<variable name="LOCATION_WHEN_IN_USE_DESCRIPTION" value="Use geocoder service" />
</plugin>
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.4.4">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.1+" />
</plugin>
<feature name="SocialSharing">
<param name="android-package" value="nl.xservices.plugins.SocialSharing" />
</feature>
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
</feature>
<plugin name="cordova-plugin-youtube-video-player" spec="2.3.0" />
<plugin name="cordova-plugin-facebook4" spec="4.2.1">
<variable name="APP_ID" value="384988252281761" />
<variable name="APP_NAME" value="“br.com.easychurchmobile”" />
<variable name="FACEBOOK_HYBRID_APP_EVENTS" value="false" />
<variable name="FACEBOOK_ANDROID_SDK_VERSION" value="4.40.0" />
</plugin>
<plugin name="cordova-plugin-googleplus" spec="7.0.1">
<variable name="REVERSED_CLIENT_ID" value="MY_REVERS" />
<variable name="WEB_APPLICATION_CLIENT_ID" value="MY_WEB_APP" />
<variable name="PLAY_SERVICES_VERSION" value="11.8.0" />
</plugin>
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="4.5.5" />
最佳答案
我发现了这个问题。我用
重新安装了构建ionic cordova ios --release
在我做之前
ionic cordova ios --prod
令人难以置信的是,它解决了这个问题。
关于ios - 如何解决 Ionic 4 到 IOS 应用程序中的错误 'EXC_CRASH (SIGKILL)',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56048810/
我的应用程序在 Debug模式下运行得非常好,但是在 Release模式下进行临时测试时会发生崩溃。崩溃实际上发生在应用程序首次启动时。我真的不知道如何调试或继续找出问题所在。 Xcode 不会抛出任
从游戏屏幕切换回菜单时,我的应用程序不断崩溃。我不知道如何阅读崩溃日志,任何帮助将不胜感激。现金只发生在 iphone 4 上测试时,在 3g 和 3gs 上运行没有问题。 `事件标识符:B358D8
我们使用 iPhone 6s/iPhone 6/iPhone 5 测试我的应用程序,没有错误和崩溃报告,但是当我们提交到 iTunesConnect 时,应用程序审核团队拒绝了我的应用程序,他们说这个
我两次为 iTunesConnect 发布我的应用程序,两次因为崩溃而被拒绝。 当用户点击 iPhone/iPad iOS 8.2 上的“联系人”选项卡时会发生这种情况,但我在模拟器或真实设备上对其进
大家好,我为我的应用程序部署了更新,很少有用户提示/差评等应用程序关闭。 一位用户向我发送了一份崩溃报告,我对其进行了重新符号化,其中显示了崩溃的方法和行号。 我已经尝试了很多可能的解决方案,但对于我
在极少数情况下,我们的一些用户会在我们的应用程序中遇到崩溃。它开始正常,但在他们从菜单中选择内容时崩溃后不久。那些看到它的人总能得到它,其他人都工作得很好。有人可以看到可以帮助我追踪它的东西吗? Ex
我的应用被拒绝,原因是“我们无法审查您的应用,因为它在启动时崩溃了”,并且还向我发送了崩溃报告,我在所有可能的设备上测试了我的应用,但我无法重现这个问题。 谁能帮我解决这个问题。 Incident I
Incident Identifier: B959CD08-FA2C-4A34-8D0C-343927FF6B86 CrashReporter Key: 78e6625f679cb4cfb76f
我正在运行我的应用程序运行良好,直到我从后台恢复或没有定位服务,应用程序会崩溃。 崩溃日志显示异常类型:EXC_CRASH (SIGTRAP) 有人知道如何调试吗? Exception Type:
我收到了来自生产环境的崩溃日志,但无法理解如何重现它。根据我掌握的信息,它在装有 iOS 9.3 的 iPad 上只发生过一次。 这次崩溃发生在我发布最新版本之后,我在其中使用了 VIPER 方法论来
关闭。这个问题需要更多 focused 。它目前不接受答案。 想改进这个问题?更新问题,使其仅通过 editing this post 关注一个问题。 8年前关闭。 Improve this ques
我的应用程序仅在尝试在Iphone上运行但不在模拟器上运行时崩溃,我不知道如何读取崩溃日志,有人可以给我提示吗?在Xcode中,应用程序使用信号SIGABRT在class AppDelegate: U
昨天,我正在开发我的应用程序的新版本。为了在另一台计算机上测试它,我将其拖放到一个文件夹中,该文件夹通过云服务在我拥有的几台 Mac 计算机之间共享。我认为这可能是一种将应用程序分发到的快速方法在另一
我正在尝试修复一个我无法重现的错误,它不会发生在我的设备(iPhone 5s)或任何 iOS 模拟器中,但只在我客户的 iPhone 7 中发生过一次。当客户端删除并重新下载该应用程序时,错误消失了,
我无法从这个崩溃日志中找出问题所在。我看过几篇关于 EXC_CRASH (SIGABRT) 和 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER 的
我有一个关于崩溃的崩溃日志,但不知道那是什么崩溃 Incident Identifier: 12D4E7E8-D09B-44B6-9E5C-216223C75C76 CrashReporter K
swift - 无法解码堆栈跟踪,如何找到异常发生的位置 有人知道这次崩溃吗?这里的所有信息,我仍然不知道它有什么问题。重要的是我发现很多崩溃都包含这部分,这是我在这里得到的堆栈跟踪,堆栈跟踪没有 C
我开发了一个应用程序并成功上传到 Appstore。现在我已经升级了我的应用程序并将其提交到 AppStore,苹果拒绝了我的应用程序,说应用程序在闪屏后崩溃了。 当我测试应用程序时,我什至没有遇到一
我从一位客户那里收到了崩溃日志,以了解我的应用程序在她的 iPhone 上崩溃的原因。 这里是崩溃日志中的一些信息: Exception Type: EXC_CRASH (SIGABRT)Excep
我从我的 iPad 应用程序的崩溃报告中得到了这个符号化的堆栈跟踪(摘录): Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000
我是一名优秀的程序员,十分优秀!