我正在使用kivy为iOS创建一个应用程序。 我目前正在尝试使用以下命令构建toolchain.py:
<ListView
helpers:ListViewHelper.SelectedItemStyle="{StaticResource MySelectorInfo}"
ItemTemplate="{StaticResource ListViewItemTemplate}" >
<ListView.ItemContainerStyle>
<Style TargetType="ListViewItem">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Padding" Value="0" />
</Style>
</ListView.ItemContainerStyle>
</ListView>
发生以下错误
./toolchain.py build python2 kivy
。 xcodebuild: error: The project named "libffi" does not contain a scheme named "libffi-Mac"
选项可用于在项目中查找方案的名称。
-list