calabash / calabash-ios-server

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

Configs cleaning #472

Closed AlexeyBudynkov closed 2 years ago

AlexeyBudynkov commented 3 years ago

1) Configs are cleaned from comments 2) gems versions are fixed in Gemfiles 3) unit-tests are fixed for Xcode 12.5 and Xcode 13.1

JoeSSS commented 2 years ago

Hey guys, I have compiled the project but when trying to compile our project with it I started to get

ld: symbol(s) not found for architecture x86_64

we seem to have fixed it by adding "-fprofile-arcs" to our project, but we're not sure why it suddenly needed now, did code coverage gcov stuff was somehow added to the project?

or can it be the podfile problem 🤔 https://github.com/CocoaPods/Specs/commit/6381fab4b684ca28f90d39c1891ec7e0c55f1ee4

JoeSSS commented 2 years ago

Hey guys, I have compiled the project but when trying to compile our project with it I started to get

ld: symbol(s) not found for architecture x86_64

we seem to have fixed it by adding "-fprofile-arcs" to our project, but we're not sure why it suddenly needed now, did code coverage gcov stuff was somehow added to the project?

or can it be the podfile problem 🤔 CocoaPods/Specs@6381fab

ah, this PR will actually fix it, it was because of commenting out stuff in the middle of the multi string config

AlexeyBudynkov commented 2 years ago

Fix CI please

Now CI is fixed