After lots of playing around with older entitlement files. I managed to fix it! I also downgraded to 13.2.1
After long amounts of work, I fixed it by getting an older version of my project via source control and merging the new changes with the old version.
Update: It's working, just doesn't really work well in the simulator
Here you go:
Picker List.txt
Unfortunately, it did not work.
Post not yet marked as solved
UPDATE: I found the cause. Right as it clears, this error appears:
[MKCoreLocationProvider] CLLocationManager(<CLLocationManager: 0x600001fa3a10>) for <MKCoreLocationProvider: 0x600002f8a250> did fail with error: Error Domain=kCLErrorDomain Code=0 "(null)"
However, I am not using core location for the search at all. What is going on??? 😩
Post not yet marked as solved
Any solution? Also having the same issue
Post not yet marked as solved
I created a virtual drive on an external drive and made an apple script to close xcode and its programs, mount it in the correct spot, and re-open xcode.
Post not yet marked as solved
Please ask this on r/AppleHelp, Quora, or the Apple Forums.
Post not yet marked as solved
Try transporter, It's available on the App Store, or fastlane.
Post not yet marked as solved
Ok, thx. Code exists is legacy and from a much earlier version. I will take it out. However, if I move
.alert(isPresented: $disabledAlert, content: {
Alert(title: Text("Network Error"), message: Text("You aren't connected to the internet, please connect to use Pickt."), dismissButton: .default(Text("Ok"), action: {
disabledAlert = false
presentationMode.wrappedValue.dismiss()
}))
})
to be a child of
AlertControlView(textString: $blank, showAlert: $enterLoc, textPlaceholder: $textAlertFieldPlaceholder, title: "Error", message: "Please enter location to continue.", onDone: { loc in
location = loc
create()
}, onCancel: {
enterLoc = false
creating = false
})
Post not yet marked as solved
Here is the entire file:
Create Party.txt
Can you please share your Article Struct?