hansemannn / titanium-firebase-auth

Use the Firebase Autentication SDK in Axway Titanium 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot compile iOS

raybelisle opened this issue · comments

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

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.