0

I realize that there are numerous questions regarding XCode 6 beta 6 and its crashing of SourceKitService, but so far none of these answers have quite applied to my problem. SourceKitService does indeed crash, but only when I include the Parse SDK into my Bridging-Header. When I remove #include <Parse/Parse.h> from the bridging header, syntax highlighting returns to normal and all is good, minus the resulting errors from Parse not being present. While I haven't seen any other threads with a problem like this, I'm curious as to whether anyone else is experiencing such a problem. From my understanding, Parse is a relatively widely-used framework and I can't imagine that nobody else is having this trouble.

Thanks for your help, as this is my first post on StackOverflow, I apologize in advance for any faux-pas I may have committed. ^_^

Edit: I might also add that when I include #include <Parse/Parse.h> in the bridging header, despite crashing SourceKitService, the program compiles correctly and works as intended.

schrismartin
  • 460
  • 4
  • 17
  • How are you adding the Parse framework to your app? – Dehli Sep 02 '14 at 16:36
  • I took Parse.framework, Bolts.framework, and ParseFacebookUtils.framework and dragged them into the navigator sidebar in XCode. They appear (along with all of the other dependency frameworks listed on the [Parse Quickstart Page](https://www.parse.com/apps/quickstart#parse_data/mobile/ios/native/existing) under my Supporting Files group. Bolts, Parse, and ParseFacebookUtils all appear in the "Linked Frameworks and Libraries" tab in the general app settings. Parse is then bridged using `#include ` in the Projectname-Bridging-Header.h file. – schrismartin Sep 02 '14 at 16:45
  • Well Xcode beta 7 was released today. Why don't you try the newest version? – Dehli Sep 02 '14 at 18:03
  • 1
    Downloading now! Posted this before they released. – schrismartin Sep 02 '14 at 20:53
  • Let me know of the results, please. – Dehli Sep 02 '14 at 20:54
  • Problem fixed in Xcode6-beta7. Thanks for your attention. – schrismartin Sep 02 '14 at 22:19

0 Answers0