Post

Replies

Boosts

Views

Activity

Как разработчику из России зарабатывать в App Store создавая платные приложения или/и приложения со встроенными покупками?
Здравствуйте коллеги! Кто-нибудь знает как подписать соглашение Paid Applications Agreement если его нет в App Store Connect? Спасибо.
2
3
2.1k
Nov ’23
Failed to build ContentView.swift
Hello! I have problem with ContentView.swift. In Canvas preview I have an error: Failed to build ContentView.swift. Xcode doesn't show an error messages in my code. How to fix this problem? My code in Content View import SwiftUI struct ContentView: View { @State private var login = "" @State private var password = "" var body: some View { VStack { TextField ("Логин", text : $login) .textFieldStyle(RoundedBorderTextFieldStyle()) .padding() SecureField("Пароль",text : $password) .textFieldStyle(RoundedBorderTextFieldStyle()) .padding() Button(action: loginButtonTapped) { Text("Войти") .foregroundColor(.white) .padding() .frame(maxWidth: .infinity) .background(Color.blue) .cornerRadius(5) } .padding() } .padding() } func loginButtonTapped() { // Handle login logic here } } struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } } ![]("https://developer.apple.com/forums/content/attachment/927e8aac-a3e0-4dae-8939-6a82cd77a4ff" "title=Снимок экрана 2023-04-28 в 20.55.06.png;width=3024;height=1964")
4
0
948
Apr ’23
Как разработчику из России зарабатывать в App Store создавая платные приложения или/и приложения со встроенными покупками?
Здравствуйте коллеги! Кто-нибудь знает как подписать соглашение Paid Applications Agreement если его нет в App Store Connect? Спасибо.
Replies
2
Boosts
3
Views
2.1k
Activity
Nov ’23
How to install macOS 14 beta on a separate APFS Volume through the Software Update if macOS 14 has already downloaded?
Hell! How to install macOS 14 beta 1 on a separate APFS Volume on Mac? I can’t find a macOS 14 beta installer in the Applications Folder. Than yo.
Replies
2
Boosts
1
Views
961
Activity
Jun ’23
Failed to build ContentView.swift
Hello! I have problem with ContentView.swift. In Canvas preview I have an error: Failed to build ContentView.swift. Xcode doesn't show an error messages in my code. How to fix this problem? My code in Content View import SwiftUI struct ContentView: View { @State private var login = "" @State private var password = "" var body: some View { VStack { TextField ("Логин", text : $login) .textFieldStyle(RoundedBorderTextFieldStyle()) .padding() SecureField("Пароль",text : $password) .textFieldStyle(RoundedBorderTextFieldStyle()) .padding() Button(action: loginButtonTapped) { Text("Войти") .foregroundColor(.white) .padding() .frame(maxWidth: .infinity) .background(Color.blue) .cornerRadius(5) } .padding() } .padding() } func loginButtonTapped() { // Handle login logic here } } struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } } ![]("https://developer.apple.com/forums/content/attachment/927e8aac-a3e0-4dae-8939-6a82cd77a4ff" "title=Снимок экрана 2023-04-28 в 20.55.06.png;width=3024;height=1964")
Replies
4
Boosts
0
Views
948
Activity
Apr ’23