gpt4 book ai didi

ios - 数组初始化导致构建失败 - arrayForceCastU

转载 作者:行者123 更新时间:2023-11-29 02:41:33 25 4
gpt4 key购买 nike

这行代码阻止了我的项目的构建:

var allAttributes: [UICollectionViewLayoutAttributes] = []

我试过 var allAttributes = [UICollectionViewLayoutAttributes]() 但它也无法构建。

错误详情如下:

Apple Mach-O Linker Error:
Undefined symbols for architecture i386:
"__TFSs15_arrayForceCastU___FGSaQ__GSaQ0__", referenced from: __TFC42com_myname...30ClassWhereCodeIs33layoutAttributesForElementsInRectfS0_FVSC6CGRectGSqGSaPSs9AnyObject___ in ClassWhereCodeIs.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

初始化数组以便我可以附加对象来填充它的正确方法是什么?

最佳答案

第一行在 View Controller 类中对我来说构建得很好。

您是否尝试过删除派生数据?

窗口菜单 > 管理器 -> 项目 -> 选择项目。右侧有一个按钮可以删除派生数据。

关于ios - 数组初始化导致构建失败 - arrayForceCastU,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25716634/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com