-
Notifications
You must be signed in to change notification settings - Fork 21
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
Installing on FREEAPS Loop #1
Comments
Hi, I looked into it and couldn't find any connection with this client. As of now the only thing I can think of is that the FreeAps uses a different App Group identifier. Correct me if I'm wrong cuz im not familiar with this version of Loop. Feel free to contact me if you still get an error. |
Hi Julian,
thank for you response,
FREEAPS it's a Loop's Workspace. It's just a different version of Loop.
May I ask you to try if the there is a way to integrate?
You can simulate the problem just with the simulator in Xcode.
I'don't think there is a lot of work.
here the appGroup.
It's the same for both app.
[image: image.png]
Have a nice day
Il giorno lun 1 giu 2020 alle ore 01:42 Julian Groen <
[email protected]> ha scritto:
… Hi, I looked into it and couldn't find any connection with this client. As
of now the only thing I can think of is that the FreeAps uses a different
App Group identifier. Correct me if I'm wrong cuz im not familiar with this
version of Loop.
Feel free to contact me if you still get an error.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFA25RCCHSX2ZX6SYTBSSTRULTNJANCNFSM4NOYOYYQ>
.
|
I found another error on the debugger:
*-canOpenURL: failed for URL: "xdrip://" - error: "This app is not allowed
to query for scheme xdrip"*
*may be can help.*
Il giorno lun 1 giu 2020 alle ore 08:11 Michele M <[email protected]> ha
scritto:
… Hi Julian,
thank for you response,
FREEAPS it's a Loop's Workspace. It's just a different version of Loop.
May I ask you to try if the there is a way to integrate?
You can simulate the problem just with the simulator in Xcode.
I'don't think there is a lot of work.
here the appGroup.
It's the same for both app.
[image: image.png]
Have a nice day
Il giorno lun 1 giu 2020 alle ore 01:42 Julian Groen <
***@***.***> ha scritto:
> Hi, I looked into it and couldn't find any connection with this client.
> As of now the only thing I can think of is that the FreeAps uses a
> different App Group identifier. Correct me if I'm wrong cuz im not familiar
> with this version of Loop.
>
> Feel free to contact me if you still get an error.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AKFA25RCCHSX2ZX6SYTBSSTRULTNJANCNFSM4NOYOYYQ>
> .
>
|
Hi, I looked into it and didn't get any errors. The other error isn't really important if the main app of xdrip wil support those schemes it will work just fine. For the EXC_BAD_ACCESS error I think you have to look deeper into other dependencies cuz this client is just a framework and wil not mess with internal loop code like the one you showed me. Hope you will find a solution to the problem if you need anything just contact me |
Are you able to start FreeAPS the second time on the simulator with out the
debug support?
The reason why I'm asking .. I'm able to install and run only if Xcode is
attached to the processes.
Have you tried to use just the simulator?
Now i'm not able to catch the error because the app is crashing with out
any errors.
Thanks
Il giorno lun 1 giu 2020 alle ore 13:29 Julian Groen <
[email protected]> ha scritto:
… Hi, I looked into it and didn't get any errors. The other error isn't
really important if the main app of xdrip wil support those schemes it will
work just fine. For the EXC_BAD_ACCESS error I think you have to look
deeper into other dependencies cuz this client is just a framework and wil
not mess with internal loop code like the one you showed me.
Hope you will find a solution to the problem if you need anything just
contact me
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFA25V27T5NHMR62A7UIIDRUOGJFANCNFSM4NOYOYYQ>
.
|
I will try. If you remove the client this error doesn't acquire? |
No if you remove the client one time is setup you can't do the rollback. did you reproduce the issue? |
Alright, no everything kept working for me maybe try to reinstall everything? |
I tried .. nothing changed. |
Try to google it, kinda hard to explain by text. You should also be able to just commit to the fork repo. |
Hi @julian-groen thanks for your response. Gathering build details in /Users/mm/Documents/GitHub/FREEAPS-xdrip/FREEAPS-with-Xdrip-Client/Loop any ideas? |
Can you send me a message on gitter.im? |
Done :)
Il giorno mer 10 giu 2020 alle ore 12:55 Julian Groen <
[email protected]> ha scritto:
… Can you send me a message on gitter.im?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFA25SLAI6ZESXD5RVLWIDRV5RDBANCNFSM4NOYOYYQ>
.
|
Hello, Some minor adjustments needs to be done in Info.plist files of: FreeAPS and xdripswift projects to be possible to click on BG value of HUD of Loop and then open xDrip app. On xdripswift Project this is necessary: (Tell to Mr. Johan to do this minor detail) On FreeAPS Project this is necessary: (Julian, could you update the Readme file with a new paragraph on: Add xDrip as a CGM source to Loop in Xcode to complete?) |
@julian-groen I've applied boths changes but the issue still present. |
Hi, are you still waiting on a change in xdripswift ? |
@JohanDegraeve no, not really. I just placed a placeholder for an appurl to xdrip nothing special there but there seems to be an bug with this FreeAPS version of Loop. I tried to look into it but couldn't find anything related with this client. So my advice to @miki3421 still would be to contact the developers of this FreeAPS version in order to fix it. If @miki3421 not already solved it himself. |
@miki3421 I looked into the code of the normal version of Loop and found the exact same code. This client is running perfectly fine on my device for a couple of months. So in order to fix your issue I think you should update the FreeAPS code or move to a newer version of iOS. If this all doesn't work try to contact the FreeAPS Loop developers cause I still am 99% sure this issue isn't produced by this client. Best of Luck! |
This allows shortcut-opening the application from within Loop.app as per JohanDegraeve#116 and julian-groen/xdrip-client-swift#1
Hi, I tried to install on the FreeAps version of Loop
https://github.com/ivalkou/LoopWorkspace
and It's able to run only if the app is not installed yet.
The second time is crashing with the message.
EXC_BAD_ACCESS
attached you can find a detailed error.
Thanks
The text was updated successfully, but these errors were encountered: