[TIMOB-19547] Changes in extensions don't make it to incremental builds
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 5.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Unknown |
| Created | 2015-09-18T10:10:42.000+0000 |
| Updated | 2018-02-28T19:55:47.000+0000 |
Description
I was working on a sample app when I noticed that the following changes to an included extension did not make it to the
build/iphone/extensions folder:
* Replacing the icons in the extension's asset catalog
* Changing a line in the extension's InterfaceController.m
The only thing that did work is adding or deleting a file from the extension.
No comments