1. 程式人生 > >iOS生成靜態庫方法-iOS整合靜態庫-iOS合併靜態庫

iOS生成靜態庫方法-iOS整合靜態庫-iOS合併靜態庫

ld: warning: ignoring file /Users/XXXX/Documents/MyLibraryTest/MyLibraryTest/MyLibrary/libMyStaticLibraryDemo.a, missing required architecture i386 in file/Users/XXXX/Documents/MyLibraryTest/MyLibraryTest/MyLibrary/libMyStaticLibraryDemo.a (3 slices)

Undefined symbols for architecture i386:

  "_OBJC_CLASS_$_MyStaticLibraryDemo", referenced from:

      objc-class-ref in AppDelegate.o

ld: symbol(s) not found for architecture i386

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