Closed manumaticx closed 10 years ago
Looks like an error in a dependency. Will look into it ASAP. Thx
I get the same when running gittio install
in this project. I just tried in another project with success! Let me know if you need more info!
Could you attach both projects' tiapp.xml files?
I think in the project that doesn't work something is not right with the part between <modules>
and </modules
. Would be very interested to see it so the timodules
dependency by David can be fixed for that.
I think you have a <module>name</module>
without platform
or version
attribute there.
Closing as not our bug
These projects are on my offices desktop. I will attach the tiapp.xml files tomorrow.
@FokkeZB, merged the PR and published to NPM. Update the dependency to 0.1.0
@FokkeZB You were right. Here are my module declarations from the tiapp.xml:
<modules>
<module platform="iphone">ti.storekit</module>
<module platform="android">net.iamyellow.gcmjs</module>
<module platform="android">ti.inappbilling</module>
<module>ti.map</module>
</modules>
ti.map caused the error. My fault. I've added the platform attribute and it worked out.