Open raybelisle opened 3 years ago
Seems to be related to this message: he app is using native modules (av.imageview,ti.barcode,firebase.auth) that do not support arm64 simulators, we will exclude arm64. This may fail if you're on an arm64 Apple Silicon device.
Older firebase modules show the same warning and fail when compiling. Newer ones seem to work.
When I add the firebase.auth module to an existing project, I am getting the following error. When I remove it, all works fine! Using latest version 3.0 build, but tried with 2.1 as well.
[ERROR] ** BUILD FAILED ** [ERROR] The following build commands failed: [ERROR] Ld /Users/raybelisle/Documents/Appcelerator_Studio_Workspace/abfb/build/iphone/build/Intermediates/AFBE.build/Debug-iphonesimulator/AFBE.build/Objects-normal/x86_64/Binary/AFBE normal x86_64 [ERROR] (1 failure)
No other errors are shown with log-level trace... any ideas?
firebase core: 6.0.0 firebase auth: 3.0.0 firebase cloud messaging: 6.0.0 Tried with Ti SDK 9.3.2 and 10.0.0