MrAdamBoyd / DownTube

Lightweight YouTube Downloader for iOS
163 stars 55 forks source link

iOS 12 - App not moving past splash screen #13

Closed LKLAW closed 5 years ago

LKLAW commented 6 years ago

See titel

LKLAW commented 6 years ago

Error codes: `2018-09-17 16:07:30.010298+0200 DownTube[12668:2380077] *** Assertion failure in -[MMWormholeFileTransiting checkAppGroupCapabilities], /Users/Laurens/Documents/GitHub/Xcode/DownTube-master/DownTube/Pods/MMWormhole/Source/MMWormholeFileTransiting.m:62

2018-09-17 16:07:30.031227+0200 DownTube[12668:2380077] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App Group Capabilities may not be correctly configured for your project, or your appGroupIdentifier may not match your project settings. Check Project->Capabilities->App Groups. Three checkmarks should be displayed in the steps section, and the value passed in for your appGroupIdentifier should match the setting in your project file.'`

Also SIGABRT error on line 14 in AppDelegate.swift (though idk if that's relevant)

rmarlan commented 6 years ago

Same issue here:

2018-10-08 10:22:47.345836-0700 DownTube[5601:243620] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform. 2018-10-08 10:22:47.442005-0700 DownTube[5601:243620] Assertion failure in -[MMWormholeFileTransiting checkAppGroupCapabilities], /Users/rsm/Downloads/DownTube-master/DownTube/Pods/MMWormhole/Source/MMWormholeFileTransiting.m:62 2018-10-08 10:22:47.456454-0700 DownTube[5601:243620] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App Group Capabilities may not be correctly configured for your project, or your appGroupIdentifier may not match your project settings. Check Project->Capabilities->App Groups. Three checkmarks should be displayed in the steps section, and the value passed in for your appGroupIdentifier should match the setting in your project file.'

alessionossa commented 5 years ago

After setting a new App ID and Group ID, try to search, in Xcode, for group.adam in the project files and change them to your new App ID.

sunilsingh28011 commented 3 years ago

@alessionossa I am getting the same issue. I am currently using Xcode 11.6 . Can you suggest where to find group.adam in project files i am unable to find that.

sunilsingh28011 commented 3 years ago

@LKLAW @rmarlan Do you find the solution for these issues? Kindly suggest to me how to solve this