Minor correction sample iOS app
Although it is mentioned in the iOS api, I would be helpful it is explicitly mentioned on the readme.md
A) the simple pod commands to use (ruby install it and do pod update)
mention again that you can only compile for a device.
It took me a few hours (granted I am an interimdate) to make the sample iOS app work. From having to sort out pods, finding missing bolts.h, etc.
I think the sample app should explicitly state that you should use a device to build.
Sa0987
A) the simple pod commands to use (ruby install it and do pod update)
mention again that you can only compile for a device.
It took me a few hours (granted I am an interimdate) to make the sample iOS app work. From having to sort out pods, finding missing bolts.h, etc.
I think the sample app should explicitly state that you should use a device to build.
Sa0987
This discussion has been closed.
Comments
that is exactly what I did. Start a new project, drag the framework in. Used my iPhone 6 and I get a bolt.h header missing error. (Of course I would have not started this thread).
I will try this again and let you know.
Full disclosure: I am an intermediate iOS hack-programmer. So user errors are common.
Sa0987