Forum Discussion
Hi
The binary file (libLIA_API.a) cannot be built for architectures other than armv7. This means that we cannot use this in the Simulator or even on iPhone 3Gs. Could you please provide us a binary that in the least can be used with Simulator?
Also, the naming convention for files, for instance User.h, need to have a prefix because using generic names like User or Category has potential to conflict with other libraries (as has happened to us). Please append a prefix for the filenames for instance LIA_User.h
Would these changes be possible in the short run?
Thanks
Regards
Ash
Hi
I have another request please. Currently errors are handled by delegating a view to the LIA_API object. This results in a UIAlert being generated by the Lithium framework. It would be better to pass back NSError objects via the delegate.
In our application, we use a custom notification view for displaying errors so the UIAlertView does not work. There could also be instances where we do not wish to notify the user of an error as we could wish to silently fail. Would it be possible to include the usage of NSErrors in your framework please?
Regards
Ash
Related Content
- 7 years ago
- 9 years ago
- 5 months ago