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

Cannot build for iOS, missing Titanium.xcconfig and manifest files #88

Open
rlustemberg opened this issue Mar 16, 2018 · 0 comments
Open

Comments

@rlustemberg
Copy link
Contributor

It looks like some glitches sneaked through the migration to the ios directory and the ti.collectionview module id.
I was about to fix the ios bug of SCROLL_HORIZONTAL not working, when I run into the issues of not being able to build.
The current master branch of the module misses Titanium.xcconfig and the manifest file.
The missing titanium.xcconfig causes a file not found "APSHTTPClient.h" .
Also, sdk versions below 7 contain a typo in a for the method ~ [TiUISearchBarProxy ensureSearchBarHierarchy]~ , so I guess we should compile to 7.x or reverse the fix for: #83
I'll provide a PR with the fixes

nuno added a commit that referenced this issue Mar 26, 2018
…ignore

#88 restoring titanium.xcconfig and the manifest file
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

1 participant