You are here

Troubleshooting

This topic provides some help on troublshooting issues you might have with using the SDK.

Issue How to fix
Why do I get a warning "ENTER YOUR API AND SECRET KEY" when compiling the samples or HelloRepo applications? You only need to enter this information if you are connecting to SkyVault in the Cloud. You obtain these pieces of information when you register at the developer portal.
Why do I get a runtime exception of "selector not recognized" when linking against an Objective-C static library that contains categories, such as the SDK static library? See this Apple documentation.
When I run the script build_library.sh I get the following error:
          
Error: No developer directory found at /Volumes/Xcode/Xcode.app/Contents/Developer. \
  Run /usr/bin/xcode-select to update the developer directory path.          
          
        
You are most likely getting this after an Xcode upgrade. See this solution on Stack Overflow for further information.
When I run the script build_appledoc.sh I get the following error:
          
./build_appledoc.sh: line 5: appledoc: command not found          
          
        
You need to install AppleDoc if you want to build the stand-alone API Reference documentation.