You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2020. It is now read-only.
I have done a pod install then opened Twidere.xcworkspace from root and switched to Scheme Twidere > iPhone SE but it doesn't build.
Is the current build broken or am I doing something bad/missing something ?
Log:
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Models/CustomAPIConfig.swift:17:19: Use of undeclared type 'Account'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Models/CustomAPIConfig.swift:17:9: Could not infer type for 'authType'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/Pages/StatusesList/DataSources/UserTimelineStatusesListControllerDataSource.swift:14:18: Use of undeclared type 'UserKey'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/Pages/StatusesList/DataSources/UserTimelineStatusesListControllerDataSource.swift:17:37: Use of undeclared type 'UserKey'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/Pages/StatusesList/DataSources/UserTimelineStatusesListControllerDataSource.swift:23:95: Use of undeclared type 'Status'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/Pages/StatusesList/DataSources/UserTimelineStatusesListControllerDataSource.swift:23:49: Use of undeclared type 'MicroBlogService'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/TableViewCells/DetailStatus/DetailStatusCell.swift:30:17: Use of undeclared type 'Status'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/TableViewCells/DetailStatus/DetailStatusCell.swift:63:28: Use of undeclared type 'Status'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:19:35: Use of undeclared type 'UserKey'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Constants/ServiceConstants.swift:13:22: Use of undeclared type 'Account'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Constants/ServiceConstants.swift:13:5: Could not infer type for 'defaultAuthType'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Utils/AccountUtils.swift:21:31: Use of undeclared type 'Account'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Utils/AccountUtils.swift:26:41: Use of undeclared type 'Account'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Utils/AccountUtils.swift:26:29: Use of undeclared type 'UserKey'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/StatusViewerController.swift:13:37: Use of undeclared type 'UserKey'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/StatusViewerController.swift:14:46: Use of undeclared type 'PersistableStatus'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Utils/ConvertUtils.swift:58:33: Use of undeclared type 'JSON'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/TableViewCells/DetailStatus/DetailStatusCell.swift:97:175: Use of unresolved identifier 'LinkSpanItem'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/Extensions/YYTextExtension.swift:85:19: Use of undeclared type 'SpanItem'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:45:23: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:160:28: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:577:65: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:214:52: Use of undeclared type 'Account'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:216:41: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:282:163: Use of unresolved identifier 'LinkSpanItem'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:535:82: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:551:82: Use of undeclared type 'User'
/Users/dashie/dev/Twidere-iOS/Twidere/Sources/UI/ViewControllers/Viewers/UserProfileController.swift:563:68: Use of undeclared type 'User'
Hello,
I have done a
pod installthen openedTwidere.xcworkspacefrom root and switched to SchemeTwidere > iPhone SEbut it doesn't build.Is the current build broken or am I doing something bad/missing something ?
Log: