Require(Entity) regression in 0.12

This stopped working in 0.12:

[Require("Entity","GalleryImpl.Cancelled()")]
[Require("Entity","GalleryImpl.Picked()")]

Here in 0.12:

$ uno build -tiOS GalleryLibrary.unoproj
Uno 0.27.4 (build 2064) OS X 10.10 i386 09c838d

Configuring (3.00s)
Compiling syntax tree (3.12s)
Generating code and data
TakePictureTask.mm(63.1): E0000: 'GalleryImpl.Picked:Call' cannot be expanded because the entity has been stripped
TakePictureTask.mm(70.1): E0000: 'GalleryImpl.Cancelled:Call' cannot be expanded because the entity has been stripped
(9.65s)

Build completed in 15.77 seconds.
    0 Warning(s)
    2 Error(s)

Here in 0.11:

$ uno build -tiOS GalleryLibrary.unoproj
Uno 0.26.9-OSX (build 1951)

Configuring
(3,079.19 ms)

Compiling syntax tree
(2,844.69 ms)

Generating code and data
(12,206.44 ms)

Building iOS app
(47,407.27 ms)

Build completed in 65.55 seconds.
    0 Warning(s)
    0 Error(s)

Project which shows the error https://github.com/bolav/fuse-gallery

0.12 isn’t released yet though :slight_smile:

I have identified the problem.

A fix is on the way. :slight_smile: