gpt4 book ai didi

ios - Storyboard应该包含在 Pod 项目中的什么位置?

转载 作者:行者123 更新时间:2023-11-29 00:01:12 25 4
gpt4 key购买 nike

我正在尝试生成一个包含一些图形的 Pod 到 Storyboard中。好吧,我的问题是下一个。

当我尝试运行时

pod 规范 lint --verbose

我收到下一个错误:

The following build commands failed: ComipileStoryboard MyProject/Example/Base.lproj/Main.storyboard - ERRRO | [iOS] xcodebuild: Returned an unsuccessful exit code.

我应该在哪里添加 storyboards 文件?

最佳答案

除源文件之外的任何内容都将放入 resourcesresource-bundles

Pod::Spec.new do |spec|
spec.name = 'YOUR_LIB_NAME'
spec.version = '1.0'
spec.source_files = 'YOUR_LIB_NAME/*'
spec.resource_bundles = {
'YOUR_LIB_NAME' => ['YOUR_LIB_NAME/YOUR_PATH_TO_STORYBOARD/*.storyboard']
}

end

关于ios - Storyboard应该包含在 Pod 项目中的什么位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49459096/

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