Vittorio Sorbera
Vittorio Sorbera
I see many times this error too: `[Error: Module version mismatch. Expected 46, got 48.]`
Node versione is 4.6.0. I solved mismatch error forcing alloy upgrade. But the infinite loop persists.
``` [INFO] Installing default LaunchScreen.storyboard [DEBUG] Writing /Users/astromac/Dati/Applicazioni/alloyTest/build/appify/build/iphone/LaunchScreen.storyboard [INFO] Cleaning Xcode derived data [DEBUG] Invoking: DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean [INFO] - iphone/alloy/sync/localStorage.js [INFO] - iphone/alloy/sync/properties.js [INFO] - iphone/alloy/sync/sql.js [INFO] [INFO] Alloy...
@Arood Maybe you can do this by launching the app from Xcode, but I've never tried. Here the doc: https://firebase.google.com/docs/analytics/events?platform=ios#view_events_in_the_xcode_debug_console I added `setConsent()` method for iOS and Android: https://github.com/hansemannn/titanium-firebase-analytics/pull/84#issue-2293101320
Thanks, I only updated the modules I use in a single project: | Module | Release | | ---------- | ---------- | |titanium-firebase-analytics | [iOS 10.0.0](https://github.com/Astrovic/titanium-firebase-analytics/releases/tag/ios-10.0.0)| |titanium-firebase-analytics | [Android 5.3.0](https://github.com/Astrovic/titanium-firebase-analytics/releases/tag/android-5.3.0)|...
Yes, this was clear. On the core module I added only a few frameworks, and I added a /shared folder in the modules that had shared framewoks, following the instructions...
No, I haven't removed any frameworks here in the core module. Core contains all the frameworks needed for Analytics, and some frameworks shared with the other Firebase modules. I tested...
this is the code. I've try with blob, local and remote image ``` javascript //var image = Titanium.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,"image.jpg").read() if(Social.isTwitterSupported()){ //min iOS5 required Social.twitter({ text:"message text...", image : Ti.Filesystem.applicationDataDirectory+"image.jpg", // image,...
### v8.1.0 - Update Google Mobile Ads SDK 12.6.0 (https://github.com/CocoaPods/Specs/tree/master/Specs/5/9/a/Google-Mobile-Ads-SDK/12.6.0) - Update Meta Audience Network SDK 6.20.0 (https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/ios/changelog#6_20_0) - Meta Audience Network Adapter 6.20.0.0 (https://developers.google.com/admob/ios/mediation/meta#version-6.20.0.0) - Update InMobi SDK 10.8.3...