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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: