skip to Main Content

When I open Runner.xcworkspace I can build and run project.

When I open Runner.xcodeproj and I build project I have error: Module ‘connectivity’ not found.

I must update version app in app store but i can’t click Product > Archive

2

Answers


  1. You need to open Runner.xcworkspace and click Product > Archive

    Login or Signup to reply.
  2. In order to "archive" your product, you have to connect a real device to your computer. Xcode needs a real device to compile the archive. After connecting a real device (iPhone, iPad) the "grayed out" menu option "Archive" will be no longer grayed out.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search