ios - importing PebbleKit in Xcode 6 for use in swift -
I am trying to develop a pebble companion app in Xcode 6 at a fast pace.
I can follow the instructions so far
The Pod starts installing and linking Pebblekit without any error, but when I import a fast file into "Paybblekit "I type the instruction, then it says that the module was not found.
Being not an expert in Objective-C, (nor faster for that matter), I am being harmed because it is not working.
Any insights?
The following solution has worked for me 1. I added the packblekit manually (all for this The steps are described in the link given on the question basis) 2. I created a bridging header file in Swift Project (check). 3. In the built-in bridging header file I wrote: # Import
There is no need to import 'Paybblekit' in any swift file! I can use all the sections without the problem of the Problem Framework.
Comments
Post a Comment