Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64-bit version #72

Closed
dcolley opened this issue Sep 24, 2019 · 3 comments
Closed

64-bit version #72

dcolley opened this issue Sep 24, 2019 · 3 comments

Comments

@dcolley
Copy link

dcolley commented Sep 24, 2019

When can we expect the 64-bit version?
I tried Appium on OSX 10.15 and I get the dreaded 32-bit incompatibility error

@dcolley
Copy link
Author

dcolley commented Sep 24, 2019

I can confirm that this process works for me (to start the AppiumForMac server):

git clone https://github.com/appium/appium-for-mac

Launch Xcode

Open AppiumForMac.xcodeproj
image

Click Run in the toolbar
image

Verify the server is running:
image

image

I don't know enough about Xcode to build this for /Applications

@KazuCocoa
Copy link
Member

ah...
VALID_ARCHS = x86_64; is in the project now.
So, maybe it depends on the building environment.
(as #72 (comment) , it should work well)

@KazuCocoa
Copy link
Member

Added build section to be able to build by manual for now. (and move to /Applications)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants