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

TTLockDFU usage without any pod installation. #36

Open
pinalpsspl opened this issue May 28, 2024 · 5 comments
Open

TTLockDFU usage without any pod installation. #36

pinalpsspl opened this issue May 28, 2024 · 5 comments

Comments

@pinalpsspl
Copy link

We are using TTLockDFU in the swift package, we will be using this swift package to perform a gateway firmware upgrade.

we tried to use TTLockDFU xcframework without installing pod in your demo project but we faced an issue here i am attaching a zip of the demo project and error screenshot

Screenshot 2024-05-28 at 5 17 18 PM
iOS_SDK_Demo-master-2 2.zip

@ttlock
Copy link
Owner

ttlock commented May 29, 2024

"iOSDFULibrary" sdk is belong to "nordic" company. We only know this integration method. You can search for "iOSDFULibrary" on GitHub to see if there are any other ways

@pinalpsspl
Copy link
Author

pinalpsspl commented May 29, 2024

can you create a swift package for TTLockDFU and manage its dependency inside TTLockDFU swift package?

or can you use XCFramework of https://github.com/NordicSemiconductor/IOS-DFU-Library, and use it internally ?

@pinalpsspl
Copy link
Author

can you create a swift package for TTLockDFU and manage its dependency inside TTLockDFU swift package?

or can you use XCFramework of https://github.com/NordicSemiconductor/IOS-DFU-Library, and use it internally ?

@ttlock @JuannyiOS

any update on it?

@ttlock
Copy link
Owner

ttlock commented May 31, 2024

  1. We have no plans to create a swift package for TTLockDFU.
    If you change the pod method of 'iOSDFULibrary' to the swift package method, Can you also successfully use TTLockDFU ?

  2. XCFramework Internal use of iOSDFULibrary is not work.

@pinalpsspl
Copy link
Author

1 -> We have tried with approach suggested by you but still, we are facing errors.
iOS_SDK_Demo-master-2.zip

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

3 participants
@ttlock @pinalpsspl and others