[TIMOB-24957] Windows: Unable to place XAML resource in project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-08-21T09:54:36.000+0000 |
Affected Version/s | Release 6.1.0 |
Fix Version/s | Release 6.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2017-07-14T02:31:21.000+0000 |
Updated | 2017-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
https://github.com/appcelerator/titanium_mobile_windows/pull/1041
[~kiguchi] Will this need back-porting to 6_2_X ?
Backported here https://github.com/appcelerator/titanium_mobile_windows/pull/1058
Verified in 6.2.0.v20170821001430, closing ticket