matrix-ios-kit
matrix-ios-kit copied to clipboard
Three 'error build: Undefined symbol' errors and the project isn't buildable with the newest XCode version on M1 macbook
Describe the bug After updating the XCode to the newest version the project is not buildable due to the following errors:
- error build: Undefined symbol: _AFNetworkingReachabilityDidChangeNotification
- error build: Undefined symbol: _AFNetworkingReachabilityNotificationStatusItem
- error build: Undefined symbol: OBJC_CLASS$_AFNetworkReachabilityManager
To Reproduce I have MatrixKit as a dependency in the project and build it with the newest XCode Version 14.0 (14A309) on M1 MacBook Pro.
Expected behavior The project should be buildable
Screenshots
i have same problem. did you fixed?
I am also facing same issue. Can anyone please guide me.