xcode - TI SmartConfig Framework not working in iOS Simulator -


i used ti smartconfig framework in app configure cc3000 modules.the code downloaded texas instruments site not working in simulator , showing following error, it's working when device connected.

ld: warning: ignoring file /naresh/cc3000_smartconfig_ios_source-1.1/src/cc3x/libftc_debug_arm_64.a, missing required architecture i386 in file /naresh/cc3000_smartconfig_ios_source-1.1/src/cc3x/libftc_debug_arm_64.a (2 slices) ld: warning: ignoring file/naresh/cc3000_smartconfig_ios_source-1.1/src/cc3x/libftc_release_arm_64.a, missing required architecture i386 in file /naresh/cc3000_smartconfig_ios_source-1.1/src/cc3x/libftc_release_arm_64.a (2 slices) undefined symbols architecture i386: "_objc_class_$_firsttimeconfig", referenced from: objc-class-ref in cc3xutility.o objc-class-ref in cc3xmainviewcontroller.o objc-class-ref in cc3xmainviewcontroller_ipad.o ld: symbol(s) not found architecture i386 clang: error: linker command failed exit code 1 (use -v see invocation) 

according this post, not work on simulator because need real hardware test functionality. however, apparently think apps using library don't have other function/ui test in simulator. that's why don't provide universal library.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -