i am working on iOS project using Xcode tool. the code is written in Objective-c. we are using cocoapods to import all required library files for current application. my project is running without any error on my machine in Xcode tool. but when i try to run this project on bamboo its giving fatel error "file not found". they are library files missing in bamboo.
- do i need to install library files on remote server?
- do i need to install any other tools inorder to run Xcode iOS project.
- How to enable unit-tests on bamboo. is there any doc.
Hi Niranjan,
Have you checked this doc already - Bamboo with Xcode
If you are running build using a remote agent then yes you have to ensure that the Xcode dependencies (libraries) are installed on the remote agent machine.
You could check the agent or server capabilities to see if the correct path to the libraries is referred. Change if not.
About the Xcode unit tests, I am not quite sure about it but how about using JUnit for this?
Thanks,
Robhit
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.