App build successful, but archive error in Xcode 8.2

I am developing one iOS product that has many files and third-party libraries used with cocoapods. We developed the application in Swift 2.3. Now we started the conversation with Swift 3, we updated all the cocoapod libraries and fixed all the problems. We can run the application on the device, as well as in the simulator. Now I want to prepare ipa for my client, but when I try to archive, I get below the error. Can someone help me out of this?

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

+4
source share

Source: https://habr.com/ru/post/1671253/


All Articles