You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm having troubles trying to integrate fastlane on my project. The issue is due to "Any iOS SDK" setting is added by default on code signing identity when .xcodeproject is generated, thus it's giving me an error when I'm trying to archive the project through fastlane.
I don't know how can I remove that setting from my project.yml. Is there any way to do that?
This is the settings that I want to remove from the .xcodeproject:
Thanks in advance.
The text was updated successfully, but these errors were encountered:
ezegutierrez
changed the title
Question related with code signing identity settings on project.yml
Question related to code signing identity settings on project.yml
Sep 11, 2018
I am also having this exact same issue. I can set the Debug and Release values correctly, but cannot get "Any iOS SDK" to match.... would be nice to not have to reach into proj settings to do so. Thanks!
Hi!
I'm having troubles trying to integrate fastlane on my project. The issue is due to "Any iOS SDK" setting is added by default on code signing identity when .xcodeproject is generated, thus it's giving me an error when I'm trying to archive the project through fastlane.
I don't know how can I remove that setting from my project.yml. Is there any way to do that?
This is the settings that I want to remove from the .xcodeproject:
Thanks in advance.
The text was updated successfully, but these errors were encountered: