Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5493] iOS build fails on with missing arm64 architecture

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2018-01-08T18:30:44.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator CLI, Titanium SDK & CLI
Labelsiphone
Reporterabdullah@adjust.com
AssigneeShak Hossain
Created2018-01-05T10:13:31.000+0000
Updated2018-01-08T18:30:44.000+0000

Description

My iOS module works just fine on 7.0.0.GA, but as soon as I switch the module's and apps' environment (change manifest's minsdk) to 6.1.0.GA, I get this error at the end of the log output:
[INFO]  Encrypting JavaScript files
[INFO]  Writing i18n files
[INFO]  Processing Titanium symbols
[INFO]  Removing files
[INFO]  Optimizing .plist and .png files
[INFO]  Invoking xcodebuild
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         Ld build/Intermediates/FinalTestProject.build/Debug-iphoneos/FinalTestProject.build/Objects-normal/arm64/FinalTestProject normal arm64
[ERROR] (1 failure)
The command I use to build is:
appc run -p ios -T device
Also, when I remove my module, the app builds just fine under 6.1.0.GA. I make sure to run appc ti sdk select 7.0.0.GA or appc ti sdk select 6.1.0.GA to switch the selected Titanium SDK when I change the app and module's SDK. Why is this happening? My plugin works just fine on 7.0.0.GA without any change in the .framework file.

Comments

  1. Mostafizur Rahman 2018-01-07

    Hello [~abdullah@adjust.com], Thanks for sharing with us. Can you please share the sample module here to reproduce the issue on our end?
  2. abdullah@adjust.com 2018-01-08

    This seems to be an issue with our Xcode .framework file. Regardless, we've decided not to support Titanium SDKs lower than 7.0.0.GA anymore. Thank you very much, Mr. Rahman. Feel free to close the issue.

JSON Source