Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5888] Xcode 10 - TI SDK 7.4.0 use-jscore-framework Build Fails With Modules

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2018-09-18T20:59:22.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsios
ReporterDonovan Lewis
AssigneeShak Hossain
Created2018-09-14T16:03:55.000+0000
Updated2018-09-18T20:59:23.000+0000

Description

When building an app for iOS using Xcode 10 it will fail to build the app and run the simulator if the app has modules when false is added to the tiapp.xml. If I remove modules it will build the app and run in the simulator just fine. It seems to build to a device just fine. *This is the error I get when I try and build to a simulator: *
[ERROR] :  ** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :  	Ld /Users/name/Documents/Appcelerator_Studio_Workspace/AppName/build/iphone/build/Products/Debug-iphonesimulator/AppName.app/AppName normal x86_64
[ERROR] :  (1 failure)
If I remove false from my tiapp.xml the app builds fine to the simulator with modules added. I use false because on large uploads GC still does not work 100% correct and will allow an app to use extremely high amounts of ram, setting this to false fixes all issue I have with ram usage.

Comments

  1. Hans Knöchel 2018-09-14

    Hey there! Can you please provide an example of this behavior? Maybe a tiny sample project? Also, please attach the full trace-log. It will uncover the actual build error.
  2. Hans Knöchel 2018-09-18

    Resolving, since we could not reproduce it with the core modules and did not get feedback on the details. However, there was a bug with Ti.Barcode that was fixed today, so it might be related. @jasonkneen will post a PR on that soon.

JSON Source