讓Reference的專案可發佈 TARGETS→Build Settings→All Search: custom Apple LLVM 7.1Custom Compiler Flags 設定: -fembed-bitcode 發佈(匯出) {專案名}.a 選擇 Simulator → Build → Product {專案名}.a Show in Finder→ 更名 {專案名}_simulator.a→ 拉至Desktop\{專案名}資料夾 選擇 Generic iOS Device → Build →Product {專案名}.a Show in Finder→ 更名 {專案名}_device.a→ 拉至Desktop\{專案名}資料夾 開啟終端機→ 進入Desktop\{專案名}資料夾→ 執行: lipo -create "{專案名}_device.a" "{專案名}_simulator.a" -output "{專案名}.a"