[AC-5623] I can not build project with SDK 7.0.2 GA
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2018-02-26T17:16:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Kerberos |
Assignee | Shak Hossain |
Created | 2018-02-26T12:18:29.000+0000 |
Updated | 2018-02-26T17:16:10.000+0000 |
Description
I am getting error as below;
{color:#d04437}[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Products/Debug-iphonesimulator/Book.app/Book normal x86_64
[ERROR] : (1 failure){color}
Hey [~Kerbooo], can you attach a trace log (Studio: "Log Level: Trace", CLI: "appc run -p ios --build-only")?. Typical reasons for this error are: * A module uses non-public Titanium API's * A module does not link frameworks correctly * API's are undefined due to pre-compiler statements
@Hans Knöchel thank you very much for your support but I solved my problem. Xcode 8.2 was installed my computer. Now it works after update Xcode 9.2
Oh, yeah thats option 4 :-) Ti SDK 7 should use Xcode 9.x, so I'm happy it's working now!