Closed benjaminburkhardt closed 8 years ago
Did you include PanicARKitResources.bundle ?
Yes we included that.
On Wed, May 11, 2016 at 7:20 AM -0700, "Djembejo" notifications@github.com wrote:
Did you include PanicARKitResources.bundle ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Hi, my question is related to Swift and PanicAR, but also Cocoapods. Please let me know if I need to create separate issue for that.
I am using use_frameworks!
flag in the Podfile, but I am getting only PanicARKitResources.bundle
in the Pods project after that. Do I still need to add PanicAR framework manually into project?
We are loling into getting Swift and cocoapods support up and running! Stay tuned.
@bubenni you need to make sure the resources bundle is included and found. The app cannot find the default Label template. You can also add the Label template XIB file from the sources folder directly and style it yourself.
Has anyone been successful in integrating the framework in an Swift Application?
I get the Framework running so far, that I get the camera, radar and infos, but the PoiLabels don't show up...
This are the warnings from the console:
Perhaps anyone can help me with that?