David
David

Reputation: 402

Can't archive with CocoaPods Xcode 6.1.1

So I have been using CocoaPods recently, and it works in the simulator. All my libraries link fine. All my files are being referenced fine in the code and I am not getting any errors. However, for some reason "Archive" is grayed out and I can't archive my app. Since I don't have any error codes... I can't provide any code for you guys, but if you need things I can post them. I don't know why at this point this isn't working. Any and all tips would be appreciated!

Upvotes: 0

Views: 291

Answers (1)

Huy Le
Huy Le

Reputation: 2513

Have you ever try to switch to real device instead of Simulator? Because archive button only available when you build on real device.

Reference: Xcode 4 - "Archive" is greyed out?

Upvotes: 1

Related Questions