小编Сев*_*ева的帖子

无法将“[array]”类型的值转换为预期的参数类型“Range<Int>”

我不明白可能是什么问题

例如,我有一些 Json 是

[
{
    "id": 1,
    "title": "Title",
    "info": "info",
    "brand": "brand",
    "model": "MODEL",
    "make_year": year,
    "properties": [
        {
                "id": 1,
                "icon": "ic_rgb",
                "label": "color",
                "value": "red"
            },
            {
                "id": 2,
                "icon": "ic_car",
                "label": "type",
                "value": "value"
            },
            {   "id": 3,
                "icon": "ic_fuel",
                "label": "fuel",
                "value": "gas"
            }  
        ],
    },
{
    "id": 2,
    "title": "title2",
    "message": "massage2",
    "info": "wow you are amazing, thanks for the help",
    "properties": [
        {
                "id": 11,
                "icon": "ic_rgb",
                "label": "2color",
                "value": "2blue"
            }, …
Run Code Online (Sandbox Code Playgroud)

foreach swift swiftui

10
推荐指数
2
解决办法
8820
查看次数

can`t open storyboard on stable version Xcode

I made a mistake by opening my project in a new beta version of xcode

Now I can not open it with a stable version because

The document “Main.storyboard” requires at least Xcode 11.0.
This version does not support iOS 13.0 system colors. Open this document with at least Xcode 11.0.
Run Code Online (Sandbox Code Playgroud)

On Saturday, I planned to publish the application. and it can not be published with the beta versions.

I need to run the application on the standard version of …

storyboard xcode10 xcode11

5
推荐指数
1
解决办法
1238
查看次数

标签 统计

foreach ×1

storyboard ×1

swift ×1

swiftui ×1

xcode10 ×1

xcode11 ×1