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

Crash of the app when launching on an M1 macMini #8

Open
mike-lischke opened this issue Oct 3, 2021 · 2 comments
Open

Crash of the app when launching on an M1 macMini #8

mike-lischke opened this issue Oct 3, 2021 · 2 comments

Comments

@mike-lischke
Copy link

Unfortunately, the app does not run properly on my M1 macMini. Here's the relevant log:

Process: AuthAppForTesla [7749]
Path: /Volumes/VOLUME/*/AuthAppForTesla.app/AuthAppForTesla
Identifier: dk.kimhansen.AuthAppForTesla
Version: 1.0.4 (19)
App Item ID: 1552058613
Code Type: ARM-64 (Native)
Parent Process: ??? [1]
Responsible: AuthAppForTesla [7749]
User ID: 501

Date/Time: 2021-10-03 14:06:32.215 +0200
OS Version: macOS 11.6 (20G165)
Report Version: 12

System Integrity Protection: enabled

Notes: Translocated Process

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information:
dyld3 mode
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_UIAppearance setScrollEdgeAppearance:]: unrecognized selector sent to instance 0x600003606250'
terminating with uncaught exception of type NSException
abort() called

@Kemmey
Copy link
Contributor

Kemmey commented Oct 3, 2021

Hey @mike-lischke

Please try a pull and rebuild - the app has been developed on an m1 mac, so it definitely both builds and runs :-D

@mike-lischke
Copy link
Author

mike-lischke commented Oct 3, 2021

Thanks for the quick reply. Unfortunately I cannot build it. I have code signing problems, probably because I have no developer account at Apple:

error: No account for team "R8S8D227CC". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials. (in target 'TokenIntents' from project 'AuthAppForTesla')
error: No profiles for 'dk.kimhansen.AuthAppForTesla.TokenIntents' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'dk.kimhansen.AuthAppForTesla.TokenIntents'. (in target 'TokenIntents' from project 'AuthAppForTesla')

Also using my own provisioning profile doesn't help:

error: An Application Group with Identifier 'group.global' is not available. Please enter a different string. (in target 'TokenIntents' from project 'AuthAppForTesla')
error: Provisioning profile "iOS Team Provisioning Profile: de.mike-lischke.AuthAppForTesla.TokenIntents" doesn't support the group.global App Group. (in target 'TokenIntents' from project 'AuthAppForTesla')
error: Provisioning profile "iOS Team Provisioning Profile: de.mike-lischke.AuthAppForTesla.TokenIntents" doesn't match the entitlements file's value for the com.apple.security.application-groups entitlement. (in target 'TokenIntents' from project 'AuthAppForTesla')

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

2 participants