viezel/NappDrawer

8.0.1.GA Support

Opened this issue · 5 comments

Hello. Good morning / afternoon.

I am trying to compile the module with 8.0.1.GA, but I am getting the following:

Part of the error message:

[TRACE] : [xcode-sim] In file included from /Users/tailored/NappDrawer/ios/Classes/DkNappDrawerDrawerProxy.m:11:
[TRACE] : [xcode-sim] /Users/tailored/NappDrawer/ios/Classes/DkNappDrawerDrawer.h:14:9: fatal error: 'TiUIiOSNavWindowProxy.h' file not found
[TRACE] : [xcode-sim] #import "TiUIiOSNavWindowProxy.h"
[TRACE] : [xcode-sim]         ^~~~~~~~~~~~~~~~~~~~~~~~~
[TRACE] : [xcode-sim] 1 error generated.

Full log:
trace.txt

Any feedback it is appreciated.

Thanks, and best,
Antonio.

It's not TiUIiOSNavWindowProxy.h anymore.

Moved from Ti.UI.iOS.NavigationWindow to Ti.UI.NavigationWindow in order to make it cross platform and deprecated Ti.UI.iOS.NavigationWindow

so the module has to use TiUINavigationWindowProxy.h I think. Feel free to make changes an pull request them

Hello @caspahouzer . Good afternoon / evening.

Thank you for the input.

I tried that replacing in all parts the TiUIiOSNavWindowProxy by TiUINavigationWindowProxy, but the compiler still sending the following:

[TRACE] [xcode-sim] In file included from /Users/tailored/NappDrawer/ios/Classes/DkNappDrawerDrawerProxy.m:11:
[TRACE] [xcode-sim] /Users/tailored/NappDrawer/ios/Classes/DkNappDrawerDrawer.h:21:3: error: unknown type name 'TiUINavigationWindowProxy'
[TRACE] [xcode-sim]   TiUINavigationWindowProxy *navProxy;
[TRACE] [xcode-sim]   ^
[TRACE] [xcode-sim] 1 error generated.

Full log:
trace.txt

Any feedback it is appreciated.

Thanks, and best,
Antonio.

the problem is that navigationWindow is not exposed to TitaniumKit see this: https://jira.appcelerator.org/browse/AC-6346?filter=-2

Hello @Brianggalvez . Good afternoon.

Did you find any workaround to solve the issue?
I read the ticket, but there is no update...

Thanks, and best,
Antonio.

zo0m commented

Hello, faced this issue when tried to rebuild the module.
My workaround is to copy TiUINavigationWindowProxy.h to the module project.

dk.napp.drawer-iphone-2.1.2.zip