I am building a B4I library with XCode i order to integrate it in my project using the Local Builder.
This library uses frameworks. I have done it in the past with other frameworks and has worked normally but I'm having problems with this one.
Now the situation is as follows:
(Not sure if it can give any clue, but the app icon in my iPhone shows a (1) Badge. )
Thanks in advance
This library uses frameworks. I have done it in the past with other frameworks and has worked normally but I'm having problems with this one.
Now the situation is as follows:
- I have the XCode project and build it to a static B4I lib (generates the *.a, *.h files)
- Then I copy these files and the needed frameworks to my local builder Libs directory, generate the xml and add it to the Additional Libs B4I folder.
- Just reference the library from my B4I project, not even referencing any object from this library (in order to narrow-down the possible causes)
- It compiles, but when I deploy it to my target device, the app just closes (the app works normally without referencing my lib)
- No logs at all appear, so I assume that the B4I app doesn't even start because something is failing when trying to load my lib, but is there any way to get logs (at whatever level) so that I can get any hint of what is happening? I mean, while building the lib I can see where errors are. When starting my B4I app, I can also see the logs in the B4I IDE when the app starts. But if the process fails when this lib is loading and there is a weird error during this stage, I'm totally blind
(Not sure if it can give any clue, but the app icon in my iPhone shows a (1) Badge. )
Thanks in advance