Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch an iOS SDK at build time #27

Closed
luigifilannino opened this issue Mar 8, 2018 · 4 comments
Closed

Switch an iOS SDK at build time #27

luigifilannino opened this issue Mar 8, 2018 · 4 comments

Comments

@luigifilannino
Copy link

Hi all,
I am using souyuz plugin to build my Xamarin hybrid apps (I am in a Jenkins CI environment that starts build on a Mac build server with full Visual Studio 2017 installed) choosing between two iOS SDK installed respectively in /Applications/Xcode8.app and /Applications/Xcode9.app directories.

There is a way to change the sdk dir path at build time in the Fastfile or in my pipeline Jenkins or in any other files ? I tried to change the default iOS SDK set in Visual Studio for Mac -> Preferences -> Projects -> SDK Locations -> Apple -> /Applications/Xcode8.app in many ways without success.

Thank's in advance for the help!

@luigifilannino
Copy link
Author

Hi,
any suggestions?

@voydz
Copy link
Owner

voydz commented Mar 15, 2018

Hi @luigifilannino ,

this is nothing souyuz can help you with, unfortunatly. The only way (that I know of) to change the iOS SDK is through Visual Studio's settings, as you described.

If we gather information if and how we can pass SDK locations as arguments to msbuild. There is a good chance we get this implemented in souyuz, though.

regards

@letsbondiway
Copy link

HI @luigifilannino , by change the sdk dir path do you mean the version of Xcode to use? In that case, I believe the xcversion action of Fastlane can help you. If it is something else, I am not sure what can be the solution.

@voydz
Copy link
Owner

voydz commented Sep 13, 2023

closed since stale

@voydz voydz closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants