DEV Community

# xcode

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Add a custom color to your XCode Project

Add a custom color to your XCode Project

Comments
2 min read
Add a Custom Font to Your XCode Project

Add a Custom Font to Your XCode Project

Comments
2 min read
How to Add Dynamic Constraints to Your Swift Project

How to Add Dynamic Constraints to Your Swift Project

Comments
3 min read
Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images!

Update to "My Custom Picker With Multi-Selection in SwiftUI" - Now With Images!

1
Comments
2 min read
Core Data Part 1 Components of Core Data - Data Model

Core Data Part 1 Components of Core Data - Data Model

Comments
4 min read
Writing Shell script to open the project in Xcode

Writing Shell script to open the project in Xcode

Comments
25 min read
How To Make a Custom Picker with Multi-Selection in SwiftUI

How To Make a Custom Picker with Multi-Selection in SwiftUI

Comments
2 min read
How to Debug and Solve an App Sandbox Related Issue Within the Xcode IDE

How to Debug and Solve an App Sandbox Related Issue Within the Xcode IDE

5
Comments 1
2 min read
Xcode Tips to Supercharge Your Development Workflow

Xcode Tips to Supercharge Your Development Workflow

1
Comments
2 min read
Xcode debugging cheatsheet

Xcode debugging cheatsheet

4
Comments
2 min read
Things I learned after 5 years of iOS development

Things I learned after 5 years of iOS development

4
Comments
3 min read
Most essential Xcode shortcuts every developer should know

Most essential Xcode shortcuts every developer should know

5
Comments
5 min read
Fixing a PhaseScriptExecution Failure on React Native

Fixing a PhaseScriptExecution Failure on React Native

Comments
1 min read
Using ChatGPT to Optimize Code in Xcode: A New Era of Development

Using ChatGPT to Optimize Code in Xcode: A New Era of Development

1
Comments
9 min read
Do You Need the Latest Computer / Software to Learn Programming?

Do You Need the Latest Computer / Software to Learn Programming?

1
Comments
4 min read
Navigation Link - Swift UI iOS 16

Navigation Link - Swift UI iOS 16

3
Comments 1
1 min read
[WWDC2023] SwiftData Basic Use Case in 6 Steps

[WWDC2023] SwiftData Basic Use Case in 6 Steps

7
Comments
5 min read
Introducing SwiftData the successor of CoreData

Introducing SwiftData the successor of CoreData

3
Comments
5 min read
How to fix "Cannot find module 'node-darwin-arm64/package.json"

How to fix "Cannot find module 'node-darwin-arm64/package.json"

2
Comments 1
2 min read
Park API - Using PostgreSQL instead of SQLite

Park API - Using PostgreSQL instead of SQLite

1
Comments
2 min read
Park API - Server side Swift with Hummingbird

Park API - Server side Swift with Hummingbird

1
Comments
7 min read
How to Fix the "node: command not found" Error When Building a React Native App in Xcode

How to Fix the "node: command not found" Error When Building a React Native App in Xcode

Comments
1 min read
Build is possible but Archive fails when using CocoaPods in Xcode

Build is possible but Archive fails when using CocoaPods in Xcode

Comments
1 min read
How to Fix Failed Archive on Xcode 14.3 (rsync error: some files could not be transferred (code 23))

How to Fix Failed Archive on Xcode 14.3 (rsync error: some files could not be transferred (code 23))

8
Comments 4
1 min read
SwiftUI - Open Deeplink url from your terminal

SwiftUI - Open Deeplink url from your terminal

Comments
1 min read
How to Localize All Your iOS Apps into 20 Languages in 5 Minutes

How to Localize All Your iOS Apps into 20 Languages in 5 Minutes

Comments
3 min read
Cleaning your Xcode's garbage

Cleaning your Xcode's garbage

1
Comments
2 min read
CustomPresentationDetent Protocol Implementation in SwiftUI for Modal Presentations

CustomPresentationDetent Protocol Implementation in SwiftUI for Modal Presentations

Comments
4 min read
How to create an SPM package with SwiftUI

How to create an SPM package with SwiftUI

Comments
3 min read
Prototype design pattern in Swift

Prototype design pattern in Swift

2
Comments
1 min read
How to improve your Previews and Test experiences in Swift

How to improve your Previews and Test experiences in Swift

3
Comments
4 min read
Getting a .app instead of .ipa as final artifact from cmake.

Getting a .app instead of .ipa as final artifact from cmake.

2
Comments
2 min read
gyp: No Xcode or CLT version detected!

gyp: No Xcode or CLT version detected!

4
Comments
1 min read
Stop Xcode 14 from signing pods (React Native solution)

Stop Xcode 14 from signing pods (React Native solution)

4
Comments
1 min read
Stop Throwing Away Errors

Stop Throwing Away Errors

Comments
11 min read
Xcode Tip: Pre Build Actions

Xcode Tip: Pre Build Actions

Comments
2 min read
XCode Code Snippet

XCode Code Snippet

7
Comments
1 min read
In-App Purchase Implementation in iOS

In-App Purchase Implementation in iOS

8
Comments
7 min read
Where did the plist go?

Where did the plist go?

11
Comments 1
2 min read
macOS: xcrun: error

macOS: xcrun: error

3
Comments
1 min read
Xcode Man Page

Xcode Man Page

8
Comments
1 min read
5 Reasons to Use Typealias

5 Reasons to Use Typealias

7
Comments
7 min read
Appstore submission: Does your app use encryption? How to determine if your app contain encryption?

Appstore submission: Does your app use encryption? How to determine if your app contain encryption?

8
Comments 4
3 min read
How to build Multi platform apps using SwiftUI? 👨‍💻

How to build Multi platform apps using SwiftUI? 👨‍💻

10
Comments 2
4 min read
How to Check an Apple ID is Registered to a Developer Account

How to Check an Apple ID is Registered to a Developer Account

4
Comments
1 min read
Set up a freshly installed macos Monterey machine as a gitlab-runner host

Set up a freshly installed macos Monterey machine as a gitlab-runner host

1
Comments
2 min read
Gamedev File Structure

Gamedev File Structure

5
Comments 2
5 min read
Saving objects to UserDefaults

Saving objects to UserDefaults

6
Comments
2 min read
Converting Date to String and back

Converting Date to String and back

6
Comments
4 min read
Adding Google Analytics using Publish

Adding Google Analytics using Publish

5
Comments
3 min read
Check if Email is valid

Check if Email is valid

5
Comments
2 min read
Signing an xOS App for another Apple Developer Account

Signing an xOS App for another Apple Developer Account

4
Comments
2 min read
Get Started With JSConstraints - Programmatic Swift Constraints for Beginners

Get Started With JSConstraints - Programmatic Swift Constraints for Beginners

5
Comments
7 min read
No Permission Handler Detected (IOS)

No Permission Handler Detected (IOS)

3
Comments 1
1 min read
How to localize SwiftUI application

How to localize SwiftUI application

12
Comments
4 min read
Single point versioning with Fastlane for React Native

Single point versioning with Fastlane for React Native

7
Comments 1
4 min read
Compiling Textual IRC Client

Compiling Textual IRC Client

8
Comments 1
2 min read
How to emulate iOS on Linux with Docker

How to emulate iOS on Linux with Docker

129
Comments 12
8 min read
Como emular um iOS no Linux utilizando Docker

Como emular um iOS no Linux utilizando Docker

41
Comments 12
9 min read
Advanced iOS development - Build Phases Part 1

Advanced iOS development - Build Phases Part 1

9
Comments
2 min read
loading...