"xcodebuild" developer tools install fail (resolved)

Hi Sodium community,

When I try to create a new project with my new canister ID, my macbook prompts me to download and install tools for “xcodebuild”, then fails to find them. You can see the resulting errors in the screenshot below.

I have the latest SDK and node.js, what am I missing?

I recently encountered a similar issue after upgrading to the latest version of MacOS. You may want to try reinstalling XCode directly from the App Store.

1 Like

Thanks, that did the trick. The rest of the install worked, but now my browser front end shows:

Error: Query failed:
Status: rejected
Message: IC0302: Canister xvipy-2cjaa-aaaaa-aaaaa-caaaa-aaaaa-aaaaa-q has no query method ‘retrieve’

at r.retrieve (https://xvipy-2cjaa-aaaaa-aaaaa-caaaa-aaaaa-aaaaa-q.ic0.app/bootstrap.js:2:43726)
at async _loadJs (https://xvipy-2cjaa-aaaaa-aaaaa-caaaa-aaaaa-aaaaa-q.ic0.app/bootstrap.js:2:243441)
at async _main (https://xvipy-2cjaa-aaaaa-aaaaa-caaaa-aaaaa-aaaaa-q.ic0.app/bootstrap.js:2:244331)

Does the canister xvipy-2cjaa-aaaaa-aaaaa-caaaa-aaaaa-aaaaa-q actually serve static assets?

If you have a link to the source code for your project, then I might be able to reproduce the error.

Figured it out, i was just using the wrong canister id :clap:

3 Likes