TwidereProject / Twidere-iOS

Twidere for iOS
GNU General Public License v3.0
119 stars 21 forks source link

Cannot get to build #5

Open rhaamo opened 7 years ago

rhaamo commented 7 years ago

Hello,

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'
mariotaku commented 7 years ago

This project is far from a complete app, please check back later.