Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keeps crashing ipad mini iOS 9.1 #54

Open
oc-tk opened this issue Nov 23, 2015 · 3 comments
Open

Keeps crashing ipad mini iOS 9.1 #54

oc-tk opened this issue Nov 23, 2015 · 3 comments

Comments

@oc-tk
Copy link

oc-tk commented Nov 23, 2015

After fighting with app ids i got this error: keeps crashing:

2015-11-23 18:42:01.260 GammaTest[705:169251] First execution activation was NOT triggered
2015-11-23 18:42:10.380 GammaTest[705:169251] enabled: 1
2015-11-23 18:42:10.390 GammaTest[705:169251] Lock status: 0
Assertion failed: (file != NULL), function +[GammaController setGammaWithRed:green:blue:], file /Users/tomaszkaczmarzyk/Downloads/GammaThingy-master/GammaTest/mvc/controller/GammaController.m, line 138.
warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available.
(lldb)

@deviantintegral
Copy link

I ran into this as well. In my case, I made a mistake in specifying one of the group IDs. If you step through the debugger, check what suitName is in that method. I had to clean the build (Product -> Clean), and then everything worked.

@stefandesu
Copy link

Just a quick note because I just had the same problem and couldn't get it to work at first. You have to specify the correct AppGroupIdentifier everywhere in the project (use Find) and THEN clean the build. That finally worked for me.

@istvanrath
Copy link

More specifically, change "APP_GROUP_IDENTIFIER" to whatever your app group ID is, in the Build Settings section for the GammaTest project, right at the bottom (under "User-Defined").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants