I added the swift bridge and changed the proper settings to allow swift in the objc project. But my big issue is that the swift3 code that I am trying to bridge is coming up all errors in my project as it shows it has no members, no types etc.. Along with that Parse is giving off errors and not wanting to work.. I don't know if its the foundation of the project if its too old and can't do this as the project is 2 years old or what...
Here are some of the errors that I see and I am hoping to be pointed in the correct direction.
tltr- Some of the big issues I'm facing as I see is that Type 'UIApplication' has no member 'shared' and Use of unresolved identifier 'Parse' along with Value of type 'UIImage' has no member 'draw'