so i am just starting to code using the Swift Programming language on the Swift Playgrounds iPad Application, I want to create an app that displays my blog posts! the app’s name is “Individual In Recovery”,so my first problem is that the app preview doesn’t show anything
I typed in the following code
import SwiftUI
struct ContentView: View {
var body: some View {
VStack {
Text("Individual In Recovery")
foregroundColor(.white)
padding()
background(.blue)
padding()
background(.mint)
padding()
background(.green)
}
}
}
and the app preview shows nothing and there are no errors! But when i remove the modifiers the app preview shows the text correctly! So I figured that i could mess around with how the text shows up by just searching for code wi that could help modify the text within the Swift Playground app for iPad
Post
Replies
Boosts
Views
Activity
Hi I have the URL for the API but I do not know what code to write to implement it in my app! can anyone help me with that? I'm a newbie developer! and this is just my second programming language!
when I try to build my app I get error messages from a removed UIKit module that is the UITableViewController.h
Please help I am a new developer Apple said the Swift Programming Language is so easy it can be anybody's first coding language! please help!
hi I get this error message while trying to build my app
CodeSign /Users/varunbhandari/Library/Developer/Xcode/DerivedData/IIR-bmlukqunvjjciackjnaowbqrozwx/Build/Products/Debug-iphoneos/IIR.app (in target 'IIR' from project 'IIR')
cd /Users/varunbhandari/Documents/IIR
Signing Identity: "Apple Development: Varun Bhandari (ZY262U433E)"
Provisioning Profile: "iOS Team Provisioning Profile: *"
(b8adc19e-d3a8-4378-b45a-4bd5e1c4087e)
/usr/bin/codesign --force --sign 564FF6C0B73269CB700ACFE64EE27B00FDB2CC62 --entitlements /Users/varunbhandari/Library/Developer/Xcode/DerivedData/IIR-bmlukqunvjjciackjnaowbqrozwx/Build/Intermediates.noindex/IIR.build/Debug-iphoneos/IIR.build/IIR.app.xcent --timestamp\=none --generate-entitlement-der /Users/varunbhandari/Library/Developer/Xcode/DerivedData/IIR-bmlukqunvjjciackjnaowbqrozwx/Build/Products/Debug-iphoneos/IIR.app
/Users/varunbhandari/Library/Developer/Xcode/DerivedData/IIR-bmlukqunvjjciackjnaowbqrozwx/Build/Products/Debug-iphoneos/IIR.app: Is a directory
Command CodeSign failed with a nonzero exit code
I have reinstalled everything including command line tools but the CreateML frameworks fail to install, I need the framework so that I can train my auto-categorzation model which predicts category based on descriptions. I need that framework because I want to use reviision 4.
please suggest advice on how do I proceed