尝试在iPhone 11 Pro Max(iOS 13.2)上运行应用程序时Xcode11.1崩溃

时间:2019-10-30 09:32:34

标签: ios xcode

我将iPhone 11 Pro Max从iOS 13.1.3升级到iOS 13.2,然后尝试在iPhone上运行应用程序,但是每次Xcode(11.1)崩溃时。这是日志:

kind: PersistentVolume
metadata:
  name: gke-pv
  labels:
    app: test
spec:
  capacity:
    storage: 10Gi
  accessModes:
    - ReadWriteOnce
  gcePersistentDisk:
    pdName: gce-disk
    fsType: ext4
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: gke-pvc
  labels:
    app: test
spec:
  accessModes:
    - ReadWriteOnce
  storageClassName: ssd-sc 
  resources:
    requests:
      storage: 2Gi
  selector:
    matchLabels:
      app: test

我在另一个iPhone(iPhone 6s Plus,iOS 13.2)上运行了相同的项目,它运行良好...我不知道为什么。我的iPhone 11 Pro Max出问题了吗?

我该如何解决这个问题...谁可以帮助我? 谢谢。

1 个答案:

答案 0 :(得分:0)

最后,我可以通过以下方式运行iPhone 11 / iOS 13.3 / Xcode 11.1(/Applications/Xcode.app)调试:

安装Xcode 11.3.1 @ /Applications/Xcode11.3.1.app/

/Applications/Xcode11.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2复制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2复制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.3

这是相当标准的做法xcode device support for 11.3 15E5216a 事情只使用Xcode 11.3.1中的这个特殊 13.2,因为在我的情况下13.3“冒名顶替者”已经足够了。