You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Typhoon in the iMessage Extension of IOS with partial luck. Only manual integration works, plist integration doesn't. This issue is pretty similar to #352 and it looks like you fixed it but for some reason my class properties don't get injected automatically even though I followed the instructions on your docs. Here's a link to the sample project I created: https://github.com/lirantzairi/TestIMessages
It's a simple project containing two targets:
Host app. If you run it you see that automatic injection works.
Extension app. If you run it you see that automatic injection doesn't work - the property "myClass" doesn't get injected and remains nil.
Can you please help me understand where the issue is?
Thanks,
Liran.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use Typhoon in the iMessage Extension of IOS with partial luck. Only manual integration works, plist integration doesn't. This issue is pretty similar to #352 and it looks like you fixed it but for some reason my class properties don't get injected automatically even though I followed the instructions on your docs. Here's a link to the sample project I created:
https://github.com/lirantzairi/TestIMessages
It's a simple project containing two targets:
Can you please help me understand where the issue is?
Thanks,
Liran.
The text was updated successfully, but these errors were encountered: