Anyone knows which is the error in this Android St...
# multiplatform
s
Anyone knows which is the error in this Android Studio build for iOS? Running from XCode it works. Can’t find any match on google
Copy code
The following build commands failed:
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/Promises.build/Debug-iphonesimulator/FBLPromises.build/Objects-normal/arm64/FBLPromise+Wrap.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/promises/Sources/FBLPromises/FBLPromise+Wrap.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBLPromises' from project 'Promises')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/Promises.build/Debug-iphonesimulator/FBLPromises.build/Objects-normal/arm64/FBLPromiseError.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/promises/Sources/FBLPromises/FBLPromiseError.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBLPromises' from project 'Promises')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/Promises.build/Debug-iphonesimulator/FBLPromises.build/Objects-normal/arm64/FBLPromise.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/promises/Sources/FBLPromises/FBLPromise.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBLPromises' from project 'Promises')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/GoogleUtilities.build/Debug-iphonesimulator/third-party-IsAppEncrypted.build/Objects-normal/arm64/IsAppEncrypted.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/GoogleUtilities/third_party/IsAppEncrypted/IsAppEncrypted.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'third-party-IsAppEncrypted' from project 'GoogleUtilities')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/nanopb.build/Debug-iphonesimulator/nanopb.build/Objects-normal/arm64/resource_bundle_accessor.o /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/nanopb.build/Debug-iphonesimulator/nanopb.build/DerivedSources/resource_bundle_accessor.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'nanopb' from project 'nanopb')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/nanopb.build/Debug-iphonesimulator/nanopb.build/Objects-normal/arm64/pb_encode.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/nanopb/pb_encode.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'nanopb' from project 'nanopb')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/nanopb.build/Debug-iphonesimulator/nanopb.build/Objects-normal/arm64/pb_decode.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/nanopb/pb_decode.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'nanopb' from project 'nanopb')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/nanopb.build/Debug-iphonesimulator/nanopb.build/Objects-normal/arm64/pb_common.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/nanopb/pb_common.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'nanopb' from project 'nanopb')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/leveldb.build/Debug-iphonesimulator/leveldb.build/Objects-normal/arm64/write_batch.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/leveldb/db/write_batch.cc normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'leveldb' from project 'leveldb')
	CompileC /Users/simonebianchin/dev/github.com/OptyMacrosKMP/build/ios/leveldb.build/Debug-iphonesimulator/leveldb.build/Objects-normal/arm64/version_set.o /Users/simonebianchin/Library/Developer/Xcode/DerivedData/iosApp-gyhloqpkzqhthgguucztmrkuivsw/SourcePackages/checkouts/leveldb/db/version_set.cc normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'leveldb' from project 'leveldb')
	Building project iosApp with scheme iosApp and configuration Debug
(11 failures)
Complete log in the comments
đŸ§” 2
Build log
Copy code
kotlin = "2.0.21"
compose-multiplatform = "1.7.1"
f
your log is incomplete, export all the build log if you can
s
@François you should be able to click “see it in full” at the end of the snippet 🙂 thanks in advance!
f
Oh, yeah, I didn’t see it, my bad 😄
did you try earlier version of Firebase?
s
I can try. But is strange that on xcode it builds correctly. I thought it was some problem with the ENV or similar