Невозможно подключиться к анализу после недавнего обновления - PullRequest
1 голос
/ 22 мая 2019

Со времени последнего обновления я получаю сообщение об ошибке

"libc ++ abi.dylib: завершается с необработанным исключением типа NSException (lldb)"

всякий раз, когдаЯ пытаюсь подключиться к parse

Я даже не могу выполнить простую задачу, такую ​​как создание пользователя, так как она всегда будет зависать.Я подозреваю, что что-то изменилось после недавнего обновления XCode, и я не могу понять, что это такое.

Я подозреваю, что это может быть библиотека libc++abi.dylib, которая не поддерживается, но я не знаю, что с этим делать.

Вот мой контроллер View

import UIKit

import Parse



class ViewController: UIViewController {



@IBOutlet var username: UITextField!

@IBOutlet var password: UITextField!



func displayAlert(title: String, message: String) {

let alertcontroller = UIAlertController(title: title, message: message, preferredStyle: .alert)

alertcontroller.addAction(UIAlertAction(title: "OK", style: .default, handler: nil))

self.present(alertcontroller, animated: true, completion: nil)

}



override func viewDidLoad() {

super.viewDidLoad()

// Do any additional setup after loading the view, typically from a nib.

}



@IBAction func signup(_ sender: Any) {

if username.text == "" || password.text == "" {

displayAlert(title: "Error in Form", message: "Please fill in the information")

} else {

let user = PFUser()

user.username = username.text

user.password = password.text

}

}



Here's my App Delegate

class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

//--------------------------------------

// MARK: - UIApplicationDelegate

//--------------------------------------

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

// Enable storing and querying data from Local Datastore.

// Remove this line if you don't want to use Local Datastore features or want to use cachePolicy.

Parse.enableLocalDatastore()



let parseConfiguration = ParseClientConfiguration(block: { (ParseMutableClientConfiguration) -> Void in

ParseMutableClientConfiguration.applicationId = "......"

ParseMutableClientConfiguration.clientKey = "......"

ParseMutableClientConfiguration.server = "........"

})



Parse.initialize(with: parseConfiguration)



Вот ошибка

019-05-22 12: 51: 10.776625 + 0200 ParseStarterProject-Swift [18144: 1046582] [MC] Контейнер системной группы для пути systemgroup.com.apple.configurationprofiles: / Users / ejike / Library / Developer / CoreSimulator / Devices / 8AAB1103-8B3E-4584-BFAE-170720DE4BEF / data / Containers / Shared / SystemGroup / systemgroup.com.apple.configurationprofiles

2019-05-22 12: 51: 10.780381 + 0200 ParseStarterProject-Swift [18144: 1046582] [MC] Чтение из личных действующих пользовательских настроек.

2019-05-22 12: 51: 23.291890 + 0200 ParseStarterProject-Swift [18144: 1046582] *** Завершение работы приложения из-за необработанного исключения «NSInternalInconsistencyException», причина: «Класс PFUser должен быть зарегистрирован в registerSubclass доиспользуя Parse. '

*** Стек первого вызова вызова:

(

0 CoreFoundation 0x0000000107dad6fb __exceptionPreprocess + 331

1 libobjc.A.dylib 0x0000000107351ac5objc_exception_throw + 48

2 CoreFoundation 0x0000000107dad555 + [Повышение NSException: формат:] + 197

3 ParseStarterProject-Swift 0x0000000105f5a7e1 - [PFObject init] + 189

1036

1037 *1036*0x0000000105f26533 $ sSo6PFUserCABycfcTO + 19

* +1039 * 5 ParseStarterProject-Свифт 0x0000000105f25bdf $ sSo6PFUserCABycfC + 31
тысяча сорок-один * 6 ParseStarterProject-Свифт 0x0000000105f25647 $ s25ParseStarterProject_Swift14ViewControllerC6signupyyypF + 1383 * 1 042 *

7 ParseStarterProject-Свифт 0x0000000105f25c3c $ s25ParseStarterProject_Swift14ViewControllerC6signupyyypFTo + 76

8 UIKitCore 0x0000000114799204 - [UIApplication sendAction: to: from: forEvent:] + 83

9 UIKitCore 0x00000001141eec19 - [UIControl sendAction: to: forEvent:] + 67

104910 UIKitCore 0x00000001141eef36 - [UIControl _sendActionsForEvents: withEvent:] + 450

11 UIKitCore 0x00000001141edeec - [UIControl касается Ended: withEvent:] + 583

12 UI0000E00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 * * * * * 1*

13 UIKitCore 0x00000001147d35d2 - [UIWindow sendEvent:] + 4079

14 UIKitCore 0x00000001147b1d16 - [UIApplication sendEvent:] + 356

15 * UIKitCore 0exe0e0e0 0 0 0 00 0 00 00 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00000016 UIKitCore 0x0000000114884bb9 __handleEventQueueInternal + 5911 * одна тысяча шестьдесят-два * * +1063 * 17 CoreFoundation 0x0000000107d14be1 * +1064 * CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION * +1065 * + 17 * 1 066 * * +1067 * 18 CoreFoundation 0x0000000107d14463 __CFRunLoopDoSources0 + 243 * 1 068 *

19 CoreFoundation 0x0000000107d0eb1f __CFRunLoopRun + тысяча двести тридцать одна

20 CoreFoundation 0x0000000107d0e302 CFRunLoopRunSpecific + 626

21 GraphicsServices 0x000000010cf112fe GSEventRunModal + 65

22 UIKitCore 0x0000000114797ba2 UIApplicationMain + 140

23 ParseStarterProject-Swift 0x0000000105f27dab main + 75

24 libdyld.dylib 0x00000001091a3541 start + 1

1081 start0x0000000000000001 0x0 + 1

)

libc ++ abi.dylib: завершается с необработанным исключением типа NSException

(lldb)

...