This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SmartConfig iPhone app source code does not compile

Other Parts Discussed in Thread: CC3200

I've attempted running the "Wifi Starter" iOS source code from Xcode 5 and I get the errors listed at the bottom of this post.  I think the root problem seems to be the first warning.  Apparently Xcode 5 is ignoring the FirstTimeConfig library because it is missing a required i386 architecture.  I'm not sure what this means.  Has anyone else successfully launched the application from Xcode?  Has anyone else seen this problem?  I'm running Mavericks.

ld: warning: ignoring file /Users/jacksonkeating/Documents/Example Code/WiFi_Starter_App_iOS_Source_1.0/Source/SmartConfigCC31XX/libFirstTimeConfig.a, missing required architecture i386 in file /Users/jacksonkeating/Documents/Example Code/WiFi_Starter_App_iOS_Source_1.0/Source/SmartConfigCC31XX/libFirstTimeConfig.a (3 slices)

Undefined symbols for architecture i386:

  "_OBJC_CLASS_$_FirstTimeConfig", referenced from:

      objc-class-ref in SmartConfigSCViewController.o

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)