Why doesn’t my app build with the iOS SDK?

Typical problems include the following.

Download problems:

  1. What is the size of PhenixSdk.framework lib file? If it is small (<1MB) the SDK was not successfully downloaded.

  2. git is not working

    1. Diagnose: A command like the following should return a successful outcome:

      git clone git@github.com:PhenixRTS/iOSSDK.git


      Based on the outcome, the git may not be configured, the user may not be logged in, or the github account may not have access to the repository.

    2. Solution: Make sure that the git user is logged in, has access to the repository, and that the git is configured.

  3. GIT LFS Isn’t installed

    1. Solution: Install LFS as described here.

  4. Cached wrong version of SDK

    1. Make sure the prior things are working, then:

      pod cache clean 'PhenixSdk'; pod deintegrate; pod setup; pod install;

       

 

©2020-2021 Phenix Real Time Solutions, Inc.