In order to make language setting always appear add UIPrefersShowingLanguageSettings with value Yes to info.plist
Post
Replies
Boosts
Views
Activity
@eskimo No it doesn't. I've runned it from terminal as is said in Resolving Trusted Execution Problems. In my case system response is [1] 71430 killed
So I guess it is the case:
% OverClaim.app/Contents/MacOS/OverClaim
zsh: killed OverClaim.app/Contents/MacOS/OverClaim
But I don't understand why it is killed as I run app in Debug mode and Family Controls capabilities switched to iOS only and we registered it both debug and distribution. With removed Family Controls capabilities everything works good
It looks like the crash appear again on iOS 17.0(21A5291j) In our app it crashes when we set navigationController?.setNavigationBarHidden(false, animated: true) during viewWillDisappear(_ animated: Bool). I've tried several option: showing navBar in pushed viewController in didAppear, willAppear etc. When it worked going back to root and then pushing same view again was causing crash. For now I didn't find any solution for it. I was trying to post logs but I'm not able to
I've checkout your link and process is killed when I run it from terminal - so it suggest unauthorised entitlements. But it seems strange as I looked into App ID certificates on apple developer and Family Controls is enabled for development. I made sure that proper scheme is selected during run and Debug build configuration is selected
No, it only shows "The application “app” can’t be opened."
As I tried later it still didn't work in real case scenario where I was trying to access data from main App. Using https://stackoverflow.com/a/33553524/10249964 lldb debbuging I was able to find that my extension hasn't App Group entitlment and because of that it was crashing.
After spending half of day on debbuging I finally managed to fix this. In my case problem was with iOS versioning in Device Activity Monitor Extension target. Take a look at YourDeviceActivityTarget -> Build Settings:
Selected lines should be deleted. If you selected it and remove it should work. I don't know if the problem is only because my phone has lower iOS version than 16.4 or that this option mismatch with version in the main project.
Hope, it works for you too!
Let know,
Marcin
Any update on the topic? Also facing the same issue