appium / appium-for-mac

[deprecated] Application for automating a mac app with JSON wire protocol
Apache License 2.0
193 stars 70 forks source link

64-bit version #72

Closed dcolley closed 4 years ago

dcolley commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

ah... VALID_ARCHS = x86_64; is in the project now. So, maybe it depends on the building environment. (as https://github.com/appium/appium-for-mac/issues/72#issuecomment-534623155 , it should work well)

KazuCocoa commented 4 years ago

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