arleyandrada / PushClient

FREE and Open Source - Titanium PushClient Module
Other
44 stars 17 forks source link

Found incompatible Titanium Modules #163

Open kerberosargos opened 7 years ago

kerberosargos commented 7 years ago

Hi, thank you very much for your module. When I compile your module I am getting error as below;

id: br.com.arlsoft.pushclient version: 1.20 platform: ios,iphone min sdk: 6.0.0.GA

Operating System
  Name                        = Mac OS X
  Version                     = 10.12
  Architecture                = 64bit
  # CPUs                      = 2
  Memory                      = 8589934592
Node.js
  Node.js Version             = 4.6.0
  npm Version                 = 2.15.9
Titanium CLI
  CLI Version                 = 5.0.11
Titanium SDK
  SDK Version                 = 6.0.0.GA
  SDK Path                    = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA
  Target Platform             = iphone
rocket13011 commented 7 years ago

Just change in manifest > apiversion: 2

Wingee commented 7 years ago

I'm also having the same problem. If I compile using 6.0.4GA and pushclient version 1.20

I tried changing in the manifest file within the module from apiversion: 3 to apiversion: 2

But I still get BUILD FAILED

Any other suggestions