cqxxxxxxxxxxxx
cqxxxxxxxxxxxx
i remove this line `use_frameworks!` in podfile. now a new error ``` The following build commands failed: CompileSwift normal arm64 /Users/user/foxProject/mmbintest/Swift-OC-Demo-build-temp/bin-archive/Swift-OC/Pods/Moya/Sources/Moya/Plugins/AccessTokenPlugin.swift CompileSwift normal arm64 /Users/user/foxProject/mmbintest/Swift-OC-Demo-build-temp/bin-archive/Swift-OC/Pods/Moya/Sources/Moya/AnyEncodable.swift CompileSwift normal arm64 /Users/user/foxProject/mmbintest/Swift-OC-Demo-build-temp/bin-archive/Swift-OC/Pods/Moya/Sources/Moya/Cancellable.swift CompileSwift...
``` cocoapods (1.9.1) cocoapods-binance-extension (0.0.1) cocoapods-core (1.9.1) cocoapods-deintegrate (1.0.4) cocoapods-disable-podfile-validations (0.1.1) cocoapods-downloader (1.4.0) cocoapods-generate (2.0.1) cocoapods-imy-bin (0.3.1.2) cocoapods-plugins (1.0.0) cocoapods-search (1.0.0) cocoapods-stats (1.1.0) cocoapods-trunk (1.5.0) cocoapods-try (1.2.0) cocoapods-xcode-patch (0.2.2) ```
remove local mogodb's lib and old static spec. retry the steps. ``` The following build commands failed: CompileC /Users/user/foxProject/mmbintest/Swift-OC-Demo-build-temp/bin-archive/Swift-OC/build/Pods.build/Debug-iphoneos/Swift-OC.build/Objects-normal/arm64/HomeViewController.o /Users/user/foxProject/mmbintest/Swift-OC-Demo/Swift-OC/HomeViewController.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) ```
just Swift-OC-Demo project
@dabing1022 can you run the demo project local?
## find the error ``` Swift-OC-Demo/Swift-OC/HomeViewController.m:12:9: fatal error: 'Lottie-Swift.h' file not found #import "Lottie-Swift.h" ^~~~~~~~~~~~~~~~ 52 warnings and 1 error generated. ``` ## Remove code related to Lottie, still can't...
sry, we use the command `pod bin auto`, it will not make depency pods to be static library. we use the `pod bin auto --all-make` instead , it's ok now....