Posts

Post marked as solved
6 Replies
0 Views
After lots of playing around with older entitlement files. I managed to fix it! I also downgraded to 13.2.1
Post marked as solved
1 Replies
0 Views
Replied In Invalid Binary
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.
Post not yet marked as solved
2 Replies
0 Views
Post not yet marked as solved
2 Replies
0 Views
Post marked as solved
4 Replies
0 Views
Replied In Swipe Gestures
Update: It's working, just doesn't really work well in the simulator
Post marked as solved
4 Replies
0 Views
Replied In Swipe Gestures
Here you go: Picker List.txt
Post marked as solved
4 Replies
0 Views
Replied In Swipe Gestures
Unfortunately, it did not work.
Post not yet marked as solved
1 Replies
0 Views
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
5 Replies
0 Views
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
1 Replies
0 Views
Please ask this on r/AppleHelp, Quora, or the Apple Forums.
Post not yet marked as solved
4 Replies
0 Views
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
4 Replies
0 Views
Here is the entire file: Create Party.txt
Post marked as solved
1 Replies
0 Views
Can you please share your Article Struct?