[TIMOB-26445] iOS: Default framework header search paths should be injected by template
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-26T11:49:58.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | Release 8.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2018-10-07T10:14:28.000+0000 |
Updated | 2018-11-27T15:41:56.000+0000 |
Description
When using SDK 8 and Swift modules, the framework search paths should be injected by the template instead of handling them manually. This used to be done for header search paths and ObjC modules, so you should clean up the template and should be fine,.
PR: https://github.com/appcelerator/titanium_mobile/pull/10372 To test: 1. Create a new Swift module with
ti create -t module
2. Open the module in Xcode 3. Try to build it in Xcode (CMD+B) Expected behavior: A "Build succeeded" notification.Merged in
*Closing ticket* verified fix in SDK version
8.0.0.v20181127032313
with the test case mentioned above in the description. *Test Environment*