Questions tagged [xcodegen]
20 questions
0
votes
1 answer
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: https://github.com/danielgindi/Charts
branch:…

Hattori Hanzō
- 2,349
- 4
- 19
- 36
0
votes
2 answers
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 like the pic, so I assume xcodegen affected the…

Doyun Kim
- 13
- 3
0
votes
1 answer
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 auto add file .a when genarate new file xcodeproj. Help me…

Nguyễn Ngọc Mạnh
- 3
- 3
0
votes
1 answer
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
PROVISIONING_PROFILE_SPECIFIER_Release: Development - Widget Extension
…

Robert kont
- 165
- 1
- 8
0
votes
1 answer
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
Failure Reason: Could not install at this…

dElo
- 124
- 10