Apple Watch"没有这样的模块' Alamofire'"

时间:2016-10-09 14:19:06

标签: ios swift watchkit alamofire

Alamofire一直在为仅限iPhone项目工作。

我手动安装了ALAMOFIRE - 不是COCOA PODS

现在,我已按照以下步骤添加了监视应用目标 - https://developer.apple.com/library/content/documentation/General/Conceptual/WatchKitProgrammingGuide/ConfiguringYourXcodeProject.html#//apple_ref/doc/uid/TP40014969-CH2-SW1IIm

"进口Alamofire"在iPhone的视图控制器上工作正常,但当我尝试将其添加到"中的一个代码文件时分机"文件夹出现以下错误...

No such module "Alamofire"

My Directory

1 个答案:

答案 0 :(得分:0)

以下两个步骤解决了上述问题:

  

i)检查Podfile中应与扩展名匹配的目标名称   你正在向它添加库。 " AppleWatchApp Extension"代替   " AppleWatchApp"就我而言。

     

ii)更改目标中构建设置中的框架搜索路径   如下所述。

enter image description here