You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.