如果更改设备类型,Xcode 8 Simulator会崩溃

时间:2016-12-29 11:31:24

标签: ios objective-c arrays swift ios-simulator

我正在使用Xcode 8.但是我有一个问题,特别是当我尝试在模拟器中更改设备类型时,它会崩溃并且我收到崩溃消息

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 
          xmlns:android="http://schemas.android.com/apk/res/android"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:orientation="horizontal"
          android:weightSum="3">
<Button
    android:id="@+id/btnOne"
    android:layout_width="0dp"
    android:text="1"
    android:layout_height="wrap_content"
    android:layout_weight="1"/>

<Button        
    android:id="@+id/btnTwo"
    android:background="@android:color/transparent"
    android:layout_width="0dp"        
    android:layout_height="wrap_content"
    android:layout_weight="1"/>
<Button
    android:text="3"
    android:id="@+id/btnThree"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:layout_weight="1"/>

任何想法?。

提前致谢!

0 个答案:

没有答案