Initializer for conditional binding must have Optional type, not '()'
heres the code for some more context:
@objc func shareTapped() {
guard let share = print("Hey, checkout this new app I found, Its about storms and how they look!") else {
print("no app link was found")
return
}
Post
Replies
Boosts
Views
Activity
heres a Twitter link to the problem im having:
link - https://developer.apple.com/forums/content/attachment/3c203cdc-0c1c-4d03-bed0-bdf5fd0327e5
I don't have Dev Program but I would like to share my app with my friends via TestFlight, is this possible? And if, How?
I've archived my app and when I upload my app to connect I get an error saying I need dev license.