gpt4 book ai didi

ios - 向文件添加新的目标成员身份会导致 "No such module"和 "Command CompileSwiftSources failed with a nonzero exit code"

转载 作者:行者123 更新时间:2023-11-29 05:58:31 28 4
gpt4 key购买 nike

我在自定义键盘扩展中使用 Alamofire 和 SwiftyJSON。我在 View 中创建了一个键盘并将其放置在 View Controller 中。我想使用这些相同的文件来表示键盘,因此我创建了一个新的目标“键盘”,并将目标成员身份添加到键盘扩展和 BibleKeyboardView.swift 文件的项目中。但是,一旦添加目标成员资格,我就会收到错误No such module AlamofireCommand CompileSwiftSources failed with a nonzero exit code。即使我关闭了 Keyboard 的目标成员资格,它仍然有 Command CompileSwiftSources failed with a nonzero exit code。我也使用 .xcworkspace 文件打开。

我已经尝试过:

  • 清洁
  • 重新制定项目
  • 正在运行pod install

有人知道发生了什么吗?

文件结构、目标成员资格和错误的图片如下:

enter image description here enter image description here enter image description here

最佳答案

提交这个问题后我灵机一动。

我的Podfile最初有

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'BibleKeyboard-iPad' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for BibleKeyboard-iPad
pod 'Alamofire'
pod 'SwiftyJSON'

end

但我需要添加

target 'Keyboard' do
use_frameworks!

pod 'Alamofire'
pod 'SwiftyJSON'

end

关于ios - 向文件添加新的目标成员身份会导致 "No such module"和 "Command CompileSwiftSources failed with a nonzero exit code",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54898640/

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