19 questions
0
votes
0
answers
40
views
Xcode failing to show correct launch image with multiple .xcassets in project
I manage several white-labelled React Native apps that share a common codebase but differ in branding details: splash screen, icon, and startup pre-configuration (we use react-native-config for this). ...
3
votes
0
answers
442
views
xcodegen framework target that generate it's own sources doesn't generate umbrella header
I'm using xcodegen to create project. I just wanted to create a framework target and app target... Like this...
targets:
MySecrets:
platform: iOS
type: framework
settings:
...
0
votes
1
answer
762
views
XcodeGen - how to configure Notification Service Extention target?
Perhaps someone has already solved this problem. Tell me if you know. How can I add a Notification Service Extention target using XcdoeGen?
I just don't see this type of target in XcodeGen. Perhaps it ...
1
vote
1
answer
226
views
Default language of the application is not set
I need to set the default Russian language in the application to swift.
I am using Xcodegen to generate .xcodeproj.
There is my project.yml
options:
deploymentTarget: '13.0'
groupSortPosition: top
...
1
vote
4
answers
1k
views
How to add R.swift into XcodeGen project?
I'm experimenting with XcodeGen, and ran into a problem. I can't add "R.Swift" dependency. Not through SPM not through CocoaPods(
In the case of SPM, I don't understand how to add Run Build ...
0
votes
0
answers
44
views
Third party tools in Teamcity
I am new to teamcity, I am generating xcode project using xcodegen. After spending time on few articles, I concluded some of the suggestion are to add xcodegen in agent requirements or install ...
0
votes
1
answer
1k
views
How do you reference testPlans using xcodegen?
I'm not managing to reference the testPlans created manually in the xcworkspace file after running xcodegen.
It always says:
"The flag -testPlan cannot be used since the scheme does not use ...
2
votes
1
answer
3k
views
XcodeGen how to specify SPM Package
I’m using XcodeGen for my project and curious how to add specific package from SPM?
Refer to screenshot, this is how I'm doing manually:
This is my config for packages:
packages:
Charts:
url: ...
3
votes
1
answer
839
views
Using XcodeGen with build tool plug-ins
I built a Swift Package that contains a plugin defined as a .buildTool(). I would like to use it in a project where we create the project via XcodeGen. I couldn't find a way to configure the YAML so ...
3
votes
1
answer
689
views
XcodeGen generated single-target (iOS16 Xcode14) watchOS app not working
I found that the newly (iOS16 Xcode 14) introduced single-target watchOS app does not work when I try to implement it with XcodeGen.
I'm getting the following error:
Prepare build
note: Building ...
0
votes
2
answers
511
views
After xcodegen, screen size is not full screen
When I had just created a project, the screen looks fine and it reflected exactly what I saw looked on the storyboard, and after pod install also look good. But after xcodegen generate, screen looks ...
0
votes
1
answer
2k
views
How to Add file .a to project by xcodegen swift
I want to add 5 file have extension .a to project. I click "+" button then choose 5 file .a add to project is success. But my project use xcodegen so I want to config file project.yml to ...
2
votes
1
answer
350
views
update SwiftPM with XcodeGen
I'm using XcodeGen to automate the project generation and I'm new to XcodeGen. Can anyone help me how to update any SwiftPM dependency (ex: Facebook or SDWebImage) when XcodeGen is integrated?
...
1
vote
0
answers
292
views
Failed to download xcodegen from Homebrew on buddybuild
We have our CI job running on buddybuild successfully for years. Today it failed suddenly with some errors like
==> Downloading https://homebrew.bintray.com/xcodegen-2.20.0.catalina.bottle.tar.gz
...
1
vote
0
answers
254
views
XcodeGen integration: iOS APP crash only on testFlight
I have a really strange issue with my App on testFlight,
I have integrated XcodeGen to improve the project and handle efficiency merge conflicts.
Every thing work fine when I test on develop config ...
3
votes
1
answer
2k
views
Error in install firebase analytics in XcodeGen
I'm using XcodeGen and tried to install firebase analytics.
here the framework part on my project file
3Party:
type: framework
platform: iOS
settings:
SWIFT_INCLUDE_PATHS: 3Party
...
0
votes
1
answer
2k
views
Add deploymentTarget to widget in XcodeGen
I'm beginner at XcodeGen and tried to add the iOS 14's widget target to my app
Widget:
type: app-extension
platform: iOS
settings:
INFOPLIST_FILE: PIAWidget/Info.plist
...
0
votes
1
answer
512
views
Incompatibility when launching app between firebase and firebasecore
While migrating from CocoaPods to Carthage our Firebase implementation I'm getting the following error:
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
...
3
votes
1
answer
3k
views
Custom configurations with XcodeGen
I'm trying to automate the process of setting up a new app with XcodeGen. How can I achieve custom Project Configurations like in the screenshot with a YML file?
I expected to be able to do it like ...