编译toolchain.py时如何解决“ libffi不包含名为libffi-Mac的方案”

时间:2019-09-08 19:35:38

标签: xcode macos terminal kivy xcode8

我正在使用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

0 个答案:

没有答案