简体   繁体   English

NativeScript 应用程序未在真实设备中运行。 IOS14 XCODE12

[英]NativeScript app not running in real device. IOS14 XCODE12

Since i updated xcode to version 12 because of IOS 14 my NativeScript apps don't run on real device but works on the simulator.由于 IOS 14,我将 xcode 更新到版本 12,因此我的 NativeScript 应用程序不能在真实设备上运行,但可以在模拟器上运行。

i tried this but it didn't work.我试过这个,但没有用。 https://github.com/NativeScript/NativeScript/issues/8665 https://github.com/NativeScript/NativeScript/issues/8665

I got this error: XCODE error我收到此错误: XCODE 错误

This is the package.json:这是 package.json:

{ "nativescript": { "id": "XXXXXXXXXXXXXXX", "tns-android": { "version": "6.4.1" }, "tns-ios": { "version": "6.4.2" } }, "description": "App description", "license": "XXXX", "repository": "XXXXXX", "dependencies": { "nativescript-camera": "^4.5.0", "nativescript-datetimepicker": "^1.2.2", "nativescript-feedback": "^1.3.11", "nativescript-geolocation": "^5.1.0", "nativescript-imagepicker": "^7.1.0", "nativescript-phone": "^2.0.0", "nativescript-theme-core": "~1.0.6", "tns-core-modules": "~6.4.0" }, "devDependencies": { "nativescript-dev-webpack": "~1.5.0" }, "gitHead": "42f2a6a9c94eaf9c68d2a41e0daaa1a2544bc28f", "readme": "NativeScript Application" } { "nativescript": { "id": "XXXXXXXXXXXXXXX", "tns-android": { "version": "6.4.1" }, "tns-ios": { "version": "6.4.2" } } , "description": "App description", "license": "XXXX", "repository": "XXXXXX", "dependencies": { "nativescript-camera": "^4.5.0", "nativescript-datetimepicker": "^1.2.2", "nativescript-feedback": "^1.3.11", "nativescript-geolocation": "^5.1.0", "nativescript-imagepicker": "^7.1.0", "nativescript-phone ": "^2.0.0", "nativescript-theme-core": "~1.0.6", "tns-core-modules": "~6.4.0" }, "devDependencies": { "nativescript-dev- webpack": "~1.5.0" }, "gitHead": "42f2a6a9c94eaf9c68d2a41e0daaa1a2544bc28f", "readme": "NativeScript 应用程序" }

这是 iOS 14 中 JSC 的问题。您必须升级到 tns-ios 6.5.2 或新的 7.0.0 才能让您的应用在 iOS 14 上可靠启动。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么是 Xcode12 中的任何 ios 设备(arm64)? - What is any ios device(arm64) in Xcode12? 如何通过 UI 测试(Xcode 12、iOS14)访问推送通知? - How to get access into push notification with UI tests (Xcode 12, iOS14)? 为什么 UIDatePickerView 在 Xcode 12 的 iOS14 之后打破了自动布局? - Why UIDatePickerView is breaking the auto-layout after iOS14 in Xcode 12? ios14 Xcode 12 - 触摸 SwiftUI 对象时精灵不显示,但触摸 SKScene 时工作 - ios14 Xcode 12 - Sprites do not show when touching SwiftUI objects but work when touching SKScene 带有 iOS 14 设备的 Xcode 10 - 尝试与此设备通信时遇到错误。 (服务无效。) - Xcode 10 with iOS 14 device - An error was encountered while attempting to communicate with this device. (The service is invalid.) 在设备上运行时,GMSPlace Picker中的应用程序崩溃。(iOS 8.3) - App Crash in GMSPlace Picker while running on device.(iOS 8.3) Nativescript 应用程序可在模拟器上运行,但不能在真实设备上运行。 崩溃报告说 EXC_BAD_ACCESS (SIGSEGV) - Nativescript app works on simulator but not on real device. Crash report says EXC_BAD_ACCESS (SIGSEGV) 升级 Xcode12 和 macOS BigSur 后使用框架时 iOS/macOS 应用程序分发失败 - iOS/macOS app distribution failed while using framework after upgrading Xcode12 and macOS BigSur Xcode 11.1 如何安装iOS14模拟器? - Xcode 11.1 how to install iOS14 simulator? Xcode 12 和 iOS 14 SDK - Xcode 12 and iOS 14 SDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM