calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

Support iOS 14 Xcode 12 #461

Closed IlyaBausovAkvelon closed 3 years ago

IlyaBausovAkvelon commented 4 years ago
  1. Updated project to use iOS SDK 9.0.
  2. Fixed build target architectures issues.
  3. Fixed test issues.
ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

jingliancui commented 4 years ago

Hi team glad to see this PR, What about the progress of this PR?

JoeSSS commented 3 years ago

Hey! @AndreyMaslennikov @IlyaBausovAkvelon this PR seem to break compile of the project while using cocoapods (pod trunk push would also fail with: Binary/App Undefined symbols for architecture x86_64: "_PKPushTypeVoIP", referenced from: -[LPGCDAsyncSocket enableBackgroundingOnSocketWithCaveat:] in calabash(LPGCDAsyncSocket.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I still managed to release the ruby gem reverting this PR locally, but it would be nice if we can understand what is going on to do not have discrepancy between version and actual code.