Skip to content
Advertisement

Tag: ios

L2CAP IOS + Linux (Bluez)

I’m trying to make a simple L2CAP Socket communication between IOS and a Linux PC. I’ve been able to: Create an L2CAP connection between two Linux machines (using example code from https://github.com/atwilc3000/sample/tree/master/Bluetooth) Create an L2CAP connection between two Iphones (using example code from https://github.com/github-deden/iOS_L2Cap) On that IOS example they are using some PSM advertise in order to chose the correct

GitLab Ci Runner error ” bash: line 21: xcodebuild: command not found “

I hava a gitlab-ci service on Linux , here is the information I followed this tutorial https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/ , before the section How to trigger builds everything worked fine , the only different is the environment which is OS “El Capitan” and “Linux” . When I try git push then error appear , I have no idea hot to solve this

Advertisement