viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
259 stars 102 forks source link

Not supported By Titanium SDK 3.4.1GA #114

Closed jordanmichaelrushing closed 9 years ago

jordanmichaelrushing commented 9 years ago

When I look at the TiApp Editor for tiapp.xml, I see that this module is greyed out and has a warning sign. On hover it prints outs 'The "dk.napp.social' module is not supported By Titanium SDK 3.4.1GA".

If I try to run the app I get the following error: [ERROR] : Could not find all required Titanium Modules: [ERROR] : id: dk.napp.social version: latest platform: iphone deploy-type: development

What am I missing?

And yes I did pull down the latest from master as a zip and installed it successfully as a module (at least it said it did, I can't find it when I try to add a mobile module).

Also I installed SDK 3.3.0RC (Couldn't find a 3.3.0GA download anywhere) and still had the issues above.

jordanmichaelrushing commented 9 years ago

For reference, here it what the module section of the xml looks like:

<modules> <module platform="iphone">ti.map</module> <module platform="android">ti.map</module> <module platform="iphone">dk.napp.social</module> <module platform="android">ti.admob</module> <module platform="iphone">ti.admob</module> <module platform="android">facebook</module> <module platform="iphone">facebook</module> </modules>