Post

Replies

Boosts

Views

Activity

missing CreateML frameworks
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
4
0
389
2w
unable to build in Xcode
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
0
0
245
Apr ’23
Beginning with With Swift App Development for iOS
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
1
0
353
Mar ’23