应用程序构建成功,但在Xcode 8.2中存档错误

时间:2017-03-02 14:04:06

标签: ios xcode swift3 archive

我正在开发一个iOS产品,它有许多文件和第三方库与cocoapods一起使用。我们在Swift 2.3中开发了应用程序。现在我们已经开始与Swift 3进行对话,我们更新了所有cocoapod库并修复了所有问题。我们可以在Device和模拟器中运行app。现在我想为我的客户准备ipa,但我在归档app时遇到错误。任何人都可以帮助我从这里出来吗?

Undefined symbols for architecture armv7:
  "_F3IBNG29NETWORK_PROFILE_CORNER_RADIUSV12CoreGraphics7CGFloat", referenced from:
      function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Owned To Guaranteed> of abc.abcViewController.tableView (__ObjC.UITableView, cellForRowAt : Foundation.IndexPath) -> __ObjC.UITableViewCell in abcViewController.o
ld: symbol(s) not found for architecture armv7

enter image description here

0 个答案:

没有答案