AppWerft / Ti.GoogleSignIn

Use the native Google Sign In SDK in Appcelerator Titanium. 🚀
Other
24 stars 12 forks source link

Ti.GoogleSignIn can't build in 5.5.1 #7

Closed midoajax closed 6 years ago

midoajax commented 7 years ago
Titanium SDK
  SDK Version                 = 5.5.1.GA
  SDK Path                    = /Users/macbookpro/Library/Application Support/Titanium/mobilesdk/osx/5.5.1.GA
  Target Platform             = android
Command
  /usr/local/bin/node /Users/macbookpro/.appcelerator/install/6.2.0/package/node_modules/titanium/lib/titanium.js build run --platform android --log-level trace --sdk 5.5.1.GA --project-dir /Users/macbookpro/Documents/Appcelerator_WSNew/Googlesignin --target device --android-sdk /Users/macbookpro/Library/android-sdk-macosx --device-id 95a62647 --skip-js-minify --liveview --deploy-type development --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 61376 --config-file /var/folders/vn/pk6vcszd5yg1x03ybxdr0pf40000gn/T/build-1495545647553.json --no-banner --project-dir /Users/macbookpro/Documents/Appcelerator_WSNew/Googlesignin
[WARN] :   Could not find a valid Titanium module id=ti.googlesignin version=latest platform=android deploy-type=development
[ERROR] :  Could not find all required Titanium Modules:
[ERROR] :     id: ti.googlesignin    version: latest     platform: android   deploy-type: development
AppWerft commented 7 years ago

This happens if name in manifest != in module.

midoajax commented 7 years ago

wish manifest, when can i found it in my project please

AppWerft commented 7 years ago

the manifest inside module

midoajax commented 7 years ago

i don't found manifest in module, just file name manifest with info about module look at this picture please https://drive.google.com/file/d/0B-EWdXiEicm3akVUbUlGQ2t3c0RheFNmNUc5WkNpYmprWG1F/view

AppWerft commented 7 years ago

it is right, please open with a text editor like vi.

midoajax commented 7 years ago

this is content for this file

#
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.1.3
apiversion: 3
architectures: armeabi-v7a x86
description: googlesignin
author: Rainer Schleevoigt
license: Apache
copyright: Copyright (c) 2017 by Rainer Schleevoigt

# these should not be edited
name: googlesignin
moduleid: ti.googlesignin
guid: d548b85b-bfcb-43c5-a13d-a63d148ba8a0
platform: android
minsdk: 6.0.1
AppWerft commented 7 years ago

It is OK.

midoajax commented 7 years ago

No i m changing this file to minsdk: 5.5.1.GA and doesn't work so please help

varun0294 commented 7 years ago

Did you get it work for 5.5.1GA by changing in manifest ?

chmiiller commented 7 years ago

You will have to set minsdk to 5.5.1.GA, change the architectures and rebuild the module

chmiiller commented 7 years ago

But keep in mind that it is highly recommended to update your project to use one of latest versions of Titanium SDK like 6.1 for example

chmiiller commented 6 years ago

This issue is 1 year old and the module seems to work just fine for modern Ti SDK versions (7.x). Closing it.