Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24957] Windows: Unable to place XAML resource in project

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2017-08-21T09:54:36.000+0000
Affected Version/sRelease 6.1.0
Fix Version/sRelease 6.2.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2017-07-14T02:31:21.000+0000
Updated2017-08-23T22:19:24.000+0000

Description

Unable to place XAML Resource Dictionary file under Titanium project Resources/windows folder. *Steps to reproduce: * 1. Place following file under Resources/windows/test.xaml
<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

</ResourceDictionary>
2. appc run -p windows --wp-sdk 10.0 --target ws-local -l trace --build-only *Expected*: Build succeeded *Actual*: Build failed
[DEBUG] XamlTypeInfo.Impl.g.cpp
[ERROR] Generated Files\XamlTypeInfo.Impl.g.cpp(9): fatal error C1083: Cannot open include file: 'pch.h': No such file or directory

Comments

  1. Kota Iguchi 2017-07-14

    https://github.com/appcelerator/titanium_mobile_windows/pull/1041
  2. Samir Mohammed 2017-07-31

    [~kiguchi] Will this need back-porting to 6_2_X ?
  3. Ewan Harris 2017-08-21

    Backported here https://github.com/appcelerator/titanium_mobile_windows/pull/1058
  4. Ewan Harris 2017-08-21

    Verified in 6.2.0.v20170821001430, closing ticket

JSON Source