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

Build fail on 4.1.0.GA. #147

Closed ghost closed 5 years ago

ghost commented 9 years ago

I am getting a build failure for this module on SDK 4.1.0.GA, iOS 8.4. Live view however seems to work fine! Any help as to why this is the case?

hansemannn commented 8 years ago

Still present in latest 5.1.2.GA?

sukima commented 8 years ago

5.1.2.GA does not exist:

$ titanium sdk install 5.1.2.GA
Titanium Command-Line Interface, CLI version 5.0.5, Titanium SDK version 4.0.0.GA
Copyright (c) 2012-2015, Appcelerator, Inc.  All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Did not find a release 5.1.2.GA, scanning branches...

[ERROR] Release "5.1.2.GA" does not exist

Did you mean this?
    3.1.2.GA
    2.1.2.GA

Available Releases:
    4.0.0.GA      3.2.0.GA      2.1.2.GA      1.7.5         1.5.0         1.0.0
    3.5.1.GA      3.1.3.GA      2.1.1.GA      1.7.3         1.4.2         0.9.3
    3.5.0.GA      3.1.2.GA      2.1.0.GA      1.7.2         1.4.1.1       0.7.1
    3.4.1.GA      3.1.1.GA      2.0.2.GA      1.7.1         1.4.1         0.6.2
    3.4.0.GA      3.1.0.GA      2.0.1.GA2     1.7.0         1.4.0         0.6.1
    3.3.0.GA      3.0.2.GA      2.0.1.GA      1.6.2         1.3.0         0.6.0
    3.2.3.GA      3.0.0.GA      1.8.2         1.6.1         1.2.0         0.5.0
    3.2.2.GA      2.1.4.GA      1.8.1         1.6.0         1.1.2         0.4.2
    3.2.1.GA      2.1.3.GA      1.8.0.1       1.5.1         1.1.1         0.4.1

Also the latest version of titanium CLI is 5.0.5 (see npm info titanium)

And yes this is a problem with Titanium CLI 5.0.5 with SDK 4.0.0.GA (again the latest).

Can anyone tell me how either of you are getting higher versions of the SDK?!

sukima commented 8 years ago

The workaround I have is to perform a titanium build let it fail:

[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         Ld build/SeeClickFix\ Test.build/Debug-iphoneos/SeeClickFix\ Test.build/Objects-normal/arm64/SeeClickFix\ Test normal arm64
[ERROR] (1 failure)

The open the output project in Xcode manually then run in simulator from Xcode.

hansemannn commented 8 years ago

5.1.1.GA ;-)

sukima commented 8 years ago

@hansemannn Sorry 5.1.1.GA does not exist:

$ titanium sdk install 5.1.1.GA
Titanium Command-Line Interface, CLI version 5.0.5, Titanium SDK version 4.0.0.GA
Copyright (c) 2012-2015, Appcelerator, Inc.  All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Did not find a release 5.1.1.GA, scanning branches...

[ERROR] Release "5.1.1.GA" does not exist
hansemannn commented 8 years ago

appc ti sdk install 5.1.1.GA is the right command to install newer SDK's

sukima commented 8 years ago

Oh. Perfect! thank you!