Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27756] watchOS: Including watchOS framework causing build error

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2020-02-10T21:34:54.000+0000
Affected Version/sn/a
Fix Version/sRelease 9.0.0
ComponentsiOS
Labelsn/a
ReporterHans Knöchel
AssigneeChris Barber
Created2020-02-10T20:35:18.000+0000
Updated2020-02-14T17:15:36.000+0000

Description

When including a watchOS framework to our watchOS target, the build fails because the CLI tries to parse a compiled (binary) plist which shouldn't be checked. The easy but powerful fix is to not check plist files inside frameworks but still copy them.

Comments

  1. Hans Knöchel 2020-02-10

    PR: https://github.com/appcelerator/titanium_mobile/pull/11469 Testing steps: Honestly, use our app to test it. The setup is pretty advanced otherwise.
  2. Ewan Harris 2020-02-14

    Closing ticket The compiled plist is no longer attempted to be parsed, encountered and filed TIMOB-27768 while testing this. TIMOB-27757 is still an issue here also, but the issue for this ticket is fixed SDK: 9.0.0.v20200212155006

JSON Source