Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.0.1.GA Support #221

Open
antonioduran opened this issue Jun 13, 2019 · 5 comments
Open

8.0.1.GA Support #221

antonioduran opened this issue Jun 13, 2019 · 5 comments

Comments

@antonioduran
Copy link

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.

@caspahouzer
Copy link

caspahouzer commented Jun 13, 2019

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

@antonioduran
Copy link
Author

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.

@Brianggalvez
Copy link

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

@antonioduran
Copy link
Author

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.

klebeer added a commit to klebeer/NappDrawer that referenced this issue Jun 27, 2020
@zo0m
Copy link

zo0m commented Jun 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants