Code Monkey home page Code Monkey logo

Comments (8)

Kluskey avatar Kluskey commented on May 18, 2024

Open the xcworkspace and build from there.

I'm now, however, getting the issue of it being written in Swift 3.1 instead of 3.2.

from macassistant.

vanshg avatar vanshg commented on May 18, 2024

Hey guys, I just updated the project to Swift 4/Xcode 9.1. I've also switched from Carthage to CocoaPods. After pulling the latest changes, open up the new xcworkspace file instead of xcodeproj and see if it builds then

from macassistant.

scottrobertson avatar scottrobertson commented on May 18, 2024

I am getting the following errors

No account for team "DU7NX744DX". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.
No signing certificate "Mac Development" found:  No "Mac Development" signing certificate matching team ID "DU7NX744DX" with a private key was found.

And the following warning:

The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "MacAssistant" target.

I have my Apple account added

from macassistant.

scottrobertson avatar scottrobertson commented on May 18, 2024

Ok i changed the team to myself, now i get the following error:

MacAssistant/AppDelegate.swift:10:8: No such module 'gRPC'

from macassistant.

kuwaitbinary avatar kuwaitbinary commented on May 18, 2024

for gRPC issue this will help:

https://medium.com/@siavash_59686/swift-grpc-and-protobuf-integration-68c451c4da1f

from macassistant.

vanshg avatar vanshg commented on May 18, 2024

@scottrobertson Sorry, this is my bad for not having updated README instructions. In the most recent changes, I added grpc-swift as a submodule, so you're going to have to run git submodule update. Once you do that, you're going to have to build the grpc-project as well by cd-ing into grpc-swift and running make (You may need to drag the created project into Xcode, but I don't think you should have to)

from macassistant.

scottrobertson avatar scottrobertson commented on May 18, 2024

Thanks!

That all worked. One last question... how do i build and export a .app so i can install it? I tried doing an archive, but it does not seem to export a .app. Sorry for all the noob questions :D

from macassistant.

vanshg avatar vanshg commented on May 18, 2024

If you go to MacAssistant/build/Debug there should be a MacAssistant.app file. This would be the simplest way to use it for personal use!

from macassistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.