developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
Selected filter
49
results
Andrew Fletcher
•
In Xcode attempting to build or run an app, I receiving a framework error.
Software / package
Version
Xcode
13.2.1
@capacitor/cli
3.4.3
@capacitor/haptics
1.1.4
ionic
6
@angular/core
13.3.4
Previously, I had added via npm the following
npm i @capacitor/haptics
Whilst I had added the haptics package, then built and synchronised the code using
npm run build
npx cap sync
npx cap copy ios
npx cap open ios
How to fix this issue
This error is a result of my...
Andrew Fletcher
•
While loading an ionic project, in Xcode when performing a run routine I had the...
Andrew Fletcher
•
Installing Varnish to increase the speed of the page load.
Install varnish using...
Andrew Fletcher
•
Connecting a device and testing in Xcode have you had a no profiles...
Andrew Fletcher
•
You would have come across a URL string that appears...
Andrew Fletcher
•
I attempted the run command and the response I had was succeeded, but then nothing else happened!
I usually have this problem when a dependency is not updated.
The following steps usually works for me... note in bold are the Terminal commands such as (rm -rf Podfile.lock):
Delete your Podfile.lock - using Terminal use the command rm -rf Podfile.lock
Delete your Pods folder - rm -rf Pods
Delete your .xcworkspace - rm -f .xcworkspace
Pod install
Clear your project - shift + command + k...
Andrew Fletcher
•
Working with buttons
To begin, what is a button in SwiftUI?
struct MainView:...
Andrew Fletcher
•
When those simple annoyances are too frustrating! Yes we have all been...
Andrew Fletcher
•
Post the recent update to Xcode 12.x (12A7300), I found opening an app...
Andrew Fletcher
•
To add ejabberd and run MYSQL to the server I needed to update the server...
Andrew Fletcher
•
I'm currently working on a project that requires login, register, forget password functionality in SwiftUI. As I'm developing the code, I came across a great resource for validating an email address with Regex:
http://emailregex.com/
In the end, I leveraged the worked produced on https://stackoverflow.com/questions/25471114/how-to-validate-an-e-mail-address-in-swift
The code used:
extension String {
var isValidEmail: Bool {
let name =...
Andrew Fletcher
•
Localization is the process of showing other languages in your app and is...
Andrew Fletcher
•
Updating Realm and RealmSwift from 5.5.x to 10.0.0 brought in the following...
Andrew Fletcher
•
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID:...
Andrew Fletcher
•
Installing Laravel on an Apache server was going to be a no fuss process said no...