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!
Asked
Active
Viewed 283 times
1 Answers
1
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?
-
1Yup... feeling like an idiot right about now. Thanks! – David Feb 24 '15 at 03:48