Xcode 7 on Mojave?












3















I have updated to 10.14. Then I could not launch Xcode 7.3.1 (believe me I wish this were not necessary). I downloaded and re-installed Xcode 7.3.1, but I still get the same error in the "Report to Apple" dialog:



Dyld Error Message:
Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Referenced from: /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit


I have tried



sudo xcode-select --switch /Applications/Xcode.7.3.1.app/Contents/Developer


which doesn't seem to solve the problem either.



Note: after each failed attempt to launch, I have to remove the quarantine xattrs with:



sudo xattr -dr com.apple.quarantine /Applications/Xcode.7.3.1.app









share|improve this question

























  • Could you explain why you need Xcode 7 instead of a later version?

    – Caleb
    Oct 23 '18 at 15:50






  • 1





    @Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

    – Cœur
    Oct 24 '18 at 4:28











  • Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

    – Cœur
    Oct 24 '18 at 4:29











  • Did you find any solution for this?

    – Besat
    Nov 14 '18 at 17:08











  • still no solution. I had to grab another computer that's not on mojave /-:

    – Michael
    Nov 14 '18 at 19:01
















3















I have updated to 10.14. Then I could not launch Xcode 7.3.1 (believe me I wish this were not necessary). I downloaded and re-installed Xcode 7.3.1, but I still get the same error in the "Report to Apple" dialog:



Dyld Error Message:
Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Referenced from: /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit


I have tried



sudo xcode-select --switch /Applications/Xcode.7.3.1.app/Contents/Developer


which doesn't seem to solve the problem either.



Note: after each failed attempt to launch, I have to remove the quarantine xattrs with:



sudo xattr -dr com.apple.quarantine /Applications/Xcode.7.3.1.app









share|improve this question

























  • Could you explain why you need Xcode 7 instead of a later version?

    – Caleb
    Oct 23 '18 at 15:50






  • 1





    @Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

    – Cœur
    Oct 24 '18 at 4:28











  • Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

    – Cœur
    Oct 24 '18 at 4:29











  • Did you find any solution for this?

    – Besat
    Nov 14 '18 at 17:08











  • still no solution. I had to grab another computer that's not on mojave /-:

    – Michael
    Nov 14 '18 at 19:01














3












3








3








I have updated to 10.14. Then I could not launch Xcode 7.3.1 (believe me I wish this were not necessary). I downloaded and re-installed Xcode 7.3.1, but I still get the same error in the "Report to Apple" dialog:



Dyld Error Message:
Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Referenced from: /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit


I have tried



sudo xcode-select --switch /Applications/Xcode.7.3.1.app/Contents/Developer


which doesn't seem to solve the problem either.



Note: after each failed attempt to launch, I have to remove the quarantine xattrs with:



sudo xattr -dr com.apple.quarantine /Applications/Xcode.7.3.1.app









share|improve this question
















I have updated to 10.14. Then I could not launch Xcode 7.3.1 (believe me I wish this were not necessary). I downloaded and re-installed Xcode 7.3.1, but I still get the same error in the "Report to Apple" dialog:



Dyld Error Message:
Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Referenced from: /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Applications/Xcode.7.3.1.app/Contents/MacOS/../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit


I have tried



sudo xcode-select --switch /Applications/Xcode.7.3.1.app/Contents/Developer


which doesn't seem to solve the problem either.



Note: after each failed attempt to launch, I have to remove the quarantine xattrs with:



sudo xattr -dr com.apple.quarantine /Applications/Xcode.7.3.1.app






xcode macos xcode7 macos-mojave






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 25 '18 at 17:41







Michael

















asked Oct 23 '18 at 15:26









MichaelMichael

2,0641753




2,0641753













  • Could you explain why you need Xcode 7 instead of a later version?

    – Caleb
    Oct 23 '18 at 15:50






  • 1





    @Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

    – Cœur
    Oct 24 '18 at 4:28











  • Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

    – Cœur
    Oct 24 '18 at 4:29











  • Did you find any solution for this?

    – Besat
    Nov 14 '18 at 17:08











  • still no solution. I had to grab another computer that's not on mojave /-:

    – Michael
    Nov 14 '18 at 19:01



















  • Could you explain why you need Xcode 7 instead of a later version?

    – Caleb
    Oct 23 '18 at 15:50






  • 1





    @Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

    – Cœur
    Oct 24 '18 at 4:28











  • Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

    – Cœur
    Oct 24 '18 at 4:29











  • Did you find any solution for this?

    – Besat
    Nov 14 '18 at 17:08











  • still no solution. I had to grab another computer that's not on mojave /-:

    – Michael
    Nov 14 '18 at 19:01

















Could you explain why you need Xcode 7 instead of a later version?

– Caleb
Oct 23 '18 at 15:50





Could you explain why you need Xcode 7 instead of a later version?

– Caleb
Oct 23 '18 at 15:50




1




1





@Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

– Cœur
Oct 24 '18 at 4:28





@Caleb there could be many reasons: (1) compatibility testing of a framework that you distribute ; (2) support for older Swift versions. Note that Apple Store Connect still accepts app uploads built with Xcode 6.

– Cœur
Oct 24 '18 at 4:28













Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

– Cœur
Oct 24 '18 at 4:29





Possible duplicate of Not able to open Xcode 8.3.2 on macOS 10.14 beta

– Cœur
Oct 24 '18 at 4:29













Did you find any solution for this?

– Besat
Nov 14 '18 at 17:08





Did you find any solution for this?

– Besat
Nov 14 '18 at 17:08













still no solution. I had to grab another computer that's not on mojave /-:

– Michael
Nov 14 '18 at 19:01





still no solution. I had to grab another computer that's not on mojave /-:

– Michael
Nov 14 '18 at 19:01












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52952714%2fxcode-7-on-mojave%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52952714%2fxcode-7-on-mojave%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python