1

I am archiving the build on Xcode-8.3.3, i am getting following issue can anyone tell me that what i am doing here wrong?

Error screenshot

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
  • check your bundle idenifier once – Anbu.Karthik Sep 22 '17 at 10:09
  • It seems [this issue](https://stackoverflow.com/a/29746941/4294543) nearly unique, & your dependancy framework identifier issue or same identifier used by another application – Mukesh Lokare Sep 22 '17 at 10:17
  • Check whether Applozic added in both "Embedded Binaries" and "Linked framworks and Libraries"? yes then remove it from "Embedded Binaries" and then try – MAhipal Singh Sep 22 '17 at 10:25

1 Answers1

1

Just remove the provisioning profile once & recreate it,You must need to tackle Bundle identifier correctly.

Other possible solutions may be,

CFBundleIdentifier Collision

error itms-90451 "CFBundleIdentifier Collision Error"

Mukesh Lokare
  • 2,159
  • 26
  • 38
  • I don't know what i did wrong previously but remove all old things & Generate new this trick did works for me. –  Sep 22 '17 at 11:01