Future Xcode project
up vote
-1
down vote
favorite
I see this error while opening the project in Xcode (Version 10.1 (10B61)) on OSX Mojave (Version 10.14).
Link: https://developer.apple.com/library/archive/samplecode/SpotlightAPI/Introduction/Intro.html
xcode
add a comment |
up vote
-1
down vote
favorite
I see this error while opening the project in Xcode (Version 10.1 (10B61)) on OSX Mojave (Version 10.14).
Link: https://developer.apple.com/library/archive/samplecode/SpotlightAPI/Introduction/Intro.html
xcode
3
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I see this error while opening the project in Xcode (Version 10.1 (10B61)) on OSX Mojave (Version 10.14).
Link: https://developer.apple.com/library/archive/samplecode/SpotlightAPI/Introduction/Intro.html
xcode
I see this error while opening the project in Xcode (Version 10.1 (10B61)) on OSX Mojave (Version 10.14).
Link: https://developer.apple.com/library/archive/samplecode/SpotlightAPI/Introduction/Intro.html
xcode
xcode
edited Nov 8 at 2:49
Daniel Tran
4,001518
4,001518
asked Nov 8 at 2:42
Ar034
11
11
3
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46
add a comment |
3
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46
3
3
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
You need to update your XCode in order to open the project file.
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
add a comment |
up vote
0
down vote
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
Despite the message, it looks like the problem is that the project is so old that current versions of Xcode don't recognize the project file format. The project file format stabilized at some point along the way so that, say, Xcode 10.x, 9.x, and maybe older versions can all work with the same file. But you're looking at a version of the Spotlight API from 2005, which means the sample projects were probably created with Xcode 2.0 or thereabout.
The Spotlight API that you're looking at is part of Apple's documentation archive, which contains old documentation that's no longer being maintained, so there's no reason to expect the sample projects to work with current Xcode versions. Your best bet is to look instead at the current Spotlight documentation.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
You need to update your XCode in order to open the project file.
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
add a comment |
up vote
2
down vote
You need to update your XCode in order to open the project file.
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
add a comment |
up vote
2
down vote
up vote
2
down vote
You need to update your XCode in order to open the project file.
You need to update your XCode in order to open the project file.
answered Nov 8 at 2:47
Daniel Tran
4,001518
4,001518
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
add a comment |
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
– Ar034
Nov 10 at 2:47
add a comment |
up vote
0
down vote
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
Despite the message, it looks like the problem is that the project is so old that current versions of Xcode don't recognize the project file format. The project file format stabilized at some point along the way so that, say, Xcode 10.x, 9.x, and maybe older versions can all work with the same file. But you're looking at a version of the Spotlight API from 2005, which means the sample projects were probably created with Xcode 2.0 or thereabout.
The Spotlight API that you're looking at is part of Apple's documentation archive, which contains old documentation that's no longer being maintained, so there's no reason to expect the sample projects to work with current Xcode versions. Your best bet is to look instead at the current Spotlight documentation.
add a comment |
up vote
0
down vote
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
Despite the message, it looks like the problem is that the project is so old that current versions of Xcode don't recognize the project file format. The project file format stabilized at some point along the way so that, say, Xcode 10.x, 9.x, and maybe older versions can all work with the same file. But you're looking at a version of the Spotlight API from 2005, which means the sample projects were probably created with Xcode 2.0 or thereabout.
The Spotlight API that you're looking at is part of Apple's documentation archive, which contains old documentation that's no longer being maintained, so there's no reason to expect the sample projects to work with current Xcode versions. Your best bet is to look instead at the current Spotlight documentation.
add a comment |
up vote
0
down vote
up vote
0
down vote
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
Despite the message, it looks like the problem is that the project is so old that current versions of Xcode don't recognize the project file format. The project file format stabilized at some point along the way so that, say, Xcode 10.x, 9.x, and maybe older versions can all work with the same file. But you're looking at a version of the Spotlight API from 2005, which means the sample projects were probably created with Xcode 2.0 or thereabout.
The Spotlight API that you're looking at is part of Apple's documentation archive, which contains old documentation that's no longer being maintained, so there's no reason to expect the sample projects to work with current Xcode versions. Your best bet is to look instead at the current Spotlight documentation.
yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old
Despite the message, it looks like the problem is that the project is so old that current versions of Xcode don't recognize the project file format. The project file format stabilized at some point along the way so that, say, Xcode 10.x, 9.x, and maybe older versions can all work with the same file. But you're looking at a version of the Spotlight API from 2005, which means the sample projects were probably created with Xcode 2.0 or thereabout.
The Spotlight API that you're looking at is part of Apple's documentation archive, which contains old documentation that's no longer being maintained, so there's no reason to expect the sample projects to work with current Xcode versions. Your best bet is to look instead at the current Spotlight documentation.
answered Nov 10 at 5:31
Caleb
108k16149238
108k16149238
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53200804%2ffuture-xcode-project%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
3
The message seems to tell you exactly what to do, so what's your question?
– Caleb
Nov 8 at 2:55
@Caleb yes, it does seem obvious looking at the error. But did you check out the link provided? and the Xcode version (Version 10.1 (10B61)) is not too old.
– Ar034
Nov 10 at 2:46